Class ItemDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AttachmentReference>protected List<Classification>protected List<Description>protected ExpectedLimitprotected ItemDetailIndustryprotected Stringprotected ManufacturerNameprotected Stringprotected OverallLimitprotected Stringprotected PriceBasisQuantityprotected Stringprotected UnitPriceprotected URL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachmentReference property.Gets the value of the classification property.Gets the value of the description property.Gets the value of the dimension property.Gets the value of the expectedLimit property.Gets the value of the extrinsic property.Gets the value of the itemDetailIndustry property.Gets the value of the leadTime property.Gets the value of the manufacturerName property.Gets the value of the manufacturerPartID property.Gets the value of the overallLimit property.Gets the value of the plannedAcceptanceDays property.Gets the value of the priceBasisQuantity property.Gets the value of the unitOfMeasure property.Gets the value of the unitPrice property.getURL()Gets the value of the url property.voidsetExpectedLimit(ExpectedLimit value) Sets the value of the expectedLimit property.voidSets the value of the itemDetailIndustry property.voidsetLeadTime(String value) Sets the value of the leadTime property.voidSets the value of the manufacturerName property.voidsetManufacturerPartID(String value) Sets the value of the manufacturerPartID property.voidsetOverallLimit(OverallLimit value) Sets the value of the overallLimit property.voidsetPlannedAcceptanceDays(String value) Sets the value of the plannedAcceptanceDays property.voidSets the value of the priceBasisQuantity property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.voidSets the value of the url property.
-
Field Details
-
unitPrice
-
description
-
overallLimit
-
expectedLimit
-
unitOfMeasure
-
priceBasisQuantity
-
classification
-
manufacturerPartID
-
manufacturerName
-
url
-
leadTime
-
dimension
-
itemDetailIndustry
-
attachmentReference
-
plannedAcceptanceDays
-
extrinsic
-
-
Constructor Details
-
ItemDetail
public ItemDetail()
-
-
Method Details
-
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
getDescription
Gets the value of the description 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 description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
Description -
getOverallLimit
Gets the value of the overallLimit property.- Returns:
- possible object is
OverallLimit
-
setOverallLimit
Sets the value of the overallLimit property.- Parameters:
value- allowed object isOverallLimit
-
getExpectedLimit
Gets the value of the expectedLimit property.- Returns:
- possible object is
ExpectedLimit
-
setExpectedLimit
Sets the value of the expectedLimit property.- Parameters:
value- allowed object isExpectedLimit
-
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
-
getPriceBasisQuantity
Gets the value of the priceBasisQuantity property.- Returns:
- possible object is
PriceBasisQuantity
-
setPriceBasisQuantity
Sets the value of the priceBasisQuantity property.- Parameters:
value- allowed object isPriceBasisQuantity
-
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
-
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-
getLeadTime
Gets the value of the leadTime property.- Returns:
- possible object is
String
-
setLeadTime
Sets the value of the leadTime property.- Parameters:
value- allowed object isString
-
getDimension
Gets the value of the dimension 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 dimension property.For example, to add a new item, do as follows:
getDimension().add(newItem);Objects of the following type(s) are allowed in the list
Dimension -
getItemDetailIndustry
Gets the value of the itemDetailIndustry property.- Returns:
- possible object is
ItemDetailIndustry
-
setItemDetailIndustry
Sets the value of the itemDetailIndustry property.- Parameters:
value- allowed object isItemDetailIndustry
-
getAttachmentReference
Gets the value of the attachmentReference 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 attachmentReference property.For example, to add a new item, do as follows:
getAttachmentReference().add(newItem);Objects of the following type(s) are allowed in the list
AttachmentReference -
getPlannedAcceptanceDays
Gets the value of the plannedAcceptanceDays property.- Returns:
- possible object is
String
-
setPlannedAcceptanceDays
Sets the value of the plannedAcceptanceDays 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
-