Package nl.b3p.csw.jaxb.csw
Class HarvestResponseType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Acknowledgementacknowledgementprotected TransactionResponsetransactionResponse
-
Constructor Summary
Constructors Constructor Description HarvestResponseType()Default no-arg constructorHarvestResponseType(Acknowledgement acknowledgement, TransactionResponse transactionResponse)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcknowledgementgetAcknowledgement()Gets the value of the acknowledgement property.TransactionResponsegetTransactionResponse()Gets the value of the transactionResponse property.voidsetAcknowledgement(Acknowledgement value)Sets the value of the acknowledgement property.voidsetTransactionResponse(TransactionResponse value)Sets the value of the transactionResponse property.
-
-
-
Field Detail
-
acknowledgement
protected Acknowledgement acknowledgement
-
transactionResponse
protected TransactionResponse transactionResponse
-
-
Constructor Detail
-
HarvestResponseType
public HarvestResponseType()
Default no-arg constructor
-
HarvestResponseType
public HarvestResponseType(Acknowledgement acknowledgement, TransactionResponse transactionResponse)
Fully-initialising value 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 isAcknowledgement
-
getTransactionResponse
public TransactionResponse getTransactionResponse()
Gets the value of the transactionResponse property.- Returns:
- possible object is
TransactionResponse
-
setTransactionResponse
public void setTransactionResponse(TransactionResponse value)
Sets the value of the transactionResponse property.- Parameters:
value- allowed object isTransactionResponse
-
-