Class HarvestResponseType


  • public class HarvestResponseType
    extends Object

    Java class for HarvestResponseType complex type.

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

     <complexType name="HarvestResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{http://www.opengis.net/cat/csw/2.0.2}Acknowledgement"/>
             <element ref="{http://www.opengis.net/cat/csw/2.0.2}TransactionResponse"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HarvestResponseType

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

      • getAcknowledgement

        public Acknowledgement getAcknowledgement()
        Gets the value of the acknowledgement property.
        Returns:
        possible object is Acknowledgement
      • setAcknowledgement

        public void setAcknowledgement​(Acknowledgement value)
        Sets the value of the acknowledgement property.
        Parameters:
        value - allowed object is Acknowledgement
      • setTransactionResponse

        public void setTransactionResponse​(TransactionResponse value)
        Sets the value of the transactionResponse property.
        Parameters:
        value - allowed object is TransactionResponse