public class Capability
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Request"/>
<element ref="{}Exception"/>
<element ref="{}VendorSpecificCapabilities" minOccurs="0"/>
<element ref="{}UserDefinedSymbolization" minOccurs="0"/>
<element ref="{}Layer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Exception |
exception |
protected Layer |
layer |
protected Request |
request |
protected UserDefinedSymbolization |
userDefinedSymbolization |
protected VendorSpecificCapabilities |
vendorSpecificCapabilities |
| Constructor and Description |
|---|
Capability() |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Gets the value of the exception property.
|
Layer |
getLayer()
Gets the value of the layer property.
|
Request |
getRequest()
Gets the value of the request property.
|
UserDefinedSymbolization |
getUserDefinedSymbolization()
Gets the value of the userDefinedSymbolization property.
|
VendorSpecificCapabilities |
getVendorSpecificCapabilities()
Gets the value of the vendorSpecificCapabilities property.
|
void |
setException(Exception value)
Sets the value of the exception property.
|
void |
setLayer(Layer value)
Sets the value of the layer property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
void |
setUserDefinedSymbolization(UserDefinedSymbolization value)
Sets the value of the userDefinedSymbolization property.
|
void |
setVendorSpecificCapabilities(VendorSpecificCapabilities value)
Sets the value of the vendorSpecificCapabilities property.
|
protected Request request
protected Exception exception
protected VendorSpecificCapabilities vendorSpecificCapabilities
protected UserDefinedSymbolization userDefinedSymbolization
protected Layer layer
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic Exception getException()
Exceptionpublic void setException(Exception value)
value - allowed object is
Exceptionpublic VendorSpecificCapabilities getVendorSpecificCapabilities()
VendorSpecificCapabilitiespublic void setVendorSpecificCapabilities(VendorSpecificCapabilities value)
value - allowed object is
VendorSpecificCapabilitiespublic UserDefinedSymbolization getUserDefinedSymbolization()
UserDefinedSymbolizationpublic void setUserDefinedSymbolization(UserDefinedSymbolization value)
value - allowed object is
UserDefinedSymbolizationpublic Layer getLayer()
LayerCopyright © 2013. All Rights Reserved.