Package org.cxml

Class ProductActivityMessage

java.lang.Object
org.cxml.ProductActivityMessage

public class ProductActivityMessage extends Object
  • Field Details

  • Constructor Details

    • ProductActivityMessage

      public ProductActivityMessage()
  • Method Details

    • getSubcontractingIndicator

      public String getSubcontractingIndicator()
      Gets the value of the subcontractingIndicator property.
      Returns:
      possible object is String
    • setSubcontractingIndicator

      public void setSubcontractingIndicator(String value)
      Sets the value of the subcontractingIndicator property.
      Parameters:
      value - allowed object is String
    • 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 is ProductActivityHeader
    • getProductActivityDetails

      public 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 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

    • getExtrinsic

      public 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 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