Class ProductActivityMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ProductActivityDetails>protected ProductActivityHeaderprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extrinsic property.Gets the value of the productActivityDetails property.Gets the value of the productActivityHeader property.Gets the value of the subcontractingIndicator property.voidSets the value of the productActivityHeader property.voidsetSubcontractingIndicator(String value) Sets the value of the subcontractingIndicator property.
-
Field Details
-
subcontractingIndicator
-
productActivityHeader
-
productActivityDetails
-
extrinsic
-
-
Constructor Details
-
ProductActivityMessage
public ProductActivityMessage()
-
-
Method Details
-
getSubcontractingIndicator
Gets the value of the subcontractingIndicator property.- Returns:
- possible object is
String
-
setSubcontractingIndicator
Sets the value of the subcontractingIndicator property.- Parameters:
value- allowed object isString
-
getProductActivityHeader
Gets the value of the productActivityHeader property.- Returns:
- possible object is
ProductActivityHeader
-
setProductActivityHeader
Sets the value of the productActivityHeader property.- Parameters:
value- allowed object isProductActivityHeader
-
getProductActivityDetails
Gets the value of the productActivityDetails 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 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 -
getExtrinsic
Gets the value of the extrinsic 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 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
-