public class CapabilityType extends Object
Java class for CapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request" type="{http://www.opengis.net/wfs}RequestType"/>
<element ref="{http://www.opengis.net/wfs}VendorSpecificCapabilities" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RequestType |
request |
protected String |
vendorSpecificCapabilities |
| Constructor and Description |
|---|
CapabilityType() |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
getRequest()
Gets the value of the request property.
|
String |
getVendorSpecificCapabilities()
Gets the value of the vendorSpecificCapabilities property.
|
void |
setRequest(RequestType value)
Sets the value of the request property.
|
void |
setVendorSpecificCapabilities(String value)
Sets the value of the vendorSpecificCapabilities property.
|
protected RequestType request
protected String vendorSpecificCapabilities
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic String getVendorSpecificCapabilities()
StringThis work is licensed under a Creative Commons Attribution 4.0 International License.