public class SalesItemType 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>Sales Item. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe information related to an item in a sales context</ccts:Definition>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
</ccts:Component>
Java class for SalesItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalesItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActivityProperty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxExclusivePrice" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxInclusivePrice" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActivityPropertyType> |
activityProperty |
protected ItemType |
item |
protected QuantityType |
quantity |
protected List<PriceType> |
taxExclusivePrice |
protected List<PriceType> |
taxInclusivePrice |
| Constructor and Description |
|---|
SalesItemType() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityPropertyType> |
getActivityProperty()
<?
|
ItemType |
getItem()
<?
|
QuantityType |
getQuantity()
<?
|
List<PriceType> |
getTaxExclusivePrice()
<?
|
List<PriceType> |
getTaxInclusivePrice()
<?
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
protected QuantityType quantity
protected List<ActivityPropertyType> activityProperty
protected ItemType item
public 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>Sales Item. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity the given information are related to</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic List<ActivityPropertyType> getActivityProperty()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Sales Item. Activity Property</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe the activity (for example "sales", "movement", ...) related to the item.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
<ccts:PropertyTerm>Activity Property</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Activity Property</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Activity Property</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the activityProperty 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 activityProperty property.
For example, to add a new item, do as follows:
getActivityProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ActivityPropertyType
public List<PriceType> getTaxExclusivePrice()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Sales Item. Tax Exclusive_ Price. Price</ccts:DictionaryEntryName>
<ccts:Definition>A price for this sales item, exclusive of tax.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Tax Exclusive</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Price</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Price</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Price</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the taxExclusivePrice 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 taxExclusivePrice property.
For example, to add a new item, do as follows:
getTaxExclusivePrice().add(newItem);
Objects of the following type(s) are allowed in the list
PriceType
public List<PriceType> getTaxInclusivePrice()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Sales Item. Tax Inclusive_ Price. Price</ccts:DictionaryEntryName>
<ccts:Definition>A price for this sales item, including tax.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Tax Inclusive</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Price</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Price</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Price</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the taxInclusivePrice 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 taxInclusivePrice property.
For example, to add a new item, do as follows:
getTaxInclusivePrice().add(newItem);
Objects of the following type(s) are allowed in the list
PriceType
public ItemType getItem()
<?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>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Sales Item. Item</ccts:DictionaryEntryName>
<ccts:Definition>The sales item itself.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Sales Item</ccts:ObjectClass>
<ccts:PropertyTerm>Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Item</ccts:RepresentationTerm>
</ccts:Component>
ItemTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.