|
||||||||||
| 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.UpdateType
public class UpdateType
Classe Java pour UpdateType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="UpdateType">
<complexContent>
<extension base="{http://www.opengis.net/wfs/2.1}AbstractTransactionActionType">
<sequence>
<element ref="{http://www.opengis.net/wfs/2.1}Property" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/fes/2.1}Filter" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.opengis.net/wfs/2.1}StandardInputParameters"/>
<attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FilterType |
filter
|
protected String |
inputFormat
|
protected List<PropertyType> |
property
|
protected String |
srsName
|
protected QName |
typeName
|
| Fields inherited from class net.opengis.wfs._2_1.AbstractTransactionActionType |
|---|
handle |
| Constructor Summary | |
|---|---|
UpdateType()
|
|
| Method Summary | |
|---|---|
FilterType |
getFilter()
Obtient la valeur de la propriété filter. |
String |
getInputFormat()
Obtient la valeur de la propriété inputFormat. |
List<PropertyType> |
getProperty()
Gets the value of the property property. |
String |
getSrsName()
Obtient la valeur de la propriété srsName. |
QName |
getTypeName()
Obtient la valeur de la propriété typeName. |
boolean |
isSetFilter()
|
boolean |
isSetInputFormat()
|
boolean |
isSetProperty()
|
boolean |
isSetSrsName()
|
boolean |
isSetTypeName()
|
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. |
void |
setTypeName(QName value)
Définit la valeur de la propriété typeName. |
void |
unsetProperty()
|
| 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 List<PropertyType> property
protected FilterType filter
protected QName typeName
protected String inputFormat
protected String srsName
| Constructor Detail |
|---|
public UpdateType()
| Method Detail |
|---|
public List<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
public boolean isSetProperty()
public void unsetProperty()
public FilterType getFilter()
FilterTypepublic void setFilter(FilterType value)
value - allowed object is
FilterTypepublic boolean isSetFilter()
public QName getTypeName()
QNamepublic void setTypeName(QName value)
value - allowed object is
QNamepublic boolean isSetTypeName()
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 | |||||||||