org.citygml4j.jaxb.gml._3_1_1
Class PriorityLocationPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.LocationPropertyType
org.citygml4j.jaxb.gml._3_1_1.PriorityLocationPropertyType
public class PriorityLocationPropertyType
- extends LocationPropertyType
Deprecated in GML 3.1.0
Java class for PriorityLocationPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriorityLocationPropertyType">
<complexContent>
<extension base="{http://www.opengis.net/gml}LocationPropertyType">
<attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
Method Summary |
java.lang.String |
getPriority()
Gets the value of the priority property. |
boolean |
isSetPriority()
|
void |
setPriority(java.lang.String value)
Sets the value of the priority property. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.LocationPropertyType |
get_Geometry, getActuate, getArcrole, getHref, getLocationKeyWord, getLocationString, getNull, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_Geometry, isSetActuate, isSetArcrole, isSetHref, isSetLocationKeyWord, isSetLocationString, isSetNull, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_Geometry, setActuate, setArcrole, setHref, setLocationKeyWord, setLocationString, setNull, setRemoteSchema, setRole, setShow, setTitle, setType, unsetNull |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityLocationPropertyType
public PriorityLocationPropertyType()
getPriority
public java.lang.String getPriority()
- Gets the value of the priority property.
- Returns:
- possible object is
String
setPriority
public void setPriority(java.lang.String value)
- Sets the value of the priority property.
- Parameters:
value
- allowed object is
String
isSetPriority
public boolean isSetPriority()