net.opengis.ows._2
Class GetResourceByIdType

java.lang.Object
  extended by net.opengis.ows._2.GetResourceByIdType

public class GetResourceByIdType
extends Object

Request to a service to perform the GetResourceByID operation. This operation allows a client to retrieve one or more identified resources, including datasets and resources that describe datasets or parameters. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation.

Classe Java pour GetResourceByIdType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="GetResourceByIdType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/ows/2.0}OutputFormat" minOccurs="0"/>
       </sequence>
       <attribute name="service" use="required" type="{http://www.opengis.net/ows/2.0}ServiceType" />
       <attribute name="version" use="required" type="{http://www.opengis.net/ows/2.0}VersionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String outputFormat
           
protected  List<String> resourceID
           
protected  String service
           
protected  String version
           
 
Constructor Summary
GetResourceByIdType()
           
 
Method Summary
 String getOutputFormat()
          Optional reference to the data format to be used for response to this operation request.
 List<String> getResourceID()
          Gets the value of the resourceID property.
 String getService()
          Obtient la valeur de la propriété service.
 String getVersion()
          Obtient la valeur de la propriété version.
 boolean isSetOutputFormat()
           
 boolean isSetResourceID()
           
 boolean isSetService()
           
 boolean isSetVersion()
           
 void setOutputFormat(String value)
          Définit la valeur de la propriété outputFormat.
 void setService(String value)
          Définit la valeur de la propriété service.
 void setVersion(String value)
          Définit la valeur de la propriété version.
 void unsetResourceID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceID

protected List<String> resourceID

outputFormat

protected String outputFormat

service

protected String service

version

protected String version
Constructor Detail

GetResourceByIdType

public GetResourceByIdType()
Method Detail

getResourceID

public List<String> getResourceID()
Gets the value of the resourceID 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 resourceID property.

For example, to add a new item, do as follows:

    getResourceID().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetResourceID

public boolean isSetResourceID()

unsetResourceID

public void unsetResourceID()

getOutputFormat

public String getOutputFormat()
Optional reference to the data format to be used for response to this operation request. This element shall be included when multiple output formats are available for the selected resource(s), and the client desires a format other than the specified default, if any.

Returns:
possible object is String

setOutputFormat

public void setOutputFormat(String value)
Définit la valeur de la propriété outputFormat.

Parameters:
value - allowed object is String

isSetOutputFormat

public boolean isSetOutputFormat()

getService

public String getService()
Obtient la valeur de la propriété service.

Returns:
possible object is String

setService

public void setService(String value)
Définit la valeur de la propriété service.

Parameters:
value - allowed object is String

isSetService

public boolean isSetService()

getVersion

public String getVersion()
Obtient la valeur de la propriété version.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Définit la valeur de la propriété version.

Parameters:
value - allowed object is String

isSetVersion

public boolean isSetVersion()


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