org.citygml4j.model.xal
Interface PremiseNumberPrefix

All Superinterfaces:
Child, Copyable, GrPostal, ModelObject, XAL
All Known Implementing Classes:
PremiseNumberPrefixImpl

public interface PremiseNumberPrefix
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getNumberPrefixSeparator()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 boolean isSetNumberPrefixSeparator()
           
 boolean isSetType()
           
 boolean isSetValue()
           
 void setNumberPrefixSeparator(java.lang.String numberPrefixSeparator)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 void unsetNumberPrefixSeparator()
           
 void unsetType()
           
 void unsetValue()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
Methods inherited from interface org.citygml4j.model.xal.GrPostal
getCode, isSetCode, setCode, unsetCode
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getValue

java.lang.String getValue()

getNumberPrefixSeparator

java.lang.String getNumberPrefixSeparator()

getType

java.lang.String getType()

isSetValue

boolean isSetValue()

isSetNumberPrefixSeparator

boolean isSetNumberPrefixSeparator()

isSetType

boolean isSetType()

setValue

void setValue(java.lang.String value)

setNumberPrefixSeparator

void setNumberPrefixSeparator(java.lang.String numberPrefixSeparator)

setType

void setType(java.lang.String type)

unsetValue

void unsetValue()

unsetNumberPrefixSeparator

void unsetNumberPrefixSeparator()

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

<T> T visit(XALFunctor<T> visitor)