org.citygml4j.model.xal
Interface CountryName

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

public interface CountryName
extends XAL, GrPostal, Child, Copyable


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

getContent

java.lang.String getContent()

isSetContent

boolean isSetContent()

isSetType

boolean isSetType()

setType

void setType(java.lang.String type)

setContent

void setContent(java.lang.String content)

unsetContent

void unsetContent()

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

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