public class BatchResponseType extends Object
Java class for BatchResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}ResponseType"/>
<element name="PerformedTransaction" type="{}PerformedTransactionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PerformedTransactionType> |
performedTransaction |
protected ResponseType |
response |
| Constructor and Description |
|---|
BatchResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<PerformedTransactionType> |
getPerformedTransaction()
Gets the value of the performedTransaction property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected ResponseType response
protected List<PerformedTransactionType> performedTransaction
public ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic List<PerformedTransactionType> getPerformedTransaction()
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 performedTransaction property.
For example, to add a new item, do as follows:
getPerformedTransaction().add(newItem);
Objects of the following type(s) are allowed in the list
PerformedTransactionType
Copyright © 2018. All rights reserved.