org.citygml4j.model.gml.feature
Interface PriorityLocationProperty

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

public interface PriorityLocationProperty
extends LocationProperty


Method Summary
 java.lang.String getPriority()
           
 boolean isSetPriority()
           
 void setPriority(java.lang.String priority)
           
 void unsetPriority()
           
 
Methods inherited from interface org.citygml4j.model.gml.feature.LocationProperty
getLocationKeyWord, getLocationString, getNull, isSetLocationKeyWord, isSetLocationString, isSetNull, setLocationKeyWord, setLocationString, setNull, unsetLocationKeyWord, unsetLocationString, 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.gml.GML
getGMLClass
 
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
 
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

getPriority

java.lang.String getPriority()

isSetPriority

boolean isSetPriority()

setPriority

void setPriority(java.lang.String priority)

unsetPriority

void unsetPriority()