|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.Capability
public class Capability
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="{http://www.opengis.net/wms}Request"/>
<element ref="{http://www.opengis.net/wms}Exception"/>
<element ref="{http://www.opengis.net/wms}_ExtendedCapabilities" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/wms}Layer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Exception |
exception
|
protected List<Object> |
extendedCapabilities
|
protected Layer |
layer
|
protected Request |
request
|
| Constructor Summary | |
|---|---|
Capability()
|
|
| Method Summary | |
|---|---|
Exception |
getException()
Gets the value of the exception property. |
List<Object> |
getExtendedCapabilities()
Gets the value of the extendedCapabilities property. |
Layer |
getLayer()
Gets the value of the layer property. |
Request |
getRequest()
Gets the value of the request 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Exception exception
protected List<Object> extendedCapabilities
protected Layer layer
protected Request request
| Constructor Detail |
|---|
public Capability()
| Method Detail |
|---|
public Exception getException()
Exceptionpublic List<Object> getExtendedCapabilities()
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 extendedCapabilities property.
For example, to add a new item, do as follows:
getExtendedCapabilities().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Layer getLayer()
Layerpublic Request getRequest()
Requestpublic void setException(Exception value)
value - allowed object is
Exceptionpublic void setLayer(Layer value)
value - allowed object is
Layerpublic void setRequest(Request value)
value - allowed object is
Request
|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||