org.citygml4j.impl.xal
Class ThoroughfareNumberFromContentImpl

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

public class ThoroughfareNumberFromContentImpl
extends java.lang.Object
implements ThoroughfareNumberFromContent


Constructor Summary
ThoroughfareNumberFromContentImpl()
           
ThoroughfareNumberFromContentImpl(AddressLine addressLine)
           
ThoroughfareNumberFromContentImpl(java.lang.String string)
           
ThoroughfareNumberFromContentImpl(ThoroughfareNumber thoroughfareNumber)
           
ThoroughfareNumberFromContentImpl(ThoroughfareNumberPrefix thoroughfareNumberPrefix)
           
ThoroughfareNumberFromContentImpl(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

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)
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 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