Package org.citygml4j.model.xal
Class ThoroughfareNumberFrom
- java.lang.Object
-
- org.citygml4j.model.xal.ThoroughfareNumberFrom
-
- All Implemented Interfaces:
java.io.Serializable
,ModelObject
,Child
,Copyable
,GrPostal
,XAL
public class ThoroughfareNumberFrom extends java.lang.Object implements XAL, GrPostal, Child, Copyable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThoroughfareNumberFrom()
-
Method Summary
-
-
-
Method Detail
-
addAddressLine
public void addAddressLine(AddressLine addressLine)
-
addContent
public void addContent(ThoroughfareNumberFromContent content)
-
addThoroughfareNumber
public void addThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
-
addThoroughfareNumberPrefix
public void addThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
-
addThoroughfareNumberSuffix
public void addThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
-
addString
public void addString(java.lang.String string)
-
getContent
public java.util.List<ThoroughfareNumberFromContent> getContent()
-
isSetContent
public boolean isSetContent()
-
setContent
public void setContent(java.util.List<ThoroughfareNumberFromContent> content)
-
unsetContent
public void unsetContent()
-
unsetContent
public boolean unsetContent(ThoroughfareNumberFromContent content)
-
unsetAddressLine
public boolean unsetAddressLine(AddressLine addressLine)
-
unsetThoroughfareNumber
public boolean unsetThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
-
unsetThoroughfareNumberPrefix
public boolean unsetThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
-
unsetThoroughfareNumberSuffix
public boolean unsetThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
-
unsetString
public boolean unsetString(java.lang.String string)
-
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)
-
-