org.citygml4j.model.xal
Interface PostTown
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- PostTownImpl
public interface PostTown
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
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)