Class ItemInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Classification>protected Countryprotected Descriptionprotected ItemIDprotected ManufacturerNameprotected Stringprotected Stringprotected List<ReferenceDocumentInfo>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classification property.Gets the value of the country property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the itemID property.Gets the value of the manufacturerName property.Gets the value of the manufacturerPartID property.Gets the value of the quantity property.Gets the value of the referenceDocumentInfo property.Gets the value of the supplierBatchID property.Gets the value of the unitOfMeasure property.voidsetCountry(Country value) Sets the value of the country property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the itemID property.voidSets the value of the manufacturerName property.voidsetManufacturerPartID(String value) Sets the value of the manufacturerPartID property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetSupplierBatchID(String value) Sets the value of the supplierBatchID property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
itemID
-
description
-
classification
-
manufacturerPartID
-
manufacturerName
-
country
-
supplierBatchID
-
referenceDocumentInfo
-
unitOfMeasure
-
extrinsic
-
-
Constructor Details
-
ItemInfo
public ItemInfo()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getItemID
Gets the value of the itemID property.- Returns:
- possible object is
ItemID
-
setItemID
Sets the value of the itemID property.- Parameters:
value- allowed object isItemID
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
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
setmethod 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 -
getManufacturerPartID
Gets the value of the manufacturerPartID property.- Returns:
- possible object is
String
-
setManufacturerPartID
Sets the value of the manufacturerPartID property.- Parameters:
value- allowed object isString
-
getManufacturerName
Gets the value of the manufacturerName property.- Returns:
- possible object is
ManufacturerName
-
setManufacturerName
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isManufacturerName
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getSupplierBatchID
Gets the value of the supplierBatchID property.- Returns:
- possible object is
String
-
setSupplierBatchID
Sets the value of the supplierBatchID property.- Parameters:
value- allowed object isString
-
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 -
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
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
-