org.citygml4j.model.xal
Interface AddressLatitude

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

public interface AddressLatitude
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.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()

isSetContent

boolean isSetContent()

isSetType

boolean isSetType()

setContent

void setContent(java.lang.String content)

setType

void setType(java.lang.String type)

unsetContent

void unsetContent()

unsetType

void unsetType()

visit

void visit(XALVisitor visitor)

visit

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