public class BatchResponse extends Object
Java class for BatchResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="PerformedTransaction" type="{}PerformedTransaction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PerformedTransaction> |
performedTransaction
The Performed transaction.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
BatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<PerformedTransaction> |
getPerformedTransaction()
Gets the value of the performedTransaction property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected List<PerformedTransaction> performedTransaction
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic List<PerformedTransaction> 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
PerformedTransaction
Copyright © 2022. All rights reserved.