Package org.cxml

Class ProductActivityDetails

java.lang.Object
org.cxml.ProductActivityDetails

public class ProductActivityDetails extends Object
  • Field Details

  • Constructor Details

    • ProductActivityDetails

      public ProductActivityDetails()
  • Method Details

    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getItemIDOrResourceID

      public List<Object> getItemIDOrResourceID()
      Gets the value of the itemIDOrResourceID 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 itemIDOrResourceID property.

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

          getItemIDOrResourceID().add(newItem);
       

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

    • 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
    • getClassification

      public List<Classification> getClassification()
      Gets the value of the classification 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 classification property.

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

          getClassification().add(newItem);
       

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

    • getSerialNumberInfo

      public SerialNumberInfo getSerialNumberInfo()
      Gets the value of the serialNumberInfo property.
      Returns:
      possible object is SerialNumberInfo
    • setSerialNumberInfo

      public void setSerialNumberInfo(SerialNumberInfo value)
      Sets the value of the serialNumberInfo property.
      Parameters:
      value - allowed object is SerialNumberInfo
    • getForecastDetails

      public ForecastDetails getForecastDetails()
      Gets the value of the forecastDetails property.
      Returns:
      possible object is ForecastDetails
    • setForecastDetails

      public void setForecastDetails(ForecastDetails value)
      Sets the value of the forecastDetails property.
      Parameters:
      value - allowed object is ForecastDetails
    • getLeadTime

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

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

      public String getPlannedAcceptanceDays()
      Gets the value of the plannedAcceptanceDays property.
      Returns:
      possible object is String
    • setPlannedAcceptanceDays

      public void setPlannedAcceptanceDays(String value)
      Sets the value of the plannedAcceptanceDays property.
      Parameters:
      value - allowed object is String
    • getManufacturerPartID

      public String getManufacturerPartID()
      Gets the value of the manufacturerPartID property.
      Returns:
      possible object is String
    • setManufacturerPartID

      public void setManufacturerPartID(String value)
      Sets the value of the manufacturerPartID property.
      Parameters:
      value - allowed object is String
    • getManufacturerName

      public ManufacturerName getManufacturerName()
      Gets the value of the manufacturerName property.
      Returns:
      possible object is ManufacturerName
    • setManufacturerName

      public void setManufacturerName(ManufacturerName value)
      Sets the value of the manufacturerName property.
      Parameters:
      value - allowed object is ManufacturerName
    • getReferenceDocumentInfo

      public List<ReferenceDocumentInfo> getReferenceDocumentInfo()
      Gets the value of the referenceDocumentInfo 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 referenceDocumentInfo property.

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

          getReferenceDocumentInfo().add(newItem);
       

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

    • getCharacteristic

      public List<Characteristic> getCharacteristic()
      Gets the value of the characteristic 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 characteristic property.

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

          getCharacteristic().add(newItem);
       

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

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

    • getUnitPrice

      public UnitPrice getUnitPrice()
      Gets the value of the unitPrice property.
      Returns:
      possible object is UnitPrice
    • setUnitPrice

      public void setUnitPrice(UnitPrice value)
      Sets the value of the unitPrice property.
      Parameters:
      value - allowed object is UnitPrice
    • 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
    • getConsignmentInventory

      public ConsignmentInventory getConsignmentInventory()
      Gets the value of the consignmentInventory property.
      Returns:
      possible object is ConsignmentInventory
    • setConsignmentInventory

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

      public 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

    • getPlanningTimeSeries

      public List<PlanningTimeSeries> getPlanningTimeSeries()
      Gets the value of the planningTimeSeries 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 planningTimeSeries property.

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

          getPlanningTimeSeries().add(newItem);
       

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

    • getInventoryTimeSeries

      public List<InventoryTimeSeries> getInventoryTimeSeries()
      Gets the value of the inventoryTimeSeries 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 inventoryTimeSeries property.

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

          getInventoryTimeSeries().add(newItem);
       

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

    • getConsignmentMovement

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

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

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