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>
| Modifier and Type | Field and Description |
|---|---|
protected PriceAmountType |
priceAmount |
protected QuantityType |
quantity |
| Constructor and Description |
|---|
ItemComparisonType() |
| Modifier and Type | Method and Description |
|---|---|
PriceAmountType |
getPriceAmount()
Gets the value of the priceAmount property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
void |
setPriceAmount(PriceAmountType value)
Sets the value of the priceAmount property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
protected PriceAmountType priceAmount
protected QuantityType quantity
public PriceAmountType getPriceAmount()
PriceAmountTypepublic void setPriceAmount(PriceAmountType value)
value - allowed object is
PriceAmountTypepublic QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.