org.citygml4j.model.xal
Interface SortingCode

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

public interface SortingCode
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getType()
           
 boolean isSetType()
           
 void setType(java.lang.String type)
           
 void unsetType()
           
<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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getType

java.lang.String getType()

isSetType

boolean isSetType()

setType

void setType(java.lang.String type)

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

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