public class ProductActivityMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extrinsic> |
extrinsic |
protected java.util.List<ProductActivityDetails> |
productActivityDetails |
protected ProductActivityHeader |
productActivityHeader |
protected java.lang.String |
subcontractingIndicator |
| Constructor and Description |
|---|
ProductActivityMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.util.List<ProductActivityDetails> |
getProductActivityDetails()
Gets the value of the productActivityDetails property.
|
ProductActivityHeader |
getProductActivityHeader()
Gets the value of the productActivityHeader property.
|
java.lang.String |
getSubcontractingIndicator()
Gets the value of the subcontractingIndicator property.
|
void |
setProductActivityHeader(ProductActivityHeader value)
Sets the value of the productActivityHeader property.
|
void |
setSubcontractingIndicator(java.lang.String value)
Sets the value of the subcontractingIndicator property.
|
protected java.lang.String subcontractingIndicator
protected ProductActivityHeader productActivityHeader
protected java.util.List<ProductActivityDetails> productActivityDetails
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getSubcontractingIndicator()
Stringpublic void setSubcontractingIndicator(java.lang.String value)
value - allowed object is
Stringpublic ProductActivityHeader getProductActivityHeader()
ProductActivityHeaderpublic void setProductActivityHeader(ProductActivityHeader value)
value - allowed object is
ProductActivityHeaderpublic java.util.List<ProductActivityDetails> getProductActivityDetails()
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 productActivityDetails property.
For example, to add a new item, do as follows:
getProductActivityDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ProductActivityDetails
public java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.