Class AcknowledgementType


  • public class AcknowledgementType
    extends Object
    This is a general acknowledgement response message for all requests that may be processed in an asynchronous manner. EchoedRequest - Echoes the submitted request message RequestId - identifier for polling purposes (if no response handler is available, or the URL scheme is unsupported)

    Java class for AcknowledgementType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AcknowledgementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="EchoedRequest" type="{http://www.opengis.net/cat/csw/2.0.2}EchoedRequestType"/>
             <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
           <attribute name="timeStamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AcknowledgementType

        public AcknowledgementType()
        Default no-arg constructor
    • Method Detail

      • setEchoedRequest

        public void setEchoedRequest​(EchoedRequestType value)
        Sets the value of the echoedRequest property.
        Parameters:
        value - allowed object is EchoedRequestType
      • getRequestId

        public String getRequestId()
        Gets the value of the requestId property.
        Returns:
        possible object is String
      • setRequestId

        public void setRequestId​(String value)
        Sets the value of the requestId property.
        Parameters:
        value - allowed object is String