Package net.opengis.ows20
Interface ServiceReferenceType
- 
- All Superinterfaces:
- AbstractReferenceBaseType,- EObject,- Notifier,- ReferenceType
 - All Known Implementing Classes:
- ServiceReferenceTypeImpl
 
 public interface ServiceReferenceType extends ReferenceType A representation of the model object 'Service Reference Type'. 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.The following features are supported: - See Also:
- Ows20Package.getServiceReferenceType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EObjectgetRequestMessage()Returns the value of the 'Request Message' containment reference.StringgetRequestMessageReference()Returns the value of the 'Request Message Reference' attribute.voidsetRequestMessage(EObject value)Sets the value of the 'Request Message' containment reference.voidsetRequestMessageReference(String value)Sets the value of the 'Request Message Reference' attribute.- 
Methods inherited from interface AbstractReferenceBaseTypegetActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetShow, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
 - 
Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface ReferenceTypegetAbstract, getFormat, getIdentifier, getMetadata, getMetadataGroup, setFormat, setIdentifier
 
- 
 
- 
- 
- 
Method Detail- 
getRequestMessageEObject getRequestMessage() Returns the value of the 'Request Message' containment reference. The XML-encoded operation request message to be sent to request this input data from another web server using HTTP Post.- Returns:
- the value of the 'Request Message' containment reference.
- See Also:
- setRequestMessage(EObject),- Ows20Package.getServiceReferenceType_RequestMessage()
 
 - 
setRequestMessagevoid setRequestMessage(EObject value) Sets the value of the 'Request Message' containment reference.- Parameters:
- value- the new value of the 'Request Message' containment reference.
- See Also:
- getRequestMessage()
 
 - 
getRequestMessageReferenceString getRequestMessageReference() Returns the value of the 'Request Message Reference' attribute. Reference to the XML-encoded operation request message to be sent to request this input data from another web server using HTTP Post. The referenced message shall be attached to the same message (using the cid scheme), or be accessible using a URL.- Returns:
- the value of the 'Request Message Reference' attribute.
- See Also:
- setRequestMessageReference(String),- Ows20Package.getServiceReferenceType_RequestMessageReference()
 
 - 
setRequestMessageReferencevoid setRequestMessageReference(String value) Sets the value of the 'Request Message Reference' attribute.- Parameters:
- value- the new value of the 'Request Message Reference' attribute.
- See Also:
- getRequestMessageReference()
 
 
- 
 
-