net.opengis.wfs._2_1
Class EnvelopePropertyType

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

public class EnvelopePropertyType
extends Object

Classe Java pour EnvelopePropertyType complex type.

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

 <complexType name="EnvelopePropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any namespace='##other'/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
 
Constructor Summary
EnvelopePropertyType()
           
 
Method Summary
 Object getAny()
          Obtient la valeur de la propriété any.
 boolean isSetAny()
           
 void setAny(Object value)
          Définit la valeur de la propriété any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Object any
Constructor Detail

EnvelopePropertyType

public EnvelopePropertyType()
Method Detail

getAny

public Object getAny()
Obtient la valeur de la propriété any.

Returns:
possible object is Object

setAny

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

Parameters:
value - allowed object is Object

isSetAny

public boolean isSetAny()


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