Package org.citygml4j.model.xal
Class PostTown
- java.lang.Object
-
- org.citygml4j.model.xal.PostTown
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,XAL
public class PostTown extends java.lang.Object implements XAL, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostTown()
-
Method Summary
-
-
-
Method Detail
-
addAddressLine
public void addAddressLine(AddressLine addressLine)
-
addPostTownName
public void addPostTownName(PostTownName postTownName)
-
getAddressLine
public java.util.List<AddressLine> getAddressLine()
-
getPostTownName
public java.util.List<PostTownName> getPostTownName()
-
getPostTownSuffix
public PostTownSuffix getPostTownSuffix()
-
getType
public java.lang.String getType()
-
isSetAddressLine
public boolean isSetAddressLine()
-
isSetPostTownName
public boolean isSetPostTownName()
-
isSetPostTownSuffix
public boolean isSetPostTownSuffix()
-
isSetType
public boolean isSetType()
-
setAddressLine
public void setAddressLine(java.util.List<AddressLine> addressLine)
-
setPostTownName
public void setPostTownName(java.util.List<PostTownName> postTownName)
-
setPostTownSuffix
public void setPostTownSuffix(PostTownSuffix postTownSuffix)
-
setType
public void setType(java.lang.String type)
-
unsetAddressLine
public void unsetAddressLine()
-
unsetAddressLine
public boolean unsetAddressLine(AddressLine addressLine)
-
unsetPostTownName
public void unsetPostTownName()
-
unsetPostTownName
public boolean unsetPostTownName(PostTownName postTownName)
-
unsetPostTownSuffix
public void unsetPostTownSuffix()
-
unsetType
public void unsetType()
-
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interfaceXAL
-
getParent
public ModelObject getParent()
-
setParent
public void setParent(ModelObject parent)
-
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interfaceChild
-
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interfaceChild
-
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
-
copyTo
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
-
accept
public void accept(XALVisitor visitor)
-
accept
public <T> T accept(XALFunctor<T> visitor)
-
-