org.fosstrak.epcis.model
Class BusinessTransactionListType
java.lang.Object
org.fosstrak.epcis.model.BusinessTransactionListType
public class BusinessTransactionListType
- extends Object
Java class for BusinessTransactionListType complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType name="BusinessTransactionListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bizTransaction" type="{urn:epcglobal:epcis:xsd:1}BusinessTransactionType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bizTransaction
protected List<BusinessTransactionType> bizTransaction
BusinessTransactionListType
public BusinessTransactionListType()
getBizTransaction
public List<BusinessTransactionType> getBizTransaction()
- Gets the value of the bizTransaction property.
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 bizTransaction property.
For example, to add a new item, do as follows:
getBizTransaction().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessTransactionType
Copyright © 2010. All Rights Reserved.