org.citygml4j.model.gml.feature
Interface LocationProperty

All Superinterfaces:
Association<AbstractGeometry>, AssociationAttributeGroup, AssociationByRep<AbstractGeometry>, AssociationByRepOrRef<AbstractGeometry>, Child, Copyable, GeometryProperty<AbstractGeometry>, GML, ModelObject
All Known Subinterfaces:
PriorityLocationProperty
All Known Implementing Classes:
LocationPropertyImpl, PriorityLocationPropertyImpl

public interface LocationProperty
extends GeometryProperty<AbstractGeometry>


Method Summary
 Code getLocationKeyWord()
           
 StringOrRef getLocationString()
           
 Null getNull()
           
 boolean isSetLocationKeyWord()
           
 boolean isSetLocationString()
           
 boolean isSetNull()
           
 void setLocationKeyWord(Code locationKeyWord)
           
 void setLocationString(StringOrRef locationString)
           
 void setNull(Null _null)
           
 void unsetLocationKeyWord()
           
 void unsetLocationString()
           
 void unsetNull()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
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
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getLocationKeyWord

Code getLocationKeyWord()

getLocationString

StringOrRef getLocationString()

getNull

Null getNull()

isSetLocationKeyWord

boolean isSetLocationKeyWord()

isSetLocationString

boolean isSetLocationString()

isSetNull

boolean isSetNull()

setLocationKeyWord

void setLocationKeyWord(Code locationKeyWord)

setLocationString

void setLocationString(StringOrRef locationString)

setNull

void setNull(Null _null)

unsetLocationKeyWord

void unsetLocationKeyWord()

unsetLocationString

void unsetLocationString()

unsetNull

void unsetNull()