Class MessageInfo


  • public class MessageInfo
    extends Object

    Java class for MessageInfo complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="MessageInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="MessageId" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string"/>
             <element name="RefToMessageId" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MessageInfo

        public MessageInfo()
    • Method Detail

      • getMessageId

        public String getMessageId()
        Gets the value of the messageId property.
        Returns:
        possible object is String
      • setMessageId

        public void setMessageId​(String value)
        Sets the value of the messageId property.
        Parameters:
        value - allowed object is String
      • getRefToMessageId

        public String getRefToMessageId()
        Gets the value of the refToMessageId property.
        Returns:
        possible object is String
      • setRefToMessageId

        public void setRefToMessageId​(String value)
        Sets the value of the refToMessageId property.
        Parameters:
        value - allowed object is String