net.opengis.wms
Class Request

java.lang.Object
  extended by net.opengis.wms.Request

public class Request
extends Object

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

getCapabilities

protected OperationType getCapabilities

getMap

protected OperationType getMap

getFeatureInfo

protected OperationType getFeatureInfo

extendedOperation

protected List<JAXBElement<OperationType>> extendedOperation
Constructor Detail

Request

public Request()
Method Detail

getGetCapabilities

public OperationType getGetCapabilities()
Obtient la valeur de la propriété getCapabilities.

Returns:
possible object is OperationType

setGetCapabilities

public void setGetCapabilities(OperationType value)
Définit la valeur de la propriété getCapabilities.

Parameters:
value - allowed object is OperationType

isSetGetCapabilities

public boolean isSetGetCapabilities()

getGetMap

public OperationType getGetMap()
Obtient la valeur de la propriété getMap.

Returns:
possible object is OperationType

setGetMap

public void setGetMap(OperationType value)
Définit la valeur de la propriété getMap.

Parameters:
value - allowed object is OperationType

isSetGetMap

public boolean isSetGetMap()

getGetFeatureInfo

public OperationType getGetFeatureInfo()
Obtient la valeur de la propriété getFeatureInfo.

Returns:
possible object is OperationType

setGetFeatureInfo

public void setGetFeatureInfo(OperationType value)
Définit la valeur de la propriété getFeatureInfo.

Parameters:
value - allowed object is OperationType

isSetGetFeatureInfo

public boolean isSetGetFeatureInfo()

getExtendedOperation

public List<JAXBElement<OperationType>> getExtendedOperation()
Gets the value of the extendedOperation property.

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>


isSetExtendedOperation

public boolean isSetExtendedOperation()

unsetExtendedOperation

public void unsetExtendedOperation()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.