net.opengis.wfs._2_1
Class PropertyType

java.lang.Object
  extended by net.opengis.wfs._2_1.PropertyType

public class PropertyType
extends Object

Classe Java pour PropertyType complex type.

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

 <complexType name="PropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValueReference">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="action" type="{http://www.opengis.net/wfs/2.1}UpdateActionType" default="replace" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PropertyType.ValueReference
          Classe Java pour anonymous complex type.
 
Field Summary
protected  Object value
           
protected  PropertyType.ValueReference valueReference
           
 
Constructor Summary
PropertyType()
           
 
Method Summary
 Object getValue()
          Obtient la valeur de la propriété value.
 PropertyType.ValueReference getValueReference()
          Obtient la valeur de la propriété valueReference.
 boolean isSetValue()
           
 boolean isSetValueReference()
           
 void setValue(Object value)
          Définit la valeur de la propriété value.
 void setValueReference(PropertyType.ValueReference value)
          Définit la valeur de la propriété valueReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valueReference

protected PropertyType.ValueReference valueReference

value

protected Object value
Constructor Detail

PropertyType

public PropertyType()
Method Detail

getValueReference

public PropertyType.ValueReference getValueReference()
Obtient la valeur de la propriété valueReference.

Returns:
possible object is PropertyType.ValueReference

setValueReference

public void setValueReference(PropertyType.ValueReference value)
Définit la valeur de la propriété valueReference.

Parameters:
value - allowed object is PropertyType.ValueReference

isSetValueReference

public boolean isSetValueReference()

getValue

public Object getValue()
Obtient la valeur de la propriété value.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Définit la valeur de la propriété value.

Parameters:
value - allowed object is Object

isSetValue

public boolean isSetValue()


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