org.citygml4j.model.xal
Interface LargeMailUserName

All Superinterfaces:
Child, Copyable, ModelObject, XAL
All Known Implementing Classes:
LargeMailUserNameImpl

public interface LargeMailUserName
extends XAL, Child, Copyable


Method Summary
 java.lang.String getCode()
           
 java.lang.String getContent()
           
 java.lang.String getType()
           
 boolean isSetCode()
           
 boolean isSetContent()
           
 boolean isSetType()
           
 void setCode(java.lang.String code)
           
 void setContent(java.lang.String content)
           
 void setType(java.lang.String type)
           
 void unsetCode()
           
 void unsetContent()
           
 void unsetType()
           
<T> T
visit(XALFunctor<T> visitor)
           
 void visit(XALVisitor visitor)
           
 
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.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getContent

java.lang.String getContent()

getType

java.lang.String getType()

getCode

java.lang.String getCode()

isSetContent

boolean isSetContent()

isSetType

boolean isSetType()

isSetCode

boolean isSetCode()

setContent

void setContent(java.lang.String content)

setType

void setType(java.lang.String type)

setCode

void setCode(java.lang.String code)

unsetContent

void unsetContent()

unsetType

void unsetType()

unsetCode

void unsetCode()

visit

void visit(XALVisitor visitor)

visit

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