public class SalesItemType extends Object
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()
Gets the value of the activityProperty property.
|
ItemType |
getItem()
Gets the value of the item property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
List<PriceType> |
getTaxExclusivePrice()
Gets the value of the taxExclusivePrice property.
|
List<PriceType> |
getTaxInclusivePrice()
Gets the value of the taxInclusivePrice property.
|
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()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic List<ActivityPropertyType> getActivityProperty()
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()
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()
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()
ItemTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.