Class ItemComparisonType


  • public class ItemComparisonType
    extends Object

    Java class for ItemComparisonType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ItemComparisonType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PriceAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ItemComparisonType

        public ItemComparisonType()
    • Method Detail

      • setPriceAmount

        public void setPriceAmount​(PriceAmountType value)
        Sets the value of the priceAmount property.
        Parameters:
        value - allowed object is PriceAmountType
      • getQuantity

        public QuantityType getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is QuantityType
      • setQuantity

        public void setQuantity​(QuantityType value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is QuantityType