org.citygml4j.model.xal
Interface LargeMailUserIdentifier

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

public interface LargeMailUserIdentifier
extends XAL, GrPostal, Child, Copyable


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

getIndicator

java.lang.String getIndicator()

isSetContent

boolean isSetContent()

isSetType

boolean isSetType()

isSetIndicator

boolean isSetIndicator()

setContent

void setContent(java.lang.String content)

setType

void setType(java.lang.String type)

setIndicator

void setIndicator(java.lang.String indicator)

unsetContent

void unsetContent()

unsetType

void unsetType()

unsetIndicator

void unsetIndicator()

visit

void visit(XALVisitor visitor)

visit

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