public class ConsumptionLineType extends Object
Java class for ConsumptionLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsumptionLineType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ParentDocumentLineReferenceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}InvoicedQuantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineExtensionAmount"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Delivery" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UtilityItem"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Price" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UnstructuredPrice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AllowanceChargeType> |
allowanceCharge |
protected List<DeliveryType> |
delivery |
protected IDType |
id |
protected InvoicedQuantityType |
invoicedQuantity |
protected LineExtensionAmountType |
lineExtensionAmount |
protected ParentDocumentLineReferenceIDType |
parentDocumentLineReferenceID |
protected PeriodType |
period |
protected PriceType |
price |
protected List<TaxTotalType> |
taxTotal |
protected UnstructuredPriceType |
unstructuredPrice |
protected UtilityItemType |
utilityItem |
| Constructor and Description |
|---|
ConsumptionLineType() |
| Modifier and Type | Method and Description |
|---|---|
List<AllowanceChargeType> |
getAllowanceCharge()
Gets the value of the allowanceCharge property.
|
List<DeliveryType> |
getDelivery()
Gets the value of the delivery property.
|
IDType |
getID()
Gets the value of the id property.
|
InvoicedQuantityType |
getInvoicedQuantity()
Gets the value of the invoicedQuantity property.
|
LineExtensionAmountType |
getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.
|
ParentDocumentLineReferenceIDType |
getParentDocumentLineReferenceID()
Gets the value of the parentDocumentLineReferenceID property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
PriceType |
getPrice()
Gets the value of the price property.
|
List<TaxTotalType> |
getTaxTotal()
Gets the value of the taxTotal property.
|
UnstructuredPriceType |
getUnstructuredPrice()
Gets the value of the unstructuredPrice property.
|
UtilityItemType |
getUtilityItem()
Gets the value of the utilityItem property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setInvoicedQuantity(InvoicedQuantityType value)
Sets the value of the invoicedQuantity property.
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setParentDocumentLineReferenceID(ParentDocumentLineReferenceIDType value)
Sets the value of the parentDocumentLineReferenceID property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setPrice(PriceType value)
Sets the value of the price property.
|
void |
setUnstructuredPrice(UnstructuredPriceType value)
Sets the value of the unstructuredPrice property.
|
void |
setUtilityItem(UtilityItemType value)
Sets the value of the utilityItem property.
|
protected IDType id
protected ParentDocumentLineReferenceIDType parentDocumentLineReferenceID
protected InvoicedQuantityType invoicedQuantity
protected LineExtensionAmountType lineExtensionAmount
protected PeriodType period
protected List<DeliveryType> delivery
protected List<AllowanceChargeType> allowanceCharge
protected List<TaxTotalType> taxTotal
protected UtilityItemType utilityItem
protected PriceType price
protected UnstructuredPriceType unstructuredPrice
public void setID(IDType value)
value - allowed object is
IDTypepublic ParentDocumentLineReferenceIDType getParentDocumentLineReferenceID()
ParentDocumentLineReferenceIDTypepublic void setParentDocumentLineReferenceID(ParentDocumentLineReferenceIDType value)
value - allowed object is
ParentDocumentLineReferenceIDTypepublic InvoicedQuantityType getInvoicedQuantity()
InvoicedQuantityTypepublic void setInvoicedQuantity(InvoicedQuantityType value)
value - allowed object is
InvoicedQuantityTypepublic LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountTypepublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<DeliveryType> getDelivery()
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 delivery property.
For example, to add a new item, do as follows:
getDelivery().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryType
public List<AllowanceChargeType> getAllowanceCharge()
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 allowanceCharge property.
For example, to add a new item, do as follows:
getAllowanceCharge().add(newItem);
Objects of the following type(s) are allowed in the list
AllowanceChargeType
public List<TaxTotalType> getTaxTotal()
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 taxTotal property.
For example, to add a new item, do as follows:
getTaxTotal().add(newItem);
Objects of the following type(s) are allowed in the list
TaxTotalType
public UtilityItemType getUtilityItem()
UtilityItemTypepublic void setUtilityItem(UtilityItemType value)
value - allowed object is
UtilityItemTypepublic PriceType getPrice()
PriceTypepublic void setPrice(PriceType value)
value - allowed object is
PriceTypepublic UnstructuredPriceType getUnstructuredPrice()
UnstructuredPriceTypepublic void setUnstructuredPrice(UnstructuredPriceType value)
value - allowed object is
UnstructuredPriceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.