net.opengis.wfs._2_1
Class ReplaceType

java.lang.Object
  extended by net.opengis.wfs._2_1.AbstractTransactionActionType
      extended by net.opengis.wfs._2_1.ReplaceType

public class ReplaceType
extends AbstractTransactionActionType

Classe Java pour ReplaceType complex type.

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

 <complexType name="ReplaceType">
   <complexContent>
     <extension base="{http://www.opengis.net/wfs/2.1}AbstractTransactionActionType">
       <sequence>
         <any namespace='##other'/>
         <element ref="{http://www.opengis.net/fes/2.1}Filter"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/wfs/2.1}StandardInputParameters"/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object any
           
protected  FilterType filter
           
protected  String inputFormat
           
protected  String srsName
           
 
Fields inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType
handle
 
Constructor Summary
ReplaceType()
           
 
Method Summary
 Object getAny()
          Obtient la valeur de la propriété any.
 FilterType getFilter()
          Obtient la valeur de la propriété filter.
 String getInputFormat()
          Obtient la valeur de la propriété inputFormat.
 String getSrsName()
          Obtient la valeur de la propriété srsName.
 boolean isSetAny()
           
 boolean isSetFilter()
           
 boolean isSetInputFormat()
           
 boolean isSetSrsName()
           
 void setAny(Object value)
          Définit la valeur de la propriété any.
 void setFilter(FilterType value)
          Définit la valeur de la propriété filter.
 void setInputFormat(String value)
          Définit la valeur de la propriété inputFormat.
 void setSrsName(String value)
          Définit la valeur de la propriété srsName.
 
Methods inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType
getHandle, isSetHandle, setHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected Object any

filter

protected FilterType filter

inputFormat

protected String inputFormat

srsName

protected String srsName
Constructor Detail

ReplaceType

public ReplaceType()
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()

getFilter

public FilterType getFilter()
Obtient la valeur de la propriété filter.

Returns:
possible object is FilterType

setFilter

public void setFilter(FilterType value)
Définit la valeur de la propriété filter.

Parameters:
value - allowed object is FilterType

isSetFilter

public boolean isSetFilter()

getInputFormat

public String getInputFormat()
Obtient la valeur de la propriété inputFormat.

Returns:
possible object is String

setInputFormat

public void setInputFormat(String value)
Définit la valeur de la propriété inputFormat.

Parameters:
value - allowed object is String

isSetInputFormat

public boolean isSetInputFormat()

getSrsName

public String getSrsName()
Obtient la valeur de la propriété srsName.

Returns:
possible object is String

setSrsName

public void setSrsName(String value)
Définit la valeur de la propriété srsName.

Parameters:
value - allowed object is String

isSetSrsName

public boolean isSetSrsName()


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