Class ItemComparisonType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PriceAmountTypepriceAmountprotected QuantityTypequantity
-
Constructor Summary
Constructors Constructor Description ItemComparisonType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceAmountTypegetPriceAmount()Gets the value of the priceAmount property.QuantityTypegetQuantity()Gets the value of the quantity property.voidsetPriceAmount(PriceAmountType value)Sets the value of the priceAmount property.voidsetQuantity(QuantityType value)Sets the value of the quantity property.
-
-
-
Field Detail
-
priceAmount
protected PriceAmountType priceAmount
-
quantity
protected QuantityType quantity
-
-
Method Detail
-
getPriceAmount
public PriceAmountType getPriceAmount()
Gets the value of the priceAmount property.- Returns:
- possible object is
PriceAmountType
-
setPriceAmount
public void setPriceAmount(PriceAmountType value)
Sets the value of the priceAmount property.- Parameters:
value- allowed object isPriceAmountType
-
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 isQuantityType
-
-