org.citygml4j.jaxb.gml._3_1_1
Class PriorityLocationPropertyType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.LocationPropertyType
      extended by org.citygml4j.jaxb.gml._3_1_1.PriorityLocationPropertyType

public class PriorityLocationPropertyType
extends LocationPropertyType

Deprecated in GML 3.1.0

Java-Klasse für PriorityLocationPropertyType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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>
 


Constructor Summary
PriorityLocationPropertyType()
           
 
Method Summary
 java.lang.String getPriority()
          Ruft den Wert der priority-Eigenschaft ab.
 boolean isSetPriority()
           
 void setPriority(java.lang.String value)
          Legt den Wert der priority-Eigenschaft fest.
 
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
 

Constructor Detail

PriorityLocationPropertyType

public PriorityLocationPropertyType()
Method Detail

getPriority

public java.lang.String getPriority()
Ruft den Wert der priority-Eigenschaft ab.

Returns:
possible object is String

setPriority

public void setPriority(java.lang.String value)
Legt den Wert der priority-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetPriority

public boolean isSetPriority()