Class DomibusConnectorMessageDetailsType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorMessageDetailsType
-
public class DomibusConnectorMessageDetailsType extends Object
<p>Java class for DomibusConnectorMessageDetailsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorMessageDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="backendMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ebmsMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="refToMessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="conversationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="originalSender" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="finalRecipient" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="service" type="{transition.domain.connector.domibus.eu}DomibusConnectorServiceType"/> <element name="action" type="{transition.domain.connector.domibus.eu}DomibusConnectorActionType"/> <element name="fromParty" type="{transition.domain.connector.domibus.eu}DomibusConnectorPartyType"/> <element name="toParty" type="{transition.domain.connector.domibus.eu}DomibusConnectorPartyType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected DomibusConnectorActionType
action
protected String
backendMessageId
protected String
conversationId
protected String
ebmsMessageId
protected String
finalRecipient
protected DomibusConnectorPartyType
fromParty
protected String
originalSender
protected String
refToMessageId
protected DomibusConnectorServiceType
service
protected DomibusConnectorPartyType
toParty
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageDetailsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomibusConnectorActionType
getAction()
Gets the value of the action property.String
getBackendMessageId()
Gets the value of the backendMessageId property.String
getConversationId()
Gets the value of the conversationId property.String
getEbmsMessageId()
Gets the value of the ebmsMessageId property.String
getFinalRecipient()
Gets the value of the finalRecipient property.DomibusConnectorPartyType
getFromParty()
Gets the value of the fromParty property.String
getOriginalSender()
Gets the value of the originalSender property.String
getRefToMessageId()
Gets the value of the refToMessageId property.DomibusConnectorServiceType
getService()
Gets the value of the service property.DomibusConnectorPartyType
getToParty()
Gets the value of the toParty property.void
setAction(DomibusConnectorActionType value)
Sets the value of the action property.void
setBackendMessageId(String value)
Sets the value of the backendMessageId property.void
setConversationId(String value)
Sets the value of the conversationId property.void
setEbmsMessageId(String value)
Sets the value of the ebmsMessageId property.void
setFinalRecipient(String value)
Sets the value of the finalRecipient property.void
setFromParty(DomibusConnectorPartyType value)
Sets the value of the fromParty property.void
setOriginalSender(String value)
Sets the value of the originalSender property.void
setRefToMessageId(String value)
Sets the value of the refToMessageId property.void
setService(DomibusConnectorServiceType value)
Sets the value of the service property.void
setToParty(DomibusConnectorPartyType value)
Sets the value of the toParty property.
-
-
-
Field Detail
-
backendMessageId
protected String backendMessageId
-
ebmsMessageId
protected String ebmsMessageId
-
refToMessageId
protected String refToMessageId
-
conversationId
protected String conversationId
-
originalSender
protected String originalSender
-
finalRecipient
protected String finalRecipient
-
service
protected DomibusConnectorServiceType service
-
action
protected DomibusConnectorActionType action
-
fromParty
protected DomibusConnectorPartyType fromParty
-
toParty
protected DomibusConnectorPartyType toParty
-
-
Method Detail
-
getBackendMessageId
public String getBackendMessageId()
Gets the value of the backendMessageId property.- Returns:
- possible object is
String
-
setBackendMessageId
public void setBackendMessageId(String value)
Sets the value of the backendMessageId property.- Parameters:
value
- allowed object isString
-
getEbmsMessageId
public String getEbmsMessageId()
Gets the value of the ebmsMessageId property.- Returns:
- possible object is
String
-
setEbmsMessageId
public void setEbmsMessageId(String value)
Sets the value of the ebmsMessageId property.- Parameters:
value
- allowed object isString
-
getRefToMessageId
public String getRefToMessageId()
Gets the value of the refToMessageId property.- Returns:
- possible object is
String
-
setRefToMessageId
public void setRefToMessageId(String value)
Sets the value of the refToMessageId property.- Parameters:
value
- allowed object isString
-
getConversationId
public String getConversationId()
Gets the value of the conversationId property.- Returns:
- possible object is
String
-
setConversationId
public void setConversationId(String value)
Sets the value of the conversationId property.- Parameters:
value
- allowed object isString
-
getOriginalSender
public String getOriginalSender()
Gets the value of the originalSender property.- Returns:
- possible object is
String
-
setOriginalSender
public void setOriginalSender(String value)
Sets the value of the originalSender property.- Parameters:
value
- allowed object isString
-
getFinalRecipient
public String getFinalRecipient()
Gets the value of the finalRecipient property.- Returns:
- possible object is
String
-
setFinalRecipient
public void setFinalRecipient(String value)
Sets the value of the finalRecipient property.- Parameters:
value
- allowed object isString
-
getService
public DomibusConnectorServiceType getService()
Gets the value of the service property.- Returns:
- possible object is
DomibusConnectorServiceType
-
setService
public void setService(DomibusConnectorServiceType value)
Sets the value of the service property.- Parameters:
value
- allowed object isDomibusConnectorServiceType
-
getAction
public DomibusConnectorActionType getAction()
Gets the value of the action property.- Returns:
- possible object is
DomibusConnectorActionType
-
setAction
public void setAction(DomibusConnectorActionType value)
Sets the value of the action property.- Parameters:
value
- allowed object isDomibusConnectorActionType
-
getFromParty
public DomibusConnectorPartyType getFromParty()
Gets the value of the fromParty property.- Returns:
- possible object is
DomibusConnectorPartyType
-
setFromParty
public void setFromParty(DomibusConnectorPartyType value)
Sets the value of the fromParty property.- Parameters:
value
- allowed object isDomibusConnectorPartyType
-
getToParty
public DomibusConnectorPartyType getToParty()
Gets the value of the toParty property.- Returns:
- possible object is
DomibusConnectorPartyType
-
setToParty
public void setToParty(DomibusConnectorPartyType value)
Sets the value of the toParty property.- Parameters:
value
- allowed object isDomibusConnectorPartyType
-
-