public class BlanketItemDetail
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<Extrinsic> |
extrinsic |
protected MaxAmount |
maxAmount |
protected java.lang.String |
maxQuantity |
protected MinAmount |
minAmount |
protected java.lang.String |
minQuantity |
protected PriceBasisQuantity |
priceBasisQuantity |
protected java.lang.String |
unitOfMeasure |
protected UnitPrice |
unitPrice |
| Constructor and Description |
|---|
BlanketItemDetail() |
| 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<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
MaxAmount |
getMaxAmount()
Gets the value of the maxAmount property.
|
java.lang.String |
getMaxQuantity()
Gets the value of the maxQuantity property.
|
MinAmount |
getMinAmount()
Gets the value of the minAmount property.
|
java.lang.String |
getMinQuantity()
Gets the value of the minQuantity 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.
|
void |
setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.
|
void |
setMaxQuantity(java.lang.String value)
Sets the value of the maxQuantity property.
|
void |
setMinAmount(MinAmount value)
Sets the value of the minAmount property.
|
void |
setMinQuantity(java.lang.String value)
Sets the value of the minQuantity 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.
|
protected java.util.List<Description> description
protected MaxAmount maxAmount
protected MinAmount minAmount
protected java.lang.String maxQuantity
protected java.lang.String minQuantity
protected UnitPrice unitPrice
protected java.lang.String unitOfMeasure
protected PriceBasisQuantity priceBasisQuantity
protected java.util.List<Classification> classification
protected java.util.List<Extrinsic> extrinsic
public 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 MaxAmount getMaxAmount()
MaxAmountpublic void setMaxAmount(MaxAmount value)
value - allowed object is
MaxAmountpublic MinAmount getMinAmount()
MinAmountpublic void setMinAmount(MinAmount value)
value - allowed object is
MinAmountpublic java.lang.String getMaxQuantity()
Stringpublic void setMaxQuantity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinQuantity()
Stringpublic void setMinQuantity(java.lang.String value)
value - allowed object is
Stringpublic UnitPrice getUnitPrice()
UnitPricepublic void setUnitPrice(UnitPrice value)
value - allowed object is
UnitPricepublic 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.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.