net.opengis.ows._2
Class ServiceReferenceType
java.lang.Object
net.opengis.ows._2.AbstractReferenceBaseType
net.opengis.ows._2.ReferenceType
net.opengis.ows._2.ServiceReferenceType
public class ServiceReferenceType
- extends ReferenceType
Complete reference to a remote resource that needs to be
retrieved from an OWS using an XML-encoded operation request. This
element shall be used, within an InputData or Manifest element that is
used for input data, when that input data needs to be retrieved from
another web service using a XML-encoded OWS operation request. This
element shall not be used for local payload input data or for requesting
the resource from a web server using HTTP Get.
Classe Java pour ServiceReferenceType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ServiceReferenceType">
<complexContent>
<extension base="{http://www.opengis.net/ows/2.0}ReferenceType">
<choice>
<element name="RequestMessage" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="RequestMessageReference" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</choice>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.ows._2.ReferenceType |
getAbstract, getFormat, getIdentifier, getMetadata, isSetAbstract, isSetFormat, isSetIdentifier, isSetMetadata, setFormat, setIdentifier, unsetAbstract, unsetMetadata |
| Methods inherited from class net.opengis.ows._2.AbstractReferenceBaseType |
getActuate, getArcrole, getHref, getRole, getShow, getTitle, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, setActuate, setArcrole, setHref, setRole, setShow, setTitle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestMessage
protected Object requestMessage
requestMessageReference
protected String requestMessageReference
ServiceReferenceType
public ServiceReferenceType()
getRequestMessage
public Object getRequestMessage()
- Obtient la valeur de la propriété requestMessage.
- Returns:
- possible object is
Object
setRequestMessage
public void setRequestMessage(Object value)
- Définit la valeur de la propriété requestMessage.
- Parameters:
value - allowed object is
Object
isSetRequestMessage
public boolean isSetRequestMessage()
getRequestMessageReference
public String getRequestMessageReference()
- Obtient la valeur de la propriété requestMessageReference.
- Returns:
- possible object is
String
setRequestMessageReference
public void setRequestMessageReference(String value)
- Définit la valeur de la propriété requestMessageReference.
- Parameters:
value - allowed object is
String
isSetRequestMessageReference
public boolean isSetRequestMessageReference()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.