org.citygml4j.model.xal
Interface PremiseNumber
- All Superinterfaces:
- Child, Copyable, GrPostal, ModelObject, XAL
- All Known Implementing Classes:
- PremiseNumberImpl
public interface PremiseNumber
- extends XAL, GrPostal, Child, Copyable
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()
getNumberTypeOccurrence
java.lang.String getNumberTypeOccurrence()
isSetContent
boolean isSetContent()
isSetNumberType
boolean isSetNumberType()
isSetType
boolean isSetType()
isSetIndicator
boolean isSetIndicator()
isSetIndicatorOccurrence
boolean isSetIndicatorOccurrence()
isSetNumberTypeOccurrence
boolean isSetNumberTypeOccurrence()
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)
setNumberTypeOccurrence
void setNumberTypeOccurrence(java.lang.String numberTypeOccurrence)
unsetContent
void unsetContent()
unsetNumberType
void unsetNumberType()
unsetType
void unsetType()
unsetIndicator
void unsetIndicator()
unsetIndicatorOccurrence
void unsetIndicatorOccurrence()
unsetNumberTypeOccurrence
void unsetNumberTypeOccurrence()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)