public class ItemComparisonType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Comparison. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to provide information about price and quantity of an item for use in price comparisons based on price, quantity, or measurements.</ccts:Definition>
<ccts:ObjectClass>Item Comparison</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
QuantityType |
getQuantity()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Comparison. Price Amount. Amount</ccts:DictionaryEntryName>
<ccts:Definition>The price for the Item Comparison</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Comparison</ccts:ObjectClass>
<ccts:PropertyTerm>Price Amount</ccts:PropertyTerm>
<ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
<ccts:DataType>Amount. Type</ccts:DataType>
</ccts:Component>
PriceAmountTypepublic void setPriceAmount(PriceAmountType value)
value - allowed object is
PriceAmountTypepublic QuantityType getQuantity()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Item Comparison. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity for which this comparison is valid.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Item Comparison</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>per unit </ccts:Examples>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.