Class ProductActivityMessage
- java.lang.Object
-
- org.cxml.ProductActivityMessage
-
public class ProductActivityMessage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Extrinsic>extrinsicprotected java.util.List<ProductActivityDetails>productActivityDetailsprotected ProductActivityHeaderproductActivityHeaderprotected java.lang.StringsubcontractingIndicator
-
Constructor Summary
Constructors Constructor Description ProductActivityMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.ProductActivityHeadergetProductActivityHeader()Gets the value of the productActivityHeader property.java.lang.StringgetSubcontractingIndicator()Gets the value of the subcontractingIndicator property.voidsetProductActivityHeader(ProductActivityHeader value)Sets the value of the productActivityHeader property.voidsetSubcontractingIndicator(java.lang.String value)Sets the value of the subcontractingIndicator property.
-
-
-
Field Detail
-
subcontractingIndicator
protected java.lang.String subcontractingIndicator
-
productActivityHeader
protected ProductActivityHeader productActivityHeader
-
productActivityDetails
protected java.util.List<ProductActivityDetails> productActivityDetails
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getSubcontractingIndicator
public java.lang.String getSubcontractingIndicator()
Gets the value of the subcontractingIndicator property.- Returns:
- possible object is
String
-
setSubcontractingIndicator
public void setSubcontractingIndicator(java.lang.String value)
Sets the value of the subcontractingIndicator property.- Parameters:
value- allowed object isString
-
getProductActivityHeader
public ProductActivityHeader getProductActivityHeader()
Gets the value of the productActivityHeader property.- Returns:
- possible object is
ProductActivityHeader
-
setProductActivityHeader
public void setProductActivityHeader(ProductActivityHeader value)
Sets the value of the productActivityHeader property.- Parameters:
value- allowed object isProductActivityHeader
-
getProductActivityDetails
public java.util.List<ProductActivityDetails> 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
public java.util.List<Extrinsic> 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
-
-