org.fosstrak.epcis.model
Class EventListType
java.lang.Object
org.fosstrak.epcis.model.EventListType
public class EventListType
- extends Object
Java class for EventListType complex type.
The following schema fragment specifies the expected content contained within
this class.
<complexType name="EventListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="ObjectEvent" type="{urn:epcglobal:epcis:xsd:1}ObjectEventType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AggregationEvent" type="{urn:epcglobal:epcis:xsd:1}AggregationEventType" maxOccurs="unbounded" minOccurs="0"/>
<element name="QuantityEvent" type="{urn:epcglobal:epcis:xsd:1}QuantityEventType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TransactionEvent" type="{urn:epcglobal:epcis:xsd:1}TransactionEventType" maxOccurs="unbounded" minOccurs="0"/>
<element name="extension" type="{urn:epcglobal:epcis:xsd:1}EPCISEventListExtensionType"/>
<any processContents='lax' namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectEventOrAggregationEventOrQuantityEvent
protected List<Object> objectEventOrAggregationEventOrQuantityEvent
EventListType
public EventListType()
getObjectEventOrAggregationEventOrQuantityEvent
public List<Object> getObjectEventOrAggregationEventOrQuantityEvent()
- Gets the value of the objectEventOrAggregationEventOrQuantityEvent
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
objectEventOrAggregationEventOrQuantityEvent property.
For example, to add a new item, do as follows:
getObjectEventOrAggregationEventOrQuantityEvent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ObjectEventType>
JAXBElement<EPCISEventListExtensionType>
JAXBElement<TransactionEventType>
Object JAXBElement<QuantityEventType
> JAXBElement<AggregationEventType> Element
Copyright © 2010. All Rights Reserved.