Class ProductActivityDetails
- java.lang.Object
-
- org.cxml.ProductActivityDetails
-
public class ProductActivityDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Batchbatchprotected ConsignmentInventoryconsignmentInventoryprotected java.util.List<ConsignmentMovement>consignmentMovementprotected java.util.List<Contact>contactprotected Descriptiondescriptionprotected java.util.List<Extrinsic>extrinsicprotected Inventoryinventoryprotected ItemIDitemIDprotected java.lang.StringleadTimeprotected SalesReportsalesReportprotected java.util.List<TimeSeries>timeSeries
-
Constructor Summary
Constructors Constructor Description ProductActivityDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchgetBatch()Gets the value of the batch property.ConsignmentInventorygetConsignmentInventory()Gets the value of the consignmentInventory property.java.util.List<ConsignmentMovement>getConsignmentMovement()Gets the value of the consignmentMovement property.java.util.List<Contact>getContact()Gets the value of the contact property.DescriptiongetDescription()Gets the value of the description property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.InventorygetInventory()Gets the value of the inventory property.ItemIDgetItemID()Gets the value of the itemID property.java.lang.StringgetLeadTime()Gets the value of the leadTime property.SalesReportgetSalesReport()Gets the value of the salesReport property.java.util.List<TimeSeries>getTimeSeries()Gets the value of the timeSeries property.voidsetBatch(Batch value)Sets the value of the batch property.voidsetConsignmentInventory(ConsignmentInventory value)Sets the value of the consignmentInventory property.voidsetDescription(Description value)Sets the value of the description property.voidsetInventory(Inventory value)Sets the value of the inventory property.voidsetItemID(ItemID value)Sets the value of the itemID property.voidsetLeadTime(java.lang.String value)Sets the value of the leadTime property.voidsetSalesReport(SalesReport value)Sets the value of the salesReport property.
-
-
-
Field Detail
-
itemID
protected ItemID itemID
-
description
protected Description description
-
leadTime
protected java.lang.String leadTime
-
batch
protected Batch batch
-
contact
protected java.util.List<Contact> contact
-
inventory
protected Inventory inventory
-
consignmentInventory
protected ConsignmentInventory consignmentInventory
-
timeSeries
protected java.util.List<TimeSeries> timeSeries
-
consignmentMovement
protected java.util.List<ConsignmentMovement> consignmentMovement
-
salesReport
protected SalesReport salesReport
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
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 isItemID
-
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 isDescription
-
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 isString
-
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 isBatch
-
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
setmethod 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 isInventory
-
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 isConsignmentInventory
-
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
setmethod 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
setmethod 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 isSalesReport
-
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
-
-