|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wms.Request
public class Request
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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<JAXBElement<OperationType>> |
extendedOperation
|
protected OperationType |
getCapabilities
|
protected OperationType |
getFeatureInfo
|
protected OperationType |
getMap
|
| Constructor Summary | |
|---|---|
Request()
|
|
| Method Summary | |
|---|---|
List<JAXBElement<OperationType>> |
getExtendedOperation()
Gets the value of the extendedOperation property. |
OperationType |
getGetCapabilities()
Obtient la valeur de la propriété getCapabilities. |
OperationType |
getGetFeatureInfo()
Obtient la valeur de la propriété getFeatureInfo. |
OperationType |
getGetMap()
Obtient la valeur de la propriété getMap. |
boolean |
isSetExtendedOperation()
|
boolean |
isSetGetCapabilities()
|
boolean |
isSetGetFeatureInfo()
|
boolean |
isSetGetMap()
|
void |
setGetCapabilities(OperationType value)
Définit la valeur de la propriété getCapabilities. |
void |
setGetFeatureInfo(OperationType value)
Définit la valeur de la propriété getFeatureInfo. |
void |
setGetMap(OperationType value)
Définit la valeur de la propriété getMap. |
void |
unsetExtendedOperation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OperationType getCapabilities
protected OperationType getMap
protected OperationType getFeatureInfo
protected List<JAXBElement<OperationType>> extendedOperation
| Constructor Detail |
|---|
public Request()
| Method Detail |
|---|
public OperationType getGetCapabilities()
OperationTypepublic void setGetCapabilities(OperationType value)
value - allowed object is
OperationTypepublic boolean isSetGetCapabilities()
public OperationType getGetMap()
OperationTypepublic void setGetMap(OperationType value)
value - allowed object is
OperationTypepublic boolean isSetGetMap()
public OperationType getGetFeatureInfo()
OperationTypepublic void setGetFeatureInfo(OperationType value)
value - allowed object is
OperationTypepublic boolean isSetGetFeatureInfo()
public List<JAXBElement<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
JAXBElement<OperationType>
JAXBElement<OperationType>
JAXBElement<OperationType>
public boolean isSetExtendedOperation()
public void unsetExtendedOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||