Class BlanketItemDetail
- java.lang.Object
-
- org.cxml.BlanketItemDetail
-
public class BlanketItemDetail 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<Extrinsic>extrinsicprotected MaxAmountmaxAmountprotected java.lang.StringmaxQuantityprotected MinAmountminAmountprotected java.lang.StringminQuantityprotected PriceBasisQuantitypriceBasisQuantityprotected java.lang.StringunitOfMeasureprotected UnitPriceunitPrice
-
Constructor Summary
Constructors Constructor Description BlanketItemDetail()
-
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<Extrinsic>getExtrinsic()Gets the value of the extrinsic property.MaxAmountgetMaxAmount()Gets the value of the maxAmount property.java.lang.StringgetMaxQuantity()Gets the value of the maxQuantity property.MinAmountgetMinAmount()Gets the value of the minAmount property.java.lang.StringgetMinQuantity()Gets the value of the minQuantity 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.voidsetMaxAmount(MaxAmount value)Sets the value of the maxAmount property.voidsetMaxQuantity(java.lang.String value)Sets the value of the maxQuantity property.voidsetMinAmount(MinAmount value)Sets the value of the minAmount property.voidsetMinQuantity(java.lang.String value)Sets the value of the minQuantity 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.
-
-
-
Field Detail
-
description
protected java.util.List<Description> description
-
maxAmount
protected MaxAmount maxAmount
-
minAmount
protected MinAmount minAmount
-
maxQuantity
protected java.lang.String maxQuantity
-
minQuantity
protected java.lang.String minQuantity
-
unitPrice
protected UnitPrice unitPrice
-
unitOfMeasure
protected java.lang.String unitOfMeasure
-
priceBasisQuantity
protected PriceBasisQuantity priceBasisQuantity
-
classification
protected java.util.List<Classification> classification
-
extrinsic
protected java.util.List<Extrinsic> extrinsic
-
-
Method Detail
-
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
-
getMaxAmount
public MaxAmount getMaxAmount()
Gets the value of the maxAmount property.- Returns:
- possible object is
MaxAmount
-
setMaxAmount
public void setMaxAmount(MaxAmount value)
Sets the value of the maxAmount property.- Parameters:
value- allowed object isMaxAmount
-
getMinAmount
public MinAmount getMinAmount()
Gets the value of the minAmount property.- Returns:
- possible object is
MinAmount
-
setMinAmount
public void setMinAmount(MinAmount value)
Sets the value of the minAmount property.- Parameters:
value- allowed object isMinAmount
-
getMaxQuantity
public java.lang.String getMaxQuantity()
Gets the value of the maxQuantity property.- Returns:
- possible object is
String
-
setMaxQuantity
public void setMaxQuantity(java.lang.String value)
Sets the value of the maxQuantity property.- Parameters:
value- allowed object isString
-
getMinQuantity
public java.lang.String getMinQuantity()
Gets the value of the minQuantity property.- Returns:
- possible object is
String
-
setMinQuantity
public void setMinQuantity(java.lang.String value)
Sets the value of the minQuantity property.- Parameters:
value- allowed object isString
-
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
-
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
-
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
-
-