public class BatchInfoList extends Object
Java class for BatchInfoList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchInfoList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="batchInfo" type="{http://www.force.com/2009/06/asyncapi/dataload}BatchInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BatchInfoList() |
public List<BatchInfo> getBatchInfo()
set method for the batchInfo property.
For example, to add a new item, do as follows:
getBatchInfo().add(newItem);
Objects of the following type(s) are allowed in the list
BatchInfoApache Camel