Package org.cxml

Class Message


  • public class Message
    extends java.lang.Object
    • Field Detail

      • deploymentMode

        protected java.lang.String deploymentMode
      • inReplyTo

        protected java.lang.String inReplyTo
      • id

        protected java.lang.String id
      • status

        protected Status status
      • punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage

        protected java.util.List<java.lang.Object> punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage
    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • getDeploymentMode

        public java.lang.String getDeploymentMode()
        Gets the value of the deploymentMode property.
        Returns:
        possible object is String
      • setDeploymentMode

        public void setDeploymentMode​(java.lang.String value)
        Sets the value of the deploymentMode property.
        Parameters:
        value - allowed object is String
      • getInReplyTo

        public java.lang.String getInReplyTo()
        Gets the value of the inReplyTo property.
        Returns:
        possible object is String
      • setInReplyTo

        public void setInReplyTo​(java.lang.String value)
        Sets the value of the inReplyTo property.
        Parameters:
        value - allowed object is String
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getStatus

        public Status getStatus()
        Gets the value of the status property.
        Returns:
        possible object is Status
      • setStatus

        public void setStatus​(Status value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is Status
      • getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage

        public java.util.List<java.lang.Object> getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage()
        Gets the value of the punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage property.

        For example, to add a new item, do as follows:

            getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage().add(newItem);
         

        Objects of the following type(s) are allowed in the list PunchOutOrderMessage ProviderDoneMessage SubscriptionChangeMessage DataAvailableMessage SupplierChangeMessage OrganizationChangeMessage ProductActivityMessage