org.citygml4j.impl.xal
Class ThoroughfareNumberImpl
java.lang.Object
org.citygml4j.impl.xal.ThoroughfareNumberImpl
- All Implemented Interfaces:
- ModelObject, Child, Copyable, GrPostal, ThoroughfareNumber, XAL
public class ThoroughfareNumberImpl
- extends java.lang.Object
- implements ThoroughfareNumber
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThoroughfareNumberImpl
public ThoroughfareNumberImpl()
getContent
public java.lang.String getContent()
- Specified by:
getContent
in interface ThoroughfareNumber
getIndicator
public java.lang.String getIndicator()
- Specified by:
getIndicator
in interface ThoroughfareNumber
getIndicatorOccurrence
public java.lang.String getIndicatorOccurrence()
- Specified by:
getIndicatorOccurrence
in interface ThoroughfareNumber
getNumberOccurrence
public java.lang.String getNumberOccurrence()
- Specified by:
getNumberOccurrence
in interface ThoroughfareNumber
getNumberType
public java.lang.String getNumberType()
- Specified by:
getNumberType
in interface ThoroughfareNumber
getType
public java.lang.String getType()
- Specified by:
getType
in interface ThoroughfareNumber
isSetContent
public boolean isSetContent()
- Specified by:
isSetContent
in interface ThoroughfareNumber
isSetIndicator
public boolean isSetIndicator()
- Specified by:
isSetIndicator
in interface ThoroughfareNumber
isSetIndicatorOccurrence
public boolean isSetIndicatorOccurrence()
- Specified by:
isSetIndicatorOccurrence
in interface ThoroughfareNumber
isSetNumberOccurrence
public boolean isSetNumberOccurrence()
- Specified by:
isSetNumberOccurrence
in interface ThoroughfareNumber
isSetNumberType
public boolean isSetNumberType()
- Specified by:
isSetNumberType
in interface ThoroughfareNumber
isSetType
public boolean isSetType()
- Specified by:
isSetType
in interface ThoroughfareNumber
setContent
public void setContent(java.lang.String content)
- Specified by:
setContent
in interface ThoroughfareNumber
setIndicator
public void setIndicator(java.lang.String indicator)
- Specified by:
setIndicator
in interface ThoroughfareNumber
setIndicatorOccurrence
public void setIndicatorOccurrence(java.lang.String indicatorOccurrence)
- Specified by:
setIndicatorOccurrence
in interface ThoroughfareNumber
setNumberOccurrence
public void setNumberOccurrence(java.lang.String numberOccurrence)
- Specified by:
setNumberOccurrence
in interface ThoroughfareNumber
setNumberType
public void setNumberType(java.lang.String numberType)
- Specified by:
setNumberType
in interface ThoroughfareNumber
setType
public void setType(java.lang.String type)
- Specified by:
setType
in interface ThoroughfareNumber
unsetContent
public void unsetContent()
- Specified by:
unsetContent
in interface ThoroughfareNumber
unsetIndicator
public void unsetIndicator()
- Specified by:
unsetIndicator
in interface ThoroughfareNumber
unsetIndicatorOccurrence
public void unsetIndicatorOccurrence()
- Specified by:
unsetIndicatorOccurrence
in interface ThoroughfareNumber
unsetNumberOccurrence
public void unsetNumberOccurrence()
- Specified by:
unsetNumberOccurrence
in interface ThoroughfareNumber
unsetNumberType
public void unsetNumberType()
- Specified by:
unsetNumberType
in interface ThoroughfareNumber
unsetType
public void unsetType()
- Specified by:
unsetType
in interface ThoroughfareNumber
getModelType
public ModelType getModelType()
- Specified by:
getModelType
in interface ModelObject
getXALClass
public XALClass getXALClass()
- Specified by:
getXALClass
in interface XAL
getCode
public java.lang.String getCode()
- Specified by:
getCode
in interface GrPostal
isSetCode
public boolean isSetCode()
- Specified by:
isSetCode
in interface GrPostal
setCode
public void setCode(java.lang.String code)
- Specified by:
setCode
in interface GrPostal
unsetCode
public void unsetCode()
- Specified by:
unsetCode
in interface GrPostal
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
visit
public void visit(XALVisitor visitor)
- Specified by:
visit
in interface ThoroughfareNumber
visit
public <T> T visit(XALFunctor<T> visitor)
- Specified by:
visit
in interface ThoroughfareNumber