public class StartMessagesType extends Object
Java class for StartMessagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartMessagesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}EPD029" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.iru.epd.message.EPD029> |
epd029 |
| Constructor and Description |
|---|
StartMessagesType() |
| Modifier and Type | Method and Description |
|---|---|
List<org.iru.epd.message.EPD029> |
getEPD029()
Gets the value of the epd029 property.
|
protected List<org.iru.epd.message.EPD029> epd029
public List<org.iru.epd.message.EPD029> getEPD029()
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 epd029 property.
For example, to add a new item, do as follows:
getEPD029().add(newItem);
Objects of the following type(s) are allowed in the list
EPD029
Copyright © 2017. All rights reserved.