org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Class UserMessage

java.lang.Object
  extended by org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class UserMessage
extends Object
implements 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>
 


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

messageInfo

protected MessageInfo messageInfo

partyInfo

protected PartyInfo partyInfo

collaborationInfo

protected CollaborationInfo collaborationInfo

messageProperties

protected MessageProperties messageProperties

payloadInfo

protected PayloadInfo payloadInfo

mpc

protected String mpc
Constructor Detail

UserMessage

public UserMessage()
Default no-arg constructor


UserMessage

public UserMessage(MessageInfo messageInfo,
                   PartyInfo partyInfo,
                   CollaborationInfo collaborationInfo,
                   MessageProperties messageProperties,
                   PayloadInfo payloadInfo,
                   String mpc)
Fully-initialising value constructor

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 is MessageInfo

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 is PartyInfo

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 is CollaborationInfo

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 is MessageProperties

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 is PayloadInfo

getMpc

public String getMpc()
Gets the value of the mpc property.

Returns:
possible object is String

setMpc

public void setMpc(String value)
Sets the value of the mpc property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withMessageInfo

public UserMessage withMessageInfo(MessageInfo value)

withPartyInfo

public UserMessage withPartyInfo(PartyInfo value)

withCollaborationInfo

public UserMessage withCollaborationInfo(CollaborationInfo value)

withMessageProperties

public UserMessage withMessageProperties(MessageProperties value)

withPayloadInfo

public UserMessage withPayloadInfo(PayloadInfo value)

withMpc

public UserMessage withMpc(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.