Package org.cxml
Class Message
- java.lang.Object
-
- org.cxml.Message
-
public class Message extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdeploymentModeprotected java.lang.Stringidprotected java.lang.StringinReplyToprotected java.util.List<java.lang.Object>punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessageprotected Statusstatus
-
Constructor Summary
Constructors Constructor Description Message()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeploymentMode()Gets the value of the deploymentMode property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetInReplyTo()Gets the value of the inReplyTo property.java.util.List<java.lang.Object>getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage()Gets the value of the punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage property.StatusgetStatus()Gets the value of the status property.voidsetDeploymentMode(java.lang.String value)Sets the value of the deploymentMode property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetInReplyTo(java.lang.String value)Sets the value of the inReplyTo property.voidsetStatus(Status value)Sets the value of the status property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isStatus
-
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
setmethod 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
PunchOutOrderMessageProviderDoneMessageSubscriptionChangeMessageDataAvailableMessageSupplierChangeMessageOrganizationChangeMessageProductActivityMessage
-
-