|
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.Request
public class Request
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}GetCapabilities"/> <element ref="{http://www.opengis.net/wms}GetMap"/> <element ref="{http://www.opengis.net/wms}GetFeatureInfo" minOccurs="0"/> <element ref="{http://www.opengis.net/wms}_ExtendedOperation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<OperationType> |
extendedOperation
|
protected OperationType |
getCapabilities
|
protected OperationType |
getFeatureInfo
|
protected OperationType |
getMap
|
Constructor Summary | |
---|---|
Request()
|
Method Summary | |
---|---|
List<OperationType> |
getExtendedOperation()
Gets the value of the extendedOperation property. |
OperationType |
getGetCapabilities()
Gets the value of the getCapabilities property. |
OperationType |
getGetFeatureInfo()
Gets the value of the getFeatureInfo property. |
OperationType |
getGetMap()
Gets the value of the getMap property. |
void |
setGetCapabilities(OperationType value)
Sets the value of the getCapabilities property. |
void |
setGetFeatureInfo(OperationType value)
Sets the value of the getFeatureInfo property. |
void |
setGetMap(OperationType value)
Sets the value of the getMap property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<OperationType> extendedOperation
protected OperationType getCapabilities
protected OperationType getFeatureInfo
protected OperationType getMap
Constructor Detail |
---|
public Request()
Method Detail |
---|
public List<OperationType> getExtendedOperation()
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 extendedOperation property.
For example, to add a new item, do as follows:
getExtendedOperation().add(newItem);
Objects of the following type(s) are allowed in the list
OperationType
public OperationType getGetCapabilities()
OperationType
public OperationType getGetFeatureInfo()
OperationType
public OperationType getGetMap()
OperationType
public void setGetCapabilities(OperationType value)
value
- allowed object is
OperationType
public void setGetFeatureInfo(OperationType value)
value
- allowed object is
OperationType
public void setGetMap(OperationType value)
value
- allowed object is
OperationType
|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |