Package org.cxml
Class Message
java.lang.Object
org.cxml.Message
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deploymentMode property.getId()Gets the value of the id property.Gets the value of the inReplyTo property.Gets the value of the punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage property.Gets the value of the status property.voidsetDeploymentMode(String value) Sets the value of the deploymentMode property.voidSets the value of the id property.voidsetInReplyTo(String value) Sets the value of the inReplyTo property.voidSets the value of the status property.
-
Field Details
-
deploymentMode
-
inReplyTo
-
id
-
status
-
punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage
-
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getDeploymentMode
Gets the value of the deploymentMode property.- Returns:
- possible object is
String
-
setDeploymentMode
Sets the value of the deploymentMode property.- Parameters:
value- allowed object isString
-
getInReplyTo
Gets the value of the inReplyTo property.- Returns:
- possible object is
String
-
setInReplyTo
Sets the value of the inReplyTo property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
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
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
DataAvailableMessageOrganizationChangeMessageProductActivityMessageProviderDoneMessagePunchOutOrderMessageSubscriptionChangeMessageSupplierChangeMessage
-