Package org.cxml

Class ProductActivityMessage


  • public class ProductActivityMessage
    extends java.lang.Object
    • Field Detail

      • subcontractingIndicator

        protected java.lang.String subcontractingIndicator
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • ProductActivityMessage

        public ProductActivityMessage()
    • 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 is String
      • setProductActivityHeader

        public void setProductActivityHeader​(ProductActivityHeader value)
        Sets the value of the productActivityHeader property.
        Parameters:
        value - allowed object is ProductActivityHeader
      • 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 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 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 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