|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage
public class UserMessage
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>
| Field Summary | |
|---|---|
protected CollaborationInfo |
collaborationInfo
|
protected MessageInfo |
messageInfo
|
protected MessageProperties |
messageProperties
|
protected String |
mpc
|
protected PartyInfo |
partyInfo
|
protected PayloadInfo |
payloadInfo
|
| Constructor Summary | |
|---|---|
UserMessage()
Default no-arg constructor |
|
UserMessage(MessageInfo messageInfo,
PartyInfo partyInfo,
CollaborationInfo collaborationInfo,
MessageProperties messageProperties,
PayloadInfo payloadInfo,
String mpc)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
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)
|
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. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MessageInfo messageInfo
protected PartyInfo partyInfo
protected CollaborationInfo collaborationInfo
protected MessageProperties messageProperties
protected PayloadInfo payloadInfo
protected String mpc
| Constructor Detail |
|---|
public UserMessage()
public UserMessage(MessageInfo messageInfo,
PartyInfo partyInfo,
CollaborationInfo collaborationInfo,
MessageProperties messageProperties,
PayloadInfo payloadInfo,
String mpc)
| Method Detail |
|---|
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 String toString()
toString in class Object
public 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.ToString
public 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 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||