public class UserMessage extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for UserMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageInfo"/>
<element name="PartyInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartyInfo"/>
<element name="CollaborationInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}CollaborationInfo"/>
<element name="MessageProperties" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageProperties" minOccurs="0"/>
<element name="PayloadInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PayloadInfo" minOccurs="0"/>
</sequence>
<attribute name="mpc" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CollaborationInfo |
collaborationInfo |
protected MessageInfo |
messageInfo |
protected MessageProperties |
messageProperties |
protected String |
mpc |
protected PartyInfo |
partyInfo |
protected PayloadInfo |
payloadInfo |
| Constructor and Description |
|---|
UserMessage()
Default no-arg constructor
|
UserMessage(MessageInfo messageInfo,
PartyInfo partyInfo,
CollaborationInfo collaborationInfo,
MessageProperties messageProperties,
PayloadInfo payloadInfo,
String mpc)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
CollaborationInfo |
getCollaborationInfo()
Gets the value of the collaborationInfo property.
|
MessageInfo |
getMessageInfo()
Gets the value of the messageInfo property.
|
MessageProperties |
getMessageProperties()
Gets the value of the messageProperties property.
|
String |
getMpc()
Gets the value of the mpc property.
|
PartyInfo |
getPartyInfo()
Gets the value of the partyInfo property.
|
PayloadInfo |
getPayloadInfo()
Gets the value of the payloadInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCollaborationInfo(CollaborationInfo value)
Sets the value of the collaborationInfo property.
|
void |
setMessageInfo(MessageInfo value)
Sets the value of the messageInfo property.
|
void |
setMessageProperties(MessageProperties value)
Sets the value of the messageProperties property.
|
void |
setMpc(String value)
Sets the value of the mpc property.
|
void |
setPartyInfo(PartyInfo value)
Sets the value of the partyInfo property.
|
void |
setPayloadInfo(PayloadInfo value)
Sets the value of the payloadInfo property.
|
String |
toString() |
UserMessage |
withCollaborationInfo(CollaborationInfo value) |
UserMessage |
withMessageInfo(MessageInfo value) |
UserMessage |
withMessageProperties(MessageProperties value) |
UserMessage |
withMpc(String value) |
UserMessage |
withPartyInfo(PartyInfo value) |
UserMessage |
withPayloadInfo(PayloadInfo value) |
protected MessageInfo messageInfo
protected PartyInfo partyInfo
protected CollaborationInfo collaborationInfo
protected MessageProperties messageProperties
protected PayloadInfo payloadInfo
protected String mpc
public UserMessage()
public UserMessage(MessageInfo messageInfo, PartyInfo partyInfo, CollaborationInfo collaborationInfo, MessageProperties messageProperties, PayloadInfo payloadInfo, String mpc)
public MessageInfo getMessageInfo()
MessageInfopublic void setMessageInfo(MessageInfo value)
value - allowed object is
MessageInfopublic PartyInfo getPartyInfo()
PartyInfopublic void setPartyInfo(PartyInfo value)
value - allowed object is
PartyInfopublic CollaborationInfo getCollaborationInfo()
CollaborationInfopublic void setCollaborationInfo(CollaborationInfo value)
value - allowed object is
CollaborationInfopublic MessageProperties getMessageProperties()
MessagePropertiespublic void setMessageProperties(MessageProperties value)
value - allowed object is
MessagePropertiespublic PayloadInfo getPayloadInfo()
PayloadInfopublic void setPayloadInfo(PayloadInfo value)
value - allowed object is
PayloadInfopublic String getMpc()
Stringpublic void setMpc(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic UserMessage withMessageInfo(MessageInfo value)
public UserMessage withPartyInfo(PartyInfo value)
public UserMessage withCollaborationInfo(CollaborationInfo value)
public UserMessage withMessageProperties(MessageProperties value)
public UserMessage withPayloadInfo(PayloadInfo value)
public UserMessage withMpc(String value)
Copyright © 2017 Digipost. All Rights Reserved.