Class BlanketItemDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Classification>protected List<Description>protected ExpectedLimitprotected MaxAdhocAmountprotected MaxAmountprotected MaxContractAmountprotected Stringprotected MinAmountprotected Stringprotected OverallLimitprotected PriceBasisQuantityprotected Stringprotected UnitPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classification property.Gets the value of the description property.Gets the value of the expectedLimit property.Gets the value of the extrinsic property.Gets the value of the maxAdhocAmount property.Gets the value of the maxAmount property.Gets the value of the maxContractAmount property.Gets the value of the maxQuantity property.Gets the value of the minAmount property.Gets the value of the minQuantity property.Gets the value of the overallLimit property.Gets the value of the priceBasisQuantity property.Gets the value of the unitOfMeasure property.Gets the value of the unitPrice property.voidsetExpectedLimit(ExpectedLimit value) Sets the value of the expectedLimit property.voidsetMaxAdhocAmount(MaxAdhocAmount value) Sets the value of the maxAdhocAmount property.voidsetMaxAmount(MaxAmount value) Sets the value of the maxAmount property.voidSets the value of the maxContractAmount property.voidsetMaxQuantity(String value) Sets the value of the maxQuantity property.voidsetMinAmount(MinAmount value) Sets the value of the minAmount property.voidsetMinQuantity(String value) Sets the value of the minQuantity property.voidsetOverallLimit(OverallLimit value) Sets the value of the overallLimit 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.
-
Field Details
-
description
-
overallLimit
-
expectedLimit
-
maxAmount
-
minAmount
-
maxContractAmount
-
maxAdhocAmount
-
maxQuantity
-
minQuantity
-
unitPrice
-
unitOfMeasure
-
priceBasisQuantity
-
classification
-
extrinsic
-
-
Constructor Details
-
BlanketItemDetail
public BlanketItemDetail()
-
-
Method Details
-
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
-
getMaxAmount
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxContractAmount
Gets the value of the maxContractAmount property.- Returns:
- possible object is
MaxContractAmount
-
setMaxContractAmount
Sets the value of the maxContractAmount property.- Parameters:
value- allowed object isMaxContractAmount
-
getMaxAdhocAmount
Gets the value of the maxAdhocAmount property.- Returns:
- possible object is
MaxAdhocAmount
-
setMaxAdhocAmount
Sets the value of the maxAdhocAmount property.- Parameters:
value- allowed object isMaxAdhocAmount
-
getMaxQuantity
Gets the value of the maxQuantity property.- Returns:
- possible object is
String
-
setMaxQuantity
Sets the value of the maxQuantity property.- Parameters:
value- allowed object isString
-
getMinQuantity
Gets the value of the minQuantity property.- Returns:
- possible object is
String
-
setMinQuantity
Sets the value of the minQuantity property.- Parameters:
value- allowed object isString
-
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
-
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 -
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
-