Class DomibusConnectorMessageType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorMessageType
-
public class DomibusConnectorMessageType extends Object
<p>Java class for DomibusConnectorMessageType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="messageContent" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageContentType" minOccurs="0"/> <element name="messageDetails" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageDetailsType"/> <element name="messageConfirmations" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageConfirmationType" maxOccurs="unbounded" minOccurs="0"/> <element name="messageAttachments" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageAttachmentType" maxOccurs="unbounded" minOccurs="0"/> <element name="messageErrors" type="{transition.domain.connector.domibus.eu}DomibusConnectorMessageErrorType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<DomibusConnectorMessageAttachmentType>
messageAttachments
protected List<DomibusConnectorMessageConfirmationType>
messageConfirmations
protected DomibusConnectorMessageContentType
messageContent
protected DomibusConnectorMessageDetailsType
messageDetails
protected List<DomibusConnectorMessageErrorType>
messageErrors
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DomibusConnectorMessageAttachmentType>
getMessageAttachments()
Gets the value of the messageAttachments property.List<DomibusConnectorMessageConfirmationType>
getMessageConfirmations()
Gets the value of the messageConfirmations property.DomibusConnectorMessageContentType
getMessageContent()
Gets the value of the messageContent property.DomibusConnectorMessageDetailsType
getMessageDetails()
Gets the value of the messageDetails property.List<DomibusConnectorMessageErrorType>
getMessageErrors()
Gets the value of the messageErrors property.void
setMessageContent(DomibusConnectorMessageContentType value)
Sets the value of the messageContent property.void
setMessageDetails(DomibusConnectorMessageDetailsType value)
Sets the value of the messageDetails property.
-
-
-
Field Detail
-
messageContent
protected DomibusConnectorMessageContentType messageContent
-
messageDetails
protected DomibusConnectorMessageDetailsType messageDetails
-
messageConfirmations
protected List<DomibusConnectorMessageConfirmationType> messageConfirmations
-
messageAttachments
protected List<DomibusConnectorMessageAttachmentType> messageAttachments
-
messageErrors
protected List<DomibusConnectorMessageErrorType> messageErrors
-
-
Method Detail
-
getMessageContent
public DomibusConnectorMessageContentType getMessageContent()
Gets the value of the messageContent property.- Returns:
- possible object is
DomibusConnectorMessageContentType
-
setMessageContent
public void setMessageContent(DomibusConnectorMessageContentType value)
Sets the value of the messageContent property.- Parameters:
value
- allowed object isDomibusConnectorMessageContentType
-
getMessageDetails
public DomibusConnectorMessageDetailsType getMessageDetails()
Gets the value of the messageDetails property.- Returns:
- possible object is
DomibusConnectorMessageDetailsType
-
setMessageDetails
public void setMessageDetails(DomibusConnectorMessageDetailsType value)
Sets the value of the messageDetails property.- Parameters:
value
- allowed object isDomibusConnectorMessageDetailsType
-
getMessageConfirmations
public List<DomibusConnectorMessageConfirmationType> getMessageConfirmations()
Gets the value of the messageConfirmations 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 messageConfirmations property. <p> For example, to add a new item, do as follows: <pre> getMessageConfirmations().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listDomibusConnectorMessageConfirmationType
-
getMessageAttachments
public List<DomibusConnectorMessageAttachmentType> getMessageAttachments()
Gets the value of the messageAttachments 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 messageAttachments property. <p> For example, to add a new item, do as follows: <pre> getMessageAttachments().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listDomibusConnectorMessageAttachmentType
-
getMessageErrors
public List<DomibusConnectorMessageErrorType> getMessageErrors()
Gets the value of the messageErrors 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 messageErrors property. <p> For example, to add a new item, do as follows: <pre> getMessageErrors().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listDomibusConnectorMessageErrorType
-
-