org.citygml4j.impl.xal
Class ThoroughfareNumberFromContentImpl
java.lang.Object
org.citygml4j.impl.xal.ThoroughfareNumberFromContentImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, ThoroughfareNumberFromContent, XAL
public class ThoroughfareNumberFromContentImpl
- extends java.lang.Object
- implements ThoroughfareNumberFromContent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl()
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl(AddressLine addressLine)
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl(ThoroughfareNumber thoroughfareNumber)
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
ThoroughfareNumberFromContentImpl
public ThoroughfareNumberFromContentImpl(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()
- Specified by:
getAddressLine
in interface ThoroughfareNumberFromContent
getString
public java.lang.String getString()
- Specified by:
getString
in interface ThoroughfareNumberFromContent
getThoroughfareNumber
public ThoroughfareNumber getThoroughfareNumber()
- Specified by:
getThoroughfareNumber
in interface ThoroughfareNumberFromContent
getThoroughfareNumberPrefix
public ThoroughfareNumberPrefix getThoroughfareNumberPrefix()
- Specified by:
getThoroughfareNumberPrefix
in interface ThoroughfareNumberFromContent
getThoroughfareNumberSuffix
public ThoroughfareNumberSuffix getThoroughfareNumberSuffix()
- Specified by:
getThoroughfareNumberSuffix
in interface ThoroughfareNumberFromContent
isSetAddressLine
public boolean isSetAddressLine()
- Specified by:
isSetAddressLine
in interface ThoroughfareNumberFromContent
isSetString
public boolean isSetString()
- Specified by:
isSetString
in interface ThoroughfareNumberFromContent
isSetThoroughfareNumber
public boolean isSetThoroughfareNumber()
- Specified by:
isSetThoroughfareNumber
in interface ThoroughfareNumberFromContent
isSetThoroughfareNumberPrefix
public boolean isSetThoroughfareNumberPrefix()
- Specified by:
isSetThoroughfareNumberPrefix
in interface ThoroughfareNumberFromContent
isSetThoroughfareNumberSuffix
public boolean isSetThoroughfareNumberSuffix()
- Specified by:
isSetThoroughfareNumberSuffix
in interface ThoroughfareNumberFromContent
setAddressLine
public void setAddressLine(AddressLine addressLine)
- Specified by:
setAddressLine
in interface ThoroughfareNumberFromContent
setThoroughfareNumber
public void setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
- Specified by:
setThoroughfareNumber
in interface ThoroughfareNumberFromContent
setThoroughfareNumberPrefix
public void setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
- Specified by:
setThoroughfareNumberPrefix
in interface ThoroughfareNumberFromContent
setThoroughfareNumberSuffix
public void setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
- Specified by:
setThoroughfareNumberSuffix
in interface ThoroughfareNumberFromContent
setString
public void setString(java.lang.String string)
- Specified by:
setString
in interface ThoroughfareNumberFromContent
unsetAddressLine
public void unsetAddressLine()
- Specified by:
unsetAddressLine
in interface ThoroughfareNumberFromContent
unsetString
public void unsetString()
- Specified by:
unsetString
in interface ThoroughfareNumberFromContent
unsetThoroughfareNumber
public void unsetThoroughfareNumber()
- Specified by:
unsetThoroughfareNumber
in interface ThoroughfareNumberFromContent
unsetThoroughfareNumberPrefix
public void unsetThoroughfareNumberPrefix()
- Specified by:
unsetThoroughfareNumberPrefix
in interface ThoroughfareNumberFromContent
unsetThoroughfareNumberSuffix
public void unsetThoroughfareNumberSuffix()
- Specified by:
unsetThoroughfareNumberSuffix
in interface ThoroughfareNumberFromContent
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