Class UserMessage
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage
-
public class UserMessage extends Object
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
Fields Modifier and Type Field Description protected CollaborationInfocollaborationInfoprotected MessageInfomessageInfoprotected MessagePropertiesmessagePropertiesprotected Stringmpcprotected PartyInfopartyInfoprotected PayloadInfopayloadInfo
-
Constructor Summary
Constructors Constructor Description UserMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollaborationInfogetCollaborationInfo()Gets the value of the collaborationInfo property.MessageInfogetMessageInfo()Gets the value of the messageInfo property.MessagePropertiesgetMessageProperties()Gets the value of the messageProperties property.StringgetMpc()Gets the value of the mpc property.PartyInfogetPartyInfo()Gets the value of the partyInfo property.PayloadInfogetPayloadInfo()Gets the value of the payloadInfo property.voidsetCollaborationInfo(CollaborationInfo value)Sets the value of the collaborationInfo property.voidsetMessageInfo(MessageInfo value)Sets the value of the messageInfo property.voidsetMessageProperties(MessageProperties value)Sets the value of the messageProperties property.voidsetMpc(String value)Sets the value of the mpc property.voidsetPartyInfo(PartyInfo value)Sets the value of the partyInfo property.voidsetPayloadInfo(PayloadInfo value)Sets the value of the payloadInfo property.
-
-
-
Field Detail
-
messageInfo
protected MessageInfo messageInfo
-
partyInfo
protected PartyInfo partyInfo
-
collaborationInfo
protected CollaborationInfo collaborationInfo
-
messageProperties
protected MessageProperties messageProperties
-
payloadInfo
protected PayloadInfo payloadInfo
-
mpc
protected String mpc
-
-
Method Detail
-
getMessageInfo
public MessageInfo getMessageInfo()
Gets the value of the messageInfo property.- Returns:
- possible object is
MessageInfo
-
setMessageInfo
public void setMessageInfo(MessageInfo value)
Sets the value of the messageInfo property.- Parameters:
value- allowed object isMessageInfo
-
getPartyInfo
public PartyInfo getPartyInfo()
Gets the value of the partyInfo property.- Returns:
- possible object is
PartyInfo
-
setPartyInfo
public void setPartyInfo(PartyInfo value)
Sets the value of the partyInfo property.- Parameters:
value- allowed object isPartyInfo
-
getCollaborationInfo
public CollaborationInfo getCollaborationInfo()
Gets the value of the collaborationInfo property.- Returns:
- possible object is
CollaborationInfo
-
setCollaborationInfo
public void setCollaborationInfo(CollaborationInfo value)
Sets the value of the collaborationInfo property.- Parameters:
value- allowed object isCollaborationInfo
-
getMessageProperties
public MessageProperties getMessageProperties()
Gets the value of the messageProperties property.- Returns:
- possible object is
MessageProperties
-
setMessageProperties
public void setMessageProperties(MessageProperties value)
Sets the value of the messageProperties property.- Parameters:
value- allowed object isMessageProperties
-
getPayloadInfo
public PayloadInfo getPayloadInfo()
Gets the value of the payloadInfo property.- Returns:
- possible object is
PayloadInfo
-
setPayloadInfo
public void setPayloadInfo(PayloadInfo value)
Sets the value of the payloadInfo property.- Parameters:
value- allowed object isPayloadInfo
-
getMpc
public String getMpc()
Gets the value of the mpc property.- Returns:
- possible object is
String
-
-