public class TransactionResponseType extends Object
Java class for TransactionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionSummary" type="{http://www.opengis.net/cat/csw/2.0.2}TransactionSummaryType"/>
<element name="InsertResult" type="{http://www.opengis.net/cat/csw/2.0.2}InsertResultType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<InsertResultType> |
insertResult |
protected TransactionSummaryType |
transactionSummary |
protected String |
version |
| Constructor and Description |
|---|
TransactionResponseType()
Default no-arg constructor
|
TransactionResponseType(TransactionSummaryType transactionSummary,
List<InsertResultType> insertResult,
String version)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<InsertResultType> |
getInsertResult()
Gets the value of the insertResult property.
|
TransactionSummaryType |
getTransactionSummary()
Gets the value of the transactionSummary property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setTransactionSummary(TransactionSummaryType value)
Sets the value of the transactionSummary property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected TransactionSummaryType transactionSummary
protected List<InsertResultType> insertResult
protected String version
public TransactionResponseType()
public TransactionResponseType(TransactionSummaryType transactionSummary, List<InsertResultType> insertResult, String version)
public TransactionSummaryType getTransactionSummary()
TransactionSummaryTypepublic void setTransactionSummary(TransactionSummaryType value)
value - allowed object is
TransactionSummaryTypepublic List<InsertResultType> getInsertResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the insertResult property.
For example, to add a new item, do as follows:
getInsertResult().add(newItem);
Objects of the following type(s) are allowed in the list
InsertResultType
public String getVersion()
StringCopyright © 2016. All rights reserved.