Package org.cxml

Class Message

java.lang.Object
org.cxml.Message

public class Message extends Object
  • Field Details

    • deploymentMode

      protected String deploymentMode
    • inReplyTo

      protected String inReplyTo
    • id

      protected String id
    • status

      protected Status status
    • punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage

      protected List<Object> punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage
  • Constructor Details

    • Message

      public Message()
  • Method Details

    • getDeploymentMode

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

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

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

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

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

      public void setId(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 List<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 DataAvailableMessage OrganizationChangeMessage ProductActivityMessage ProviderDoneMessage PunchOutOrderMessage SubscriptionChangeMessage SupplierChangeMessage