Package org.cxml
Class ItemOutIndustry
- java.lang.Object
-
- org.cxml.ItemOutIndustry
-
public class ItemOutIndustry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ItemOutRetailitemOutRetailprotected java.lang.StringplanningTypeprotected Prioritypriorityprotected java.util.List<ReferenceDocumentInfo>referenceDocumentInfo
-
Constructor Summary
Constructors Constructor Description ItemOutIndustry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemOutRetailgetItemOutRetail()Gets the value of the itemOutRetail property.java.lang.StringgetPlanningType()Gets the value of the planningType property.PrioritygetPriority()Gets the value of the priority property.java.util.List<ReferenceDocumentInfo>getReferenceDocumentInfo()Gets the value of the referenceDocumentInfo property.voidsetItemOutRetail(ItemOutRetail value)Sets the value of the itemOutRetail property.voidsetPlanningType(java.lang.String value)Sets the value of the planningType property.voidsetPriority(Priority value)Sets the value of the priority property.
-
-
-
Field Detail
-
planningType
protected java.lang.String planningType
-
itemOutRetail
protected ItemOutRetail itemOutRetail
-
referenceDocumentInfo
protected java.util.List<ReferenceDocumentInfo> referenceDocumentInfo
-
priority
protected Priority priority
-
-
Method Detail
-
getPlanningType
public java.lang.String getPlanningType()
Gets the value of the planningType property.- Returns:
- possible object is
String
-
setPlanningType
public void setPlanningType(java.lang.String value)
Sets the value of the planningType property.- Parameters:
value- allowed object isString
-
getItemOutRetail
public ItemOutRetail getItemOutRetail()
Gets the value of the itemOutRetail property.- Returns:
- possible object is
ItemOutRetail
-
setItemOutRetail
public void setItemOutRetail(ItemOutRetail value)
Sets the value of the itemOutRetail property.- Parameters:
value- allowed object isItemOutRetail
-
getReferenceDocumentInfo
public java.util.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
setmethod 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
-
getPriority
public Priority getPriority()
Gets the value of the priority property.- Returns:
- possible object is
Priority
-
-