Class ItemDetail
- java.lang.Object
-
- org.cxml.ItemDetail
-
public class ItemDetail extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Classification>classificationprotected java.util.List<Description>descriptionprotected java.util.List<Dimension>dimensionprotected java.util.List<Extrinsic>extrinsicprotected ItemDetailIndustryitemDetailIndustryprotected java.lang.StringleadTimeprotected ManufacturerNamemanufacturerNameprotected java.lang.StringmanufacturerPartIDprotected PriceBasisQuantitypriceBasisQuantityprotected java.lang.StringunitOfMeasureprotected UnitPriceunitPriceprotected URLurl
-
Constructor Summary
Constructors Constructor Description ItemDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Classification>getClassification()Gets the value of the classification property.java.util.List<Description>getDescription()Gets the value of the description property.java.util.List<Dimension>getDimension()Gets the value of the dimension property.java.util.List<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.ItemDetailIndustrygetItemDetailIndustry()Gets the value of the itemDetailIndustry property.java.lang.StringgetLeadTime()Gets the value of the leadTime property.ManufacturerNamegetManufacturerName()Gets the value of the manufacturerName property.java.lang.StringgetManufacturerPartID()Gets the value of the manufacturerPartID property.PriceBasisQuantitygetPriceBasisQuantity()Gets the value of the priceBasisQuantity property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.UnitPricegetUnitPrice()Gets the value of the unitPrice property.URLgetURL()Gets the value of the url property.voidsetItemDetailIndustry(ItemDetailIndustry value)Sets the value of the itemDetailIndustry property.voidsetLeadTime(java.lang.String value)Sets the value of the leadTime property.voidsetManufacturerName(ManufacturerName value)Sets the value of the manufacturerName property.voidsetManufacturerPartID(java.lang.String value)Sets the value of the manufacturerPartID property.voidsetPriceBasisQuantity(PriceBasisQuantity value)Sets the value of the priceBasisQuantity property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.voidsetUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidsetURL(URL value)Sets the value of the url property.
-
-
-
Field Detail
-
unitPrice
protected UnitPrice unitPrice
-
description
protected java.util.List<Description> description
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
priceBasisQuantity
protected PriceBasisQuantity priceBasisQuantity
-
classification
protected java.util.List<Classification> classification
-
manufacturerPartID
protected java.lang.String manufacturerPartID
-
manufacturerName
protected ManufacturerName manufacturerName
-
url
protected URL url
-
leadTime
protected java.lang.String leadTime
-
dimension
protected java.util.List<Dimension> dimension
-
itemDetailIndustry
protected ItemDetailIndustry itemDetailIndustry
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
getUnitPrice
public UnitPrice getUnitPrice()
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
public void setUnitPrice(UnitPrice value)
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
getDescription
public java.util.List<Description> 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
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
public void setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getPriceBasisQuantity
public PriceBasisQuantity getPriceBasisQuantity()
Gets the value of the priceBasisQuantity property.- Returns:
- possible object is
PriceBasisQuantity
-
setPriceBasisQuantity
public void setPriceBasisQuantity(PriceBasisQuantity value)
Sets the value of the priceBasisQuantity property.- Parameters:
value- allowed object isPriceBasisQuantity
-
getClassification
public java.util.List<Classification> 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
public java.lang.String getManufacturerPartID()
Gets the value of the manufacturerPartID property.- Returns:
- possible object is
String
-
setManufacturerPartID
public void setManufacturerPartID(java.lang.String value)
Sets the value of the manufacturerPartID property.- Parameters:
value- allowed object isString
-
getManufacturerName
public ManufacturerName getManufacturerName()
Gets the value of the manufacturerName property.- Returns:
- possible object is
ManufacturerName
-
setManufacturerName
public void setManufacturerName(ManufacturerName value)
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isManufacturerName
-
setURL
public void setURL(URL value)
Sets the value of the url property.- Parameters:
value- allowed object isURL
-
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
-
getDimension
public java.util.List<Dimension> 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
public ItemDetailIndustry getItemDetailIndustry()
Gets the value of the itemDetailIndustry property.- Returns:
- possible object is
ItemDetailIndustry
-
setItemDetailIndustry
public void setItemDetailIndustry(ItemDetailIndustry value)
Sets the value of the itemDetailIndustry property.- Parameters:
value- allowed object isItemDetailIndustry
-
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
-
-