Class ItemOutIndustry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BatchInfoprotected Stringprotected ItemOutRetailprotected List<PackagingDistribution>protected Stringprotected Priorityprotected QualityInfoprotected List<ReferenceDocumentInfo>protected Stringprotected SerialNumberInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetInfo property.Gets the value of the batchInfo property.Gets the value of the isHUMandatory property.Gets the value of the itemOutRetail property.Gets the value of the packagingDistribution property.Gets the value of the planningType property.Gets the value of the priority property.Gets the value of the qualityInfo property.Gets the value of the referenceDocumentInfo property.Gets the value of the requiresRealTimeConsumption property.Gets the value of the serialNumberInfo property.voidsetBatchInfo(BatchInfo value) Sets the value of the batchInfo property.voidsetIsHUMandatory(String value) Sets the value of the isHUMandatory property.voidsetItemOutRetail(ItemOutRetail value) Sets the value of the itemOutRetail property.voidsetPlanningType(String value) Sets the value of the planningType property.voidsetPriority(Priority value) Sets the value of the priority property.voidsetQualityInfo(QualityInfo value) Sets the value of the qualityInfo property.voidSets the value of the requiresRealTimeConsumption property.voidSets the value of the serialNumberInfo property.
-
Field Details
-
planningType
-
requiresRealTimeConsumption
-
isHUMandatory
-
itemOutRetail
-
referenceDocumentInfo
-
priority
-
qualityInfo
-
serialNumberInfo
-
batchInfo
-
assetInfo
-
packagingDistribution
-
-
Constructor Details
-
ItemOutIndustry
public ItemOutIndustry()
-
-
Method Details
-
getPlanningType
Gets the value of the planningType property.- Returns:
- possible object is
String
-
setPlanningType
Sets the value of the planningType property.- Parameters:
value- allowed object isString
-
getRequiresRealTimeConsumption
Gets the value of the requiresRealTimeConsumption property.- Returns:
- possible object is
String
-
setRequiresRealTimeConsumption
Sets the value of the requiresRealTimeConsumption property.- Parameters:
value- allowed object isString
-
getIsHUMandatory
Gets the value of the isHUMandatory property.- Returns:
- possible object is
String
-
setIsHUMandatory
Sets the value of the isHUMandatory property.- Parameters:
value- allowed object isString
-
getItemOutRetail
Gets the value of the itemOutRetail property.- Returns:
- possible object is
ItemOutRetail
-
setItemOutRetail
Sets the value of the itemOutRetail property.- Parameters:
value- allowed object isItemOutRetail
-
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
Gets the value of the priority property.- Returns:
- possible object is
Priority
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isPriority
-
getQualityInfo
Gets the value of the qualityInfo property.- Returns:
- possible object is
QualityInfo
-
setQualityInfo
Sets the value of the qualityInfo property.- Parameters:
value- allowed object isQualityInfo
-
getSerialNumberInfo
Gets the value of the serialNumberInfo property.- Returns:
- possible object is
SerialNumberInfo
-
setSerialNumberInfo
Sets the value of the serialNumberInfo property.- Parameters:
value- allowed object isSerialNumberInfo
-
getBatchInfo
Gets the value of the batchInfo property.- Returns:
- possible object is
BatchInfo
-
setBatchInfo
Sets the value of the batchInfo property.- Parameters:
value- allowed object isBatchInfo
-
getAssetInfo
Gets the value of the assetInfo 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 assetInfo property.For example, to add a new item, do as follows:
getAssetInfo().add(newItem);Objects of the following type(s) are allowed in the list
AssetInfo -
getPackagingDistribution
Gets the value of the packagingDistribution 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 packagingDistribution property.For example, to add a new item, do as follows:
getPackagingDistribution().add(newItem);Objects of the following type(s) are allowed in the list
PackagingDistribution
-