public class OperationsType extends Object
Java class for OperationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/wfs}Insert"/>
<element ref="{http://www.opengis.net/wfs}Update"/>
<element ref="{http://www.opengis.net/wfs}Delete"/>
<element ref="{http://www.opengis.net/wfs}Query"/>
<element ref="{http://www.opengis.net/wfs}Lock"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<EmptyType>> |
insertOrUpdateOrDelete |
| Constructor and Description |
|---|
OperationsType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<EmptyType>> |
getInsertOrUpdateOrDelete()
Gets the value of the insertOrUpdateOrDelete property.
|
protected List<JAXBElement<EmptyType>> insertOrUpdateOrDelete
public List<JAXBElement<EmptyType>> getInsertOrUpdateOrDelete()
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 insertOrUpdateOrDelete property.
For example, to add a new item, do as follows:
getInsertOrUpdateOrDelete().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EmptyType>
JAXBElement<EmptyType>
JAXBElement<EmptyType>
JAXBElement<EmptyType>
JAXBElement<EmptyType>
This work is licensed under a Creative Commons Attribution 4.0 International License.