public class BatchRequestType extends Object
Java class for BatchRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionToPerform" type="{}TransactionToPerformType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="RemoveAllFlag" type="{}RemoveAllFlagType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
removeAllFlag |
protected List<TransactionToPerformType> |
transactionToPerform |
| Constructor and Description |
|---|
BatchRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionToPerformType> |
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<TransactionToPerformType> transactionToPerform
protected Boolean removeAllFlag
public List<TransactionToPerformType> 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
TransactionToPerformType
public Boolean isRemoveAllFlag()
BooleanCopyright © 2018. All rights reserved.