public class Request
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="{}GetCapabilities"/>
<element ref="{}GetMap"/>
<element ref="{}GetFeatureInfo" minOccurs="0"/>
<element ref="{}DescribeLayer" minOccurs="0"/>
<element ref="{}GetLegendGraphic" minOccurs="0"/>
<element ref="{}GetStyles" minOccurs="0"/>
<element ref="{}PutStyles" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DescribeLayer |
describeLayer |
protected GetCapabilities |
getCapabilities |
protected GetFeatureInfo |
getFeatureInfo |
protected GetLegendGraphic |
getLegendGraphic |
protected GetMap |
getMap |
protected GetStyles |
getStyles |
protected PutStyles |
putStyles |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLayer |
getDescribeLayer()
Gets the value of the describeLayer property.
|
GetCapabilities |
getGetCapabilities()
Gets the value of the getCapabilities property.
|
GetFeatureInfo |
getGetFeatureInfo()
Gets the value of the getFeatureInfo property.
|
GetLegendGraphic |
getGetLegendGraphic()
Gets the value of the getLegendGraphic property.
|
GetMap |
getGetMap()
Gets the value of the getMap property.
|
GetStyles |
getGetStyles()
Gets the value of the getStyles property.
|
PutStyles |
getPutStyles()
Gets the value of the putStyles property.
|
void |
setDescribeLayer(DescribeLayer value)
Sets the value of the describeLayer property.
|
void |
setGetCapabilities(GetCapabilities value)
Sets the value of the getCapabilities property.
|
void |
setGetFeatureInfo(GetFeatureInfo value)
Sets the value of the getFeatureInfo property.
|
void |
setGetLegendGraphic(GetLegendGraphic value)
Sets the value of the getLegendGraphic property.
|
void |
setGetMap(GetMap value)
Sets the value of the getMap property.
|
void |
setGetStyles(GetStyles value)
Sets the value of the getStyles property.
|
void |
setPutStyles(PutStyles value)
Sets the value of the putStyles property.
|
protected GetCapabilities getCapabilities
protected GetMap getMap
protected GetFeatureInfo getFeatureInfo
protected DescribeLayer describeLayer
protected GetLegendGraphic getLegendGraphic
protected GetStyles getStyles
protected PutStyles putStyles
public GetCapabilities getGetCapabilities()
GetCapabilitiespublic void setGetCapabilities(GetCapabilities value)
value - allowed object is
GetCapabilitiespublic GetMap getGetMap()
GetMappublic void setGetMap(GetMap value)
value - allowed object is
GetMappublic GetFeatureInfo getGetFeatureInfo()
GetFeatureInfopublic void setGetFeatureInfo(GetFeatureInfo value)
value - allowed object is
GetFeatureInfopublic DescribeLayer getDescribeLayer()
DescribeLayerpublic void setDescribeLayer(DescribeLayer value)
value - allowed object is
DescribeLayerpublic GetLegendGraphic getGetLegendGraphic()
GetLegendGraphicpublic void setGetLegendGraphic(GetLegendGraphic value)
value - allowed object is
GetLegendGraphicpublic GetStyles getGetStyles()
GetStylespublic void setGetStyles(GetStyles value)
value - allowed object is
GetStylespublic PutStyles getPutStyles()
PutStylesCopyright © 2013. All Rights Reserved.