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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to the choice between theRequestMessageandRequestMessageReferenceelements.Fields inherited from class com.luciad.ogc.ows.model.TLcdOWSReference
ABSTRACT_PROPERTY, FORMAT_PROPERTY, IDENTIFIER_PROPERTY, METADATA_PROPERTYFields inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
TYPE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to the choice between theRequestMessageandRequestMessageReferenceelements.voidsetRequestMessage(Object aValue) Sets the value of the property that maps to the choice between theRequestMessageandRequestMessageReferenceelements.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSReference
getAbstract, getFormat, getIdentifier, getMetadata, setFormat, setIdentifierMethods inherited from class com.luciad.ogc.ows.model.TLcdOWSAbstractReferenceBase
getType, setType
-
Field Details
-
REQUEST_MESSAGE_PROPERTY
Data property that maps to the choice between theRequestMessageandRequestMessageReferenceelements. The possible values for this property are instances ofObjectURI
-
-
Constructor Details
-
TLcdOWSServiceReference
public TLcdOWSServiceReference() -
TLcdOWSServiceReference
-
-
Method Details
-
getRequestMessage
Returns the value of the property that maps to the choice between theRequestMessageandRequestMessageReferenceelements.The possible values for this property are instances of
ObjectURI
- Returns:
- the value of the
REQUEST_MESSAGE_PROPERTYproperty.
-
setRequestMessage
Sets the value of the property that maps to the choice between theRequestMessageandRequestMessageReferenceelements.The possible values for this property are instances of
ObjectURI
- Parameters:
aValue- the value to set for theREQUEST_MESSAGE_PROPERTYproperty.
-