public class Message
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
deploymentMode |
protected java.lang.String |
id |
protected java.lang.String |
inReplyTo |
protected java.util.List<java.lang.Object> |
punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage |
protected Status |
status |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeploymentMode()
Gets the value of the deploymentMode property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getInReplyTo()
Gets the value of the inReplyTo property.
|
java.util.List<java.lang.Object> |
getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage()
Gets the value of the punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage property.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setDeploymentMode(java.lang.String value)
Sets the value of the deploymentMode property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInReplyTo(java.lang.String value)
Sets the value of the inReplyTo property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
protected java.lang.String deploymentMode
protected java.lang.String inReplyTo
protected java.lang.String id
protected Status status
protected java.util.List<java.lang.Object> punchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage
public java.lang.String getDeploymentMode()
Stringpublic void setDeploymentMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInReplyTo()
Stringpublic void setInReplyTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic java.util.List<java.lang.Object> getPunchOutOrderMessageOrProviderDoneMessageOrSubscriptionChangeMessageOrDataAvailableMessageOrSupplierChangeMessageOrOrganizationChangeMessageOrProductActivityMessage()
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
Copyright © 2018 SAP SE. All Rights Reserved.