org.citygml4j.model.xal
Interface PremiseName

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

public interface PremiseName
extends XAL, GrPostal, Child, Copyable


Method Summary
 java.lang.String getContent()
           
 java.lang.String getType()
           
 java.lang.String getTypeOccurrence()
           
 boolean isSetContent()
           
 boolean isSetType()
           
 boolean isSetTypeOccurrence()
           
 void setContent(java.lang.String content)
           
 void setType(java.lang.String type)
           
 void setTypeOccurrence(java.lang.String typeOccurrence)
           
 void unsetContent()
           
 void unsetType()
           
 void unsetTypeOccurrence()
           
<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

getContent

java.lang.String getContent()

getType

java.lang.String getType()

getTypeOccurrence

java.lang.String getTypeOccurrence()

isSetContent

boolean isSetContent()

isSetType

boolean isSetType()

isSetTypeOccurrence

boolean isSetTypeOccurrence()

setContent

void setContent(java.lang.String content)

setType

void setType(java.lang.String type)

setTypeOccurrence

void setTypeOccurrence(java.lang.String typeOccurrence)

unsetContent

void unsetContent()

unsetType

void unsetType()

unsetTypeOccurrence

void unsetTypeOccurrence()

visit

void visit(XALVisitor visitor)

visit

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