net.opengis.gml
Class PriorityLocationPropertyType

java.lang.Object
  extended by net.opengis.gml.LocationPropertyType
      extended by net.opengis.gml.PriorityLocationPropertyType

public class PriorityLocationPropertyType
extends LocationPropertyType

Deprecated in GML 3.1.0

Classe Java pour PriorityLocationPropertyType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  String priority
           
 
Fields inherited from class net.opengis.gml.LocationPropertyType
_null, actuate, arcrole, geometry, href, locationKeyWord, locationString, remoteSchema, role, show, title, TYPE
 
Constructor Summary
PriorityLocationPropertyType()
           
 
Method Summary
 String getPriority()
          Obtient la valeur de la propriété priority.
 boolean isSetPriority()
           
 void setPriority(String value)
          Définit la valeur de la propriété priority.
 
Methods inherited from class net.opengis.gml.LocationPropertyType
getActuate, getArcrole, getGeometry, getHref, getLocationKeyWord, getLocationString, getNull, getRemoteSchema, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetGeometry, isSetHref, isSetLocationKeyWord, isSetLocationString, isSetNull, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setGeometry, setHref, setLocationKeyWord, setLocationString, setRemoteSchema, setRole, setShow, setTitle, unsetNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

priority

protected String priority
Constructor Detail

PriorityLocationPropertyType

public PriorityLocationPropertyType()
Method Detail

getPriority

public String getPriority()
Obtient la valeur de la propriété priority.

Returns:
possible object is String

setPriority

public void setPriority(String value)
Définit la valeur de la propriété priority.

Parameters:
value - allowed object is String

isSetPriority

public boolean isSetPriority()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.