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