public class ItemDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Classification> |
classification |
protected java.util.List<Description> |
description |
protected java.util.List<Dimension> |
dimension |
protected java.util.List<Extrinsic> |
extrinsic |
protected ItemDetailIndustry |
itemDetailIndustry |
protected java.lang.String |
leadTime |
protected ManufacturerName |
manufacturerName |
protected java.lang.String |
manufacturerPartID |
protected PriceBasisQuantity |
priceBasisQuantity |
protected java.lang.String |
unitOfMeasure |
protected UnitPrice |
unitPrice |
protected URL |
url |
| Constructor and Description |
|---|
ItemDetail() |
| Modifier and Type | Method and 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.
|
ItemDetailIndustry |
getItemDetailIndustry()
Gets the value of the itemDetailIndustry property.
|
java.lang.String |
getLeadTime()
Gets the value of the leadTime property.
|
ManufacturerName |
getManufacturerName()
Gets the value of the manufacturerName property.
|
java.lang.String |
getManufacturerPartID()
Gets the value of the manufacturerPartID property.
|
PriceBasisQuantity |
getPriceBasisQuantity()
Gets the value of the priceBasisQuantity property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
UnitPrice |
getUnitPrice()
Gets the value of the unitPrice property.
|
URL |
getURL()
Gets the value of the url property.
|
void |
setItemDetailIndustry(ItemDetailIndustry value)
Sets the value of the itemDetailIndustry property.
|
void |
setLeadTime(java.lang.String value)
Sets the value of the leadTime property.
|
void |
setManufacturerName(ManufacturerName value)
Sets the value of the manufacturerName property.
|
void |
setManufacturerPartID(java.lang.String value)
Sets the value of the manufacturerPartID property.
|
void |
setPriceBasisQuantity(PriceBasisQuantity value)
Sets the value of the priceBasisQuantity property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
void |
setUnitPrice(UnitPrice value)
Sets the value of the unitPrice property.
|
void |
setURL(URL value)
Sets the value of the url property.
|
protected UnitPrice unitPrice
protected java.util.List<Description> description
protected java.lang.String unitOfMeasure
protected PriceBasisQuantity priceBasisQuantity
protected java.util.List<Classification> classification
protected java.lang.String manufacturerPartID
protected ManufacturerName manufacturerName
protected URL url
protected java.lang.String leadTime
protected java.util.List<Dimension> dimension
protected ItemDetailIndustry itemDetailIndustry
protected java.util.List<Extrinsic> extrinsic
public UnitPrice getUnitPrice()
UnitPricepublic void setUnitPrice(UnitPrice value)
value - allowed object is
UnitPricepublic java.util.List<Description> getDescription()
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 set method 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
public java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic PriceBasisQuantity getPriceBasisQuantity()
PriceBasisQuantitypublic void setPriceBasisQuantity(PriceBasisQuantity value)
value - allowed object is
PriceBasisQuantitypublic java.util.List<Classification> getClassification()
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 set method 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
public java.lang.String getManufacturerPartID()
Stringpublic void setManufacturerPartID(java.lang.String value)
value - allowed object is
Stringpublic ManufacturerName getManufacturerName()
ManufacturerNamepublic void setManufacturerName(ManufacturerName value)
value - allowed object is
ManufacturerNamepublic void setURL(URL value)
value - allowed object is
URLpublic java.lang.String getLeadTime()
Stringpublic void setLeadTime(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Dimension> getDimension()
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 set method 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
public ItemDetailIndustry getItemDetailIndustry()
ItemDetailIndustrypublic void setItemDetailIndustry(ItemDetailIndustry value)
value - allowed object is
ItemDetailIndustrypublic java.util.List<Extrinsic> getExtrinsic()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.