public class BatchRequest extends Object
Java class for BatchRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionToPerform" type="{}TransactionToPerform" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="RemoveAllFlag" type="{}RemoveAllFlag" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
removeAllFlag
The Remove all flag.
|
protected List<TransactionToPerform> |
transactionToPerform
The Transaction to perform.
|
| Constructor and Description |
|---|
BatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionToPerform> |
getTransactionToPerform()
Gets the value of the transactionToPerform property.
|
Boolean |
isRemoveAllFlag()
Gets the value of the removeAllFlag property.
|
void |
setRemoveAllFlag(Boolean value)
Sets the value of the removeAllFlag property.
|
protected List<TransactionToPerform> transactionToPerform
protected Boolean removeAllFlag
public List<TransactionToPerform> getTransactionToPerform()
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 transactionToPerform property.
For example, to add a new item, do as follows:
getTransactionToPerform().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionToPerform
public Boolean isRemoveAllFlag()
BooleanCopyright © 2022. All rights reserved.