Class DomibusConnectorMessagesType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorMessagesType
-
public class DomibusConnectorMessagesType extends Object
<p>Java class for DomibusConnectorMessagesType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorMessagesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messages" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DomibusConnectorMessageType>
messages
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessagesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DomibusConnectorMessageType>
getMessages()
Gets the value of the messages property.
-
-
-
Field Detail
-
messages
protected List<DomibusConnectorMessageType> messages
-
-
Method Detail
-
getMessages
public List<DomibusConnectorMessageType> getMessages()
Gets the value of the messages property. <p> 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 <CODE>set</CODE> method for the messages property. <p> For example, to add a new item, do as follows: <pre> getMessages().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listDomibusConnectorMessageType
-
-