net.opengis.fes._2
Class BinarySpatialOpType

java.lang.Object
  extended by net.opengis.fes._2.SpatialOpsType
      extended by net.opengis.fes._2.BinarySpatialOpType

public class BinarySpatialOpType
extends SpatialOpsType

Classe Java pour BinarySpatialOpType complex type.

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

 <complexType name="BinarySpatialOpType">
   <complexContent>
     <extension base="{http://www.opengis.net/fes/2.1}SpatialOpsType">
       <sequence>
         <element ref="{http://www.opengis.net/fes/2.1}ValueReference"/>
         <any namespace='##other'/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
protected  String valueReference
           
 
Constructor Summary
BinarySpatialOpType()
           
 
Method Summary
 Object getAny()
          Obtient la valeur de la propriété any.
 String getValueReference()
          Obtient la valeur de la propriété valueReference.
 boolean isSetAny()
           
 boolean isSetValueReference()
           
 void setAny(Object value)
          Définit la valeur de la propriété any.
 void setValueReference(String 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 String valueReference

any

protected Object any
Constructor Detail

BinarySpatialOpType

public BinarySpatialOpType()
Method Detail

getValueReference

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

Returns:
possible object is String

setValueReference

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

Parameters:
value - allowed object is String

isSetValueReference

public boolean isSetValueReference()

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.