Class 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>
     
    • Constructor Detail

      • UserMessage

        public UserMessage()
    • 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
      • setCollaborationInfo

        public void setCollaborationInfo​(CollaborationInfo value)
        Sets the value of the collaborationInfo property.
        Parameters:
        value - allowed object is CollaborationInfo
      • 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