Package org.cxml

Class ProductActivityDetails


  • public class ProductActivityDetails
    extends java.lang.Object
    • Constructor Detail

      • ProductActivityDetails

        public ProductActivityDetails()
    • Method Detail

      • getItemID

        public ItemID getItemID()
        Gets the value of the itemID property.
        Returns:
        possible object is ItemID
      • setItemID

        public void setItemID​(ItemID value)
        Sets the value of the itemID property.
        Parameters:
        value - allowed object is ItemID
      • getDescription

        public Description getDescription()
        Gets the value of the description property.
        Returns:
        possible object is Description
      • setDescription

        public void setDescription​(Description value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is Description
      • getLeadTime

        public java.lang.String getLeadTime()
        Gets the value of the leadTime property.
        Returns:
        possible object is String
      • setLeadTime

        public void setLeadTime​(java.lang.String value)
        Sets the value of the leadTime property.
        Parameters:
        value - allowed object is String
      • getBatch

        public Batch getBatch()
        Gets the value of the batch property.
        Returns:
        possible object is Batch
      • setBatch

        public void setBatch​(Batch value)
        Sets the value of the batch property.
        Parameters:
        value - allowed object is Batch
      • getContact

        public java.util.List<Contact> getContact()
        Gets the value of the contact 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 contact property.

        For example, to add a new item, do as follows:

            getContact().add(newItem);
         

        Objects of the following type(s) are allowed in the list Contact

      • getInventory

        public Inventory getInventory()
        Gets the value of the inventory property.
        Returns:
        possible object is Inventory
      • setInventory

        public void setInventory​(Inventory value)
        Sets the value of the inventory property.
        Parameters:
        value - allowed object is Inventory
      • setConsignmentInventory

        public void setConsignmentInventory​(ConsignmentInventory value)
        Sets the value of the consignmentInventory property.
        Parameters:
        value - allowed object is ConsignmentInventory
      • getTimeSeries

        public java.util.List<TimeSeries> getTimeSeries()
        Gets the value of the timeSeries 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 timeSeries property.

        For example, to add a new item, do as follows:

            getTimeSeries().add(newItem);
         

        Objects of the following type(s) are allowed in the list TimeSeries

      • getConsignmentMovement

        public java.util.List<ConsignmentMovement> getConsignmentMovement()
        Gets the value of the consignmentMovement 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 consignmentMovement property.

        For example, to add a new item, do as follows:

            getConsignmentMovement().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConsignmentMovement

      • getSalesReport

        public SalesReport getSalesReport()
        Gets the value of the salesReport property.
        Returns:
        possible object is SalesReport
      • setSalesReport

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