net.opengis.wfs._2_1
Class BaseRequestType

java.lang.Object
  extended by net.opengis.wfs._2_1.BaseRequestType
Direct Known Subclasses:
CreateStoredQueryType, DescribeFeatureTypeType, DescribeStoredQueriesType, DropStoredQuery, GetFeatureType, GetPropertyValueType, ListStoredQueriesType, LockFeatureType, TransactionType

public abstract class BaseRequestType
extends Object

Classe Java pour BaseRequestType complex type.

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

 <complexType name="BaseRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WFS" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="2.0.0" />
       <attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String handle
           
static String SERVICE
           
static String VERSION
           
 
Constructor Summary
BaseRequestType()
           
 
Method Summary
 String getHandle()
          Obtient la valeur de la propriété handle.
 boolean isSetHandle()
           
 void setHandle(String value)
          Définit la valeur de la propriété handle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final String SERVICE
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

handle

protected String handle
Constructor Detail

BaseRequestType

public BaseRequestType()
Method Detail

getHandle

public String getHandle()
Obtient la valeur de la propriété handle.

Returns:
possible object is String

setHandle

public void setHandle(String value)
Définit la valeur de la propriété handle.

Parameters:
value - allowed object is String

isSetHandle

public boolean isSetHandle()


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