Package com.luciad.ogc.ows.model
Class TLcdOWSServiceReference
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
com.luciad.ogc.ows.model.TLcdOWSReference
com.luciad.ogc.ows.model.TLcdOWSServiceReference
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to the choice between theRequestMessage
andRequestMessageReference
elements.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSReference
ABSTRACT_PROPERTY, FORMAT_PROPERTY, IDENTIFIER_PROPERTY, METADATA_PROPERTY
Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
TYPE_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theRequestMessage
andRequestMessageReference
elements.void
setRequestMessage
(Object aValue) Sets the value of the property that maps to the choice between theRequestMessage
andRequestMessageReference
elements.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSReference
getAbstract, getFormat, getIdentifier, getMetadata, setFormat, setIdentifier
Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
getType, setType
-
Field Details
-
REQUEST_MESSAGE_PROPERTY
Data property that maps to the choice between theRequestMessage
andRequestMessageReference
elements. The possible values for this property are instances ofObject
URI
-
-
Constructor Details
-
TLcdOWSServiceReference
public TLcdOWSServiceReference() -
TLcdOWSServiceReference
-
-
Method Details
-
getRequestMessage
Returns the value of the property that maps to the choice between theRequestMessage
andRequestMessageReference
elements.The possible values for this property are instances of
Object
URI
- Returns:
- the value of the
REQUEST_MESSAGE_PROPERTY
property.
-
setRequestMessage
Sets the value of the property that maps to the choice between theRequestMessage
andRequestMessageReference
elements.The possible values for this property are instances of
Object
URI
- Parameters:
aValue
- the value to set for theREQUEST_MESSAGE_PROPERTY
property.
-