Package org.cxml

Class BlanketItemDetail

java.lang.Object
org.cxml.BlanketItemDetail

public class BlanketItemDetail extends Object
  • Field Details

  • Constructor Details

    • BlanketItemDetail

      public BlanketItemDetail()
  • Method Details

    • getDescription

      public 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 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

    • getOverallLimit

      public OverallLimit getOverallLimit()
      Gets the value of the overallLimit property.
      Returns:
      possible object is OverallLimit
    • setOverallLimit

      public void setOverallLimit(OverallLimit value)
      Sets the value of the overallLimit property.
      Parameters:
      value - allowed object is OverallLimit
    • getExpectedLimit

      public ExpectedLimit getExpectedLimit()
      Gets the value of the expectedLimit property.
      Returns:
      possible object is ExpectedLimit
    • setExpectedLimit

      public void setExpectedLimit(ExpectedLimit value)
      Sets the value of the expectedLimit property.
      Parameters:
      value - allowed object is ExpectedLimit
    • 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 is MaxAmount
    • 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 is MinAmount
    • getMaxContractAmount

      public MaxContractAmount getMaxContractAmount()
      Gets the value of the maxContractAmount property.
      Returns:
      possible object is MaxContractAmount
    • setMaxContractAmount

      public void setMaxContractAmount(MaxContractAmount value)
      Sets the value of the maxContractAmount property.
      Parameters:
      value - allowed object is MaxContractAmount
    • getMaxAdhocAmount

      public MaxAdhocAmount getMaxAdhocAmount()
      Gets the value of the maxAdhocAmount property.
      Returns:
      possible object is MaxAdhocAmount
    • setMaxAdhocAmount

      public void setMaxAdhocAmount(MaxAdhocAmount value)
      Sets the value of the maxAdhocAmount property.
      Parameters:
      value - allowed object is MaxAdhocAmount
    • getMaxQuantity

      public String getMaxQuantity()
      Gets the value of the maxQuantity property.
      Returns:
      possible object is String
    • setMaxQuantity

      public void setMaxQuantity(String value)
      Sets the value of the maxQuantity property.
      Parameters:
      value - allowed object is String
    • getMinQuantity

      public String getMinQuantity()
      Gets the value of the minQuantity property.
      Returns:
      possible object is String
    • setMinQuantity

      public void setMinQuantity(String value)
      Sets the value of the minQuantity property.
      Parameters:
      value - allowed object is String
    • 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 is UnitPrice
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

      public void setUnitOfMeasure(String value)
      Sets the value of the unitOfMeasure property.
      Parameters:
      value - allowed object is String
    • 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 is PriceBasisQuantity
    • getClassification

      public 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 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

    • getExtrinsic

      public 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 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