org.citygml4j.model.xal
Interface ThoroughfareNumberSuffix
- All Superinterfaces:
- Child, Copyable, GrPostal, ModelObject, XAL
- All Known Implementing Classes:
- ThoroughfareNumberSuffixImpl
public interface ThoroughfareNumberSuffix
- extends XAL, GrPostal, Child, Copyable
getContent
java.lang.String getContent()
getNumberSuffixSeparator
java.lang.String getNumberSuffixSeparator()
getType
java.lang.String getType()
isSetContent
boolean isSetContent()
isSetNumberSuffixSeparator
boolean isSetNumberSuffixSeparator()
isSetType
boolean isSetType()
setContent
void setContent(java.lang.String content)
setNumberSuffixSeparator
void setNumberSuffixSeparator(java.lang.String numberSuffixSeparator)
setType
void setType(java.lang.String type)
unsetContent
void unsetContent()
unsetNumberSuffixSeparator
void unsetNumberSuffixSeparator()
unsetType
void unsetType()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)