|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.AbstractTransactionActionType
net.opengis.wfs._2_1.ReplaceType
public class ReplaceType
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 |
|---|
protected Object any
protected FilterType filter
protected String inputFormat
protected String srsName
| Constructor Detail |
|---|
public ReplaceType()
| Method Detail |
|---|
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic boolean isSetAny()
public FilterType getFilter()
FilterTypepublic void setFilter(FilterType value)
value - allowed object is
FilterTypepublic boolean isSetFilter()
public String getInputFormat()
Stringpublic void setInputFormat(String value)
value - allowed object is
Stringpublic boolean isSetInputFormat()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||