org.citygml4j.model.xal
Interface ThoroughfareNumber
- All Superinterfaces:
- Child, Copyable, GrPostal, ModelObject, XAL
- All Known Implementing Classes:
- ThoroughfareNumberImpl
public interface ThoroughfareNumber
- extends XAL, GrPostal, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getContent
java.lang.String getContent()
getNumberType
java.lang.String getNumberType()
getType
java.lang.String getType()
getIndicator
java.lang.String getIndicator()
getIndicatorOccurrence
java.lang.String getIndicatorOccurrence()
getNumberOccurrence
java.lang.String getNumberOccurrence()
isSetContent
boolean isSetContent()
isSetNumberType
boolean isSetNumberType()
isSetType
boolean isSetType()
isSetIndicator
boolean isSetIndicator()
isSetIndicatorOccurrence
boolean isSetIndicatorOccurrence()
isSetNumberOccurrence
boolean isSetNumberOccurrence()
setContent
void setContent(java.lang.String content)
setNumberType
void setNumberType(java.lang.String numberType)
setType
void setType(java.lang.String type)
setIndicator
void setIndicator(java.lang.String indicator)
setIndicatorOccurrence
void setIndicatorOccurrence(java.lang.String indicatorOccurrence)
setNumberOccurrence
void setNumberOccurrence(java.lang.String numberOccurrence)
unsetContent
void unsetContent()
unsetNumberType
void unsetNumberType()
unsetType
void unsetType()
unsetIndicator
void unsetIndicator()
unsetIndicatorOccurrence
void unsetIndicatorOccurrence()
unsetNumberOccurrence
void unsetNumberOccurrence()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)