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>
| Modifier and Type | Field and Description |
|---|---|
protected Acknowledgement |
acknowledgement |
protected TransactionResponse |
transactionResponse |
| Constructor and Description |
|---|
HarvestResponseType()
Default no-arg constructor
|
HarvestResponseType(Acknowledgement acknowledgement,
TransactionResponse transactionResponse)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Acknowledgement |
getAcknowledgement()
Gets the value of the acknowledgement property.
|
TransactionResponse |
getTransactionResponse()
Gets the value of the transactionResponse property.
|
void |
setAcknowledgement(Acknowledgement value)
Sets the value of the acknowledgement property.
|
void |
setTransactionResponse(TransactionResponse value)
Sets the value of the transactionResponse property.
|
protected Acknowledgement acknowledgement
protected TransactionResponse transactionResponse
public HarvestResponseType()
public HarvestResponseType(Acknowledgement acknowledgement, TransactionResponse transactionResponse)
public Acknowledgement getAcknowledgement()
Acknowledgementpublic void setAcknowledgement(Acknowledgement value)
value - allowed object is
Acknowledgementpublic TransactionResponse getTransactionResponse()
TransactionResponsepublic void setTransactionResponse(TransactionResponse value)
value - allowed object is
TransactionResponseCopyright © 2022 B3Partners B.V.. All rights reserved.