|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.GetResourceByIdType
public class GetResourceByIdType
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 |
|---|
protected List<String> resourceID
protected String outputFormat
protected String service
protected String version
| Constructor Detail |
|---|
public GetResourceByIdType()
| Method Detail |
|---|
public List<String> getResourceID()
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
public boolean isSetResourceID()
public void unsetResourceID()
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic boolean isSetOutputFormat()
public String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic boolean isSetService()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||