org.citygml4j.impl.xal
Class ThoroughfareNumberToContentImpl

java.lang.Object
  extended by org.citygml4j.impl.xal.ThoroughfareNumberToContentImpl
All Implemented Interfaces:
ModelObject, Child, Copyable, ThoroughfareNumberToContent, XAL

public class ThoroughfareNumberToContentImpl
extends java.lang.Object
implements ThoroughfareNumberToContent


Constructor Summary
ThoroughfareNumberToContentImpl()
           
ThoroughfareNumberToContentImpl(AddressLine addressLine)
           
ThoroughfareNumberToContentImpl(java.lang.String string)
           
ThoroughfareNumberToContentImpl(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberToContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
ThoroughfareNumberToContentImpl(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 
Method Summary
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 AddressLine getAddressLine()
           
 ModelType getModelType()
           
 ModelObject getParent()
           
 java.lang.String getString()
           
 ThoroughfareNumber getThoroughfareNumber()
           
 ThoroughfareNumberPrefix getThoroughfareNumberPrefix()
           
 ThoroughfareNumberSuffix getThoroughfareNumberSuffix()
           
 XALClass getXALClass()
           
 boolean isSetAddressLine()
           
 boolean isSetParent()
           
 boolean isSetString()
           
 boolean isSetThoroughfareNumber()
           
 boolean isSetThoroughfareNumberPrefix()
           
 boolean isSetThoroughfareNumberSuffix()
           
 void setAddressLine(AddressLine addressLine)
           
 void setParent(ModelObject parent)
           
 void setString(java.lang.String string)
           
 void setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
           
 void setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
 void setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
           
 void unsetAddressLine()
           
 void unsetParent()
           
 void unsetString()
           
 void unsetThoroughfareNumber()
           
 void unsetThoroughfareNumberPrefix()
           
 void unsetThoroughfareNumberSuffix()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl()

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl(AddressLine addressLine)

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl(ThoroughfareNumber thoroughfareNumber)

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl(ThoroughfareNumberSuffix thoroughfareNumberSuffix)

ThoroughfareNumberToContentImpl

public ThoroughfareNumberToContentImpl(java.lang.String string)
Method Detail

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 ThoroughfareNumberToContent

getString

public java.lang.String getString()
Specified by:
getString in interface ThoroughfareNumberToContent

getThoroughfareNumber

public ThoroughfareNumber getThoroughfareNumber()
Specified by:
getThoroughfareNumber in interface ThoroughfareNumberToContent

getThoroughfareNumberPrefix

public ThoroughfareNumberPrefix getThoroughfareNumberPrefix()
Specified by:
getThoroughfareNumberPrefix in interface ThoroughfareNumberToContent

getThoroughfareNumberSuffix

public ThoroughfareNumberSuffix getThoroughfareNumberSuffix()
Specified by:
getThoroughfareNumberSuffix in interface ThoroughfareNumberToContent

isSetAddressLine

public boolean isSetAddressLine()
Specified by:
isSetAddressLine in interface ThoroughfareNumberToContent

isSetString

public boolean isSetString()
Specified by:
isSetString in interface ThoroughfareNumberToContent

isSetThoroughfareNumber

public boolean isSetThoroughfareNumber()
Specified by:
isSetThoroughfareNumber in interface ThoroughfareNumberToContent

isSetThoroughfareNumberPrefix

public boolean isSetThoroughfareNumberPrefix()
Specified by:
isSetThoroughfareNumberPrefix in interface ThoroughfareNumberToContent

isSetThoroughfareNumberSuffix

public boolean isSetThoroughfareNumberSuffix()
Specified by:
isSetThoroughfareNumberSuffix in interface ThoroughfareNumberToContent

setAddressLine

public void setAddressLine(AddressLine addressLine)
Specified by:
setAddressLine in interface ThoroughfareNumberToContent

setThoroughfareNumber

public void setThoroughfareNumber(ThoroughfareNumber thoroughfareNumber)
Specified by:
setThoroughfareNumber in interface ThoroughfareNumberToContent

setThoroughfareNumberPrefix

public void setThoroughfareNumberPrefix(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
Specified by:
setThoroughfareNumberPrefix in interface ThoroughfareNumberToContent

setThoroughfareNumberSuffix

public void setThoroughfareNumberSuffix(ThoroughfareNumberSuffix thoroughfareNumberSuffix)
Specified by:
setThoroughfareNumberSuffix in interface ThoroughfareNumberToContent

setString

public void setString(java.lang.String string)
Specified by:
setString in interface ThoroughfareNumberToContent

unsetAddressLine

public void unsetAddressLine()
Specified by:
unsetAddressLine in interface ThoroughfareNumberToContent

unsetString

public void unsetString()
Specified by:
unsetString in interface ThoroughfareNumberToContent

unsetThoroughfareNumber

public void unsetThoroughfareNumber()
Specified by:
unsetThoroughfareNumber in interface ThoroughfareNumberToContent

unsetThoroughfareNumberPrefix

public void unsetThoroughfareNumberPrefix()
Specified by:
unsetThoroughfareNumberPrefix in interface ThoroughfareNumberToContent

unsetThoroughfareNumberSuffix

public void unsetThoroughfareNumberSuffix()
Specified by:
unsetThoroughfareNumberSuffix in interface ThoroughfareNumberToContent

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