public class TMCEvent
extends java.lang.Object
Java class for TMCEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TMCEvent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eventCode" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" maxOccurs="unbounded"/> <element name="supplementaryCode" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.math.BigInteger> |
eventCodes |
protected java.util.List<java.math.BigInteger> |
supplementaryCodes |
Constructor and Description |
---|
TMCEvent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.math.BigInteger> |
getEventCodes()
Gets the value of the eventCodes property.
|
java.util.List<java.math.BigInteger> |
getSupplementaryCodes()
Gets the value of the supplementaryCodes property.
|
protected java.util.List<java.math.BigInteger> eventCodes
protected java.util.List<java.math.BigInteger> supplementaryCodes
public java.util.List<java.math.BigInteger> getEventCodes()
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 eventCodes property.
For example, to add a new item, do as follows:
getEventCodes().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public java.util.List<java.math.BigInteger> getSupplementaryCodes()
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 supplementaryCodes property.
For example, to add a new item, do as follows:
getSupplementaryCodes().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger