org.citygml4j.model.xal
Interface AddressIdentifier

All Superinterfaces:
Child, Copyable, GrPostal, ModelObject, XAL
All Known Implementing Classes:
AddressIdentifierImpl

public interface AddressIdentifier
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getContent()
           
 java.lang.String getIdentifierType()
           
 java.lang.String getType()
           
 boolean isSetContent()
           
 boolean isSetIdentifierType()
           
 boolean isSetType()
           
 void setContent(java.lang.String content)
           
 void setIdentifierType(java.lang.String identifierType)
           
 void setType(java.lang.String type)
           
 void unsetContent()
           
 void unsetIdentifierType()
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.GrPostal
getCode, isSetCode, setCode, unsetCode
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getContent

java.lang.String getContent()

getIdentifierType

java.lang.String getIdentifierType()

getType

java.lang.String getType()

isSetContent

boolean isSetContent()

isSetIdentifierType

boolean isSetIdentifierType()

isSetType

boolean isSetType()

setContent

void setContent(java.lang.String content)

setIdentifierType

void setIdentifierType(java.lang.String identifierType)

setType

void setType(java.lang.String type)

unsetContent

void unsetContent()

unsetIdentifierType

void unsetIdentifierType()

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

<T> T visit(XALFunctor<T> visitor)