public class RequestType extends Object
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="GetCapabilities" type="{http://www.opengis.net/wfs}GetCapabilitiesType"/>
<element name="DescribeFeatureType" type="{http://www.opengis.net/wfs}DescribeFeatureTypeType"/>
<element name="Transaction" type="{http://www.opengis.net/wfs}TransactionType"/>
<element name="GetFeature" type="{http://www.opengis.net/wfs}GetFeatureTypeType"/>
<element name="GetFeatureWithLock" type="{http://www.opengis.net/wfs}GetFeatureTypeType"/>
<element name="LockFeature" type="{http://www.opengis.net/wfs}LockFeatureTypeType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
getCapabilitiesOrDescribeFeatureTypeOrTransaction |
| Constructor and Description |
|---|
RequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getGetCapabilitiesOrDescribeFeatureTypeOrTransaction()
Gets the value of the getCapabilitiesOrDescribeFeatureTypeOrTransaction property.
|
protected List<JAXBElement<?>> getCapabilitiesOrDescribeFeatureTypeOrTransaction
public List<JAXBElement<?>> getGetCapabilitiesOrDescribeFeatureTypeOrTransaction()
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 getCapabilitiesOrDescribeFeatureTypeOrTransaction property.
For example, to add a new item, do as follows:
getGetCapabilitiesOrDescribeFeatureTypeOrTransaction().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<LockFeatureTypeType>
JAXBElement<DescribeFeatureTypeType>
JAXBElement<GetFeatureTypeType>
JAXBElement<TransactionType>
JAXBElement<GetFeatureTypeType>
JAXBElement<GetCapabilitiesType>
This work is licensed under a Creative Commons Attribution 4.0 International License.