Package org.cxml

Class BlanketItemDetail


  • public class BlanketItemDetail
    extends java.lang.Object
    • Field Detail

      • description

        protected java.util.List<Description> description
      • maxQuantity

        protected java.lang.String maxQuantity
      • minQuantity

        protected java.lang.String minQuantity
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
      • classification

        protected java.util.List<Classification> classification
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • BlanketItemDetail

        public BlanketItemDetail()
    • 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 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

      • 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
      • 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 is String
      • 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 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 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 is String
      • setPriceBasisQuantity

        public void setPriceBasisQuantity​(PriceBasisQuantity value)
        Sets the value of the priceBasisQuantity property.
        Parameters:
        value - allowed object is PriceBasisQuantity
      • 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 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 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 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