org.citygml4j.model.xal
Interface PostTown

All Superinterfaces:
Child, Copyable, ModelObject, XAL
All Known Implementing Classes:
PostTownImpl

public interface PostTown
extends XAL, Child, Copyable


Method Summary
 void addAddressLine(AddressLine addressLine)
           
 void addPostTownName(PostTownName postTownName)
           
 java.util.List<AddressLine> getAddressLine()
           
 java.util.List<PostTownName> getPostTownName()
           
 PostTownSuffix getPostTownSuffix()
           
 java.lang.String getType()
           
 boolean isSetAddressLine()
           
 boolean isSetPostTownName()
           
 boolean isSetPostTownSuffix()
           
 boolean isSetType()
           
 void setAddressLine(java.util.List<AddressLine> addressLine)
           
 void setPostTownName(java.util.List<PostTownName> postTownName)
           
 void setPostTownSuffix(PostTownSuffix postTownSuffix)
           
 void setType(java.lang.String type)
           
 void unsetAddressLine()
           
 boolean unsetAddressLine(AddressLine addressLine)
           
 void unsetPostTownName()
           
 boolean unsetPostTownName(PostTownName postTownName)
           
 void unsetPostTownSuffix()
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getAddressLine

java.util.List<AddressLine> getAddressLine()

getPostTownName

java.util.List<PostTownName> getPostTownName()

getPostTownSuffix

PostTownSuffix getPostTownSuffix()

getType

java.lang.String getType()

isSetAddressLine

boolean isSetAddressLine()

isSetPostTownName

boolean isSetPostTownName()

isSetPostTownSuffix

boolean isSetPostTownSuffix()

isSetType

boolean isSetType()

addAddressLine

void addAddressLine(AddressLine addressLine)

setAddressLine

void setAddressLine(java.util.List<AddressLine> addressLine)

addPostTownName

void addPostTownName(PostTownName postTownName)

setPostTownName

void setPostTownName(java.util.List<PostTownName> postTownName)

setPostTownSuffix

void setPostTownSuffix(PostTownSuffix postTownSuffix)

setType

void setType(java.lang.String type)

unsetAddressLine

void unsetAddressLine()

unsetAddressLine

boolean unsetAddressLine(AddressLine addressLine)

unsetPostTownName

void unsetPostTownName()

unsetPostTownName

boolean unsetPostTownName(PostTownName postTownName)

unsetPostTownSuffix

void unsetPostTownSuffix()

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

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