org.citygml4j.model.xal
Class ThoroughfareNumberFromContent
java.lang.Object
org.citygml4j.model.xal.ThoroughfareNumberFromContent
- All Implemented Interfaces:
- ModelObject, Child, Copyable, XAL
public class ThoroughfareNumberFromContent
- extends java.lang.Object
- implements XAL, Child, Copyable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent()
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent(AddressLine addressLine)
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent(ThoroughfareNumber thoroughfareNumber)
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
ThoroughfareNumberFromContent
public ThoroughfareNumberFromContent(java.lang.String string)
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interface XAL
getAddressLine
public AddressLine getAddressLine()
getString
public java.lang.String getString()
getThoroughfareNumber
public ThoroughfareNumber getThoroughfareNumber()
getThoroughfareNumberPrefix
public ThoroughfareNumberPrefix getThoroughfareNumberPrefix()
getThoroughfareNumberSuffix
public ThoroughfareNumberSuffix getThoroughfareNumberSuffix()
isSetAddressLine
public boolean isSetAddressLine()
isSetString
public boolean isSetString()
isSetThoroughfareNumber
public boolean isSetThoroughfareNumber()
isSetThoroughfareNumberPrefix
public boolean isSetThoroughfareNumberPrefix()
isSetThoroughfareNumberSuffix
public boolean isSetThoroughfareNumberSuffix()
setAddressLine
public void setAddressLine(AddressLine addressLine)
setThoroughfareNumber
public void setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
setThoroughfareNumberPrefix
public void setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
setThoroughfareNumberSuffix
public void setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
setString
public void setString(java.lang.String string)
unsetAddressLine
public void unsetAddressLine()
unsetString
public void unsetString()
unsetThoroughfareNumber
public void unsetThoroughfareNumber()
unsetThoroughfareNumberPrefix
public void unsetThoroughfareNumberPrefix()
unsetThoroughfareNumberSuffix
public void unsetThoroughfareNumberSuffix()
getParent
public ModelObject getParent()
- Specified by:
getParent
in interface Child
setParent
public void setParent(ModelObject parent)
- Specified by:
setParent
in interface Child
isSetParent
public boolean isSetParent()
- Specified by:
isSetParent
in interface Child
unsetParent
public void unsetParent()
- Specified by:
unsetParent
in interface Child
copy
public java.lang.Object copy(CopyBuilder copyBuilder)
- Specified by:
copy
in interface Copyable
copyTo
public java.lang.Object copyTo(java.lang.Object target,
CopyBuilder copyBuilder)
- Specified by:
copyTo
in interface Copyable