public class DebitNoteLineType extends Object
Java class for DebitNoteLineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DebitNoteLineType">
<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}UUID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DebitedQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineExtensionAmount"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TaxPointDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCostCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCost" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentPurposeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DiscrepancyResponse" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DespatchLineReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiptLineReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BillingReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PricingReference" 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}TaxTotal" 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}Item" minOccurs="0"/>
<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}SubDebitNoteLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountingCostType |
accountingCost |
protected AccountingCostCodeType |
accountingCostCode |
protected List<AllowanceChargeType> |
allowanceCharge |
protected List<BillingReferenceType> |
billingReference |
protected DebitedQuantityType |
debitedQuantity |
protected List<DeliveryType> |
delivery |
protected List<LineReferenceType> |
despatchLineReference |
protected List<ResponseType> |
discrepancyResponse |
protected List<DocumentReferenceType> |
documentReference |
protected IDType |
id |
protected ItemType |
item |
protected LineExtensionAmountType |
lineExtensionAmount |
protected List<NoteType> |
note |
protected PaymentPurposeCodeType |
paymentPurposeCode |
protected PriceType |
price |
protected PricingReferenceType |
pricingReference |
protected List<LineReferenceType> |
receiptLineReference |
protected List<DebitNoteLineType> |
subDebitNoteLine |
protected TaxPointDateType |
taxPointDate |
protected List<TaxTotalType> |
taxTotal |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
DebitNoteLineType() |
| Modifier and Type | Method and Description |
|---|---|
AccountingCostType |
getAccountingCost()
Gets the value of the accountingCost property.
|
AccountingCostCodeType |
getAccountingCostCode()
Gets the value of the accountingCostCode property.
|
List<AllowanceChargeType> |
getAllowanceCharge()
Gets the value of the allowanceCharge property.
|
List<BillingReferenceType> |
getBillingReference()
Gets the value of the billingReference property.
|
DebitedQuantityType |
getDebitedQuantity()
Gets the value of the debitedQuantity property.
|
List<DeliveryType> |
getDelivery()
Gets the value of the delivery property.
|
List<LineReferenceType> |
getDespatchLineReference()
Gets the value of the despatchLineReference property.
|
List<ResponseType> |
getDiscrepancyResponse()
Gets the value of the discrepancyResponse property.
|
List<DocumentReferenceType> |
getDocumentReference()
Gets the value of the documentReference property.
|
IDType |
getID()
Gets the value of the id property.
|
ItemType |
getItem()
Gets the value of the item property.
|
LineExtensionAmountType |
getLineExtensionAmount()
Gets the value of the lineExtensionAmount property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
PaymentPurposeCodeType |
getPaymentPurposeCode()
Gets the value of the paymentPurposeCode property.
|
PriceType |
getPrice()
Gets the value of the price property.
|
PricingReferenceType |
getPricingReference()
Gets the value of the pricingReference property.
|
List<LineReferenceType> |
getReceiptLineReference()
Gets the value of the receiptLineReference property.
|
List<DebitNoteLineType> |
getSubDebitNoteLine()
Gets the value of the subDebitNoteLine property.
|
TaxPointDateType |
getTaxPointDate()
Gets the value of the taxPointDate property.
|
List<TaxTotalType> |
getTaxTotal()
Gets the value of the taxTotal property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setAccountingCost(AccountingCostType value)
Sets the value of the accountingCost property.
|
void |
setAccountingCostCode(AccountingCostCodeType value)
Sets the value of the accountingCostCode property.
|
void |
setDebitedQuantity(DebitedQuantityType value)
Sets the value of the debitedQuantity property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setLineExtensionAmount(LineExtensionAmountType value)
Sets the value of the lineExtensionAmount property.
|
void |
setPaymentPurposeCode(PaymentPurposeCodeType value)
Sets the value of the paymentPurposeCode property.
|
void |
setPrice(PriceType value)
Sets the value of the price property.
|
void |
setPricingReference(PricingReferenceType value)
Sets the value of the pricingReference property.
|
void |
setTaxPointDate(TaxPointDateType value)
Sets the value of the taxPointDate property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected IDType id
protected UUIDType uuid
protected DebitedQuantityType debitedQuantity
protected LineExtensionAmountType lineExtensionAmount
protected TaxPointDateType taxPointDate
protected AccountingCostCodeType accountingCostCode
protected AccountingCostType accountingCost
protected PaymentPurposeCodeType paymentPurposeCode
protected List<ResponseType> discrepancyResponse
protected List<LineReferenceType> despatchLineReference
protected List<LineReferenceType> receiptLineReference
protected List<BillingReferenceType> billingReference
protected List<DocumentReferenceType> documentReference
protected PricingReferenceType pricingReference
protected List<DeliveryType> delivery
protected List<TaxTotalType> taxTotal
protected List<AllowanceChargeType> allowanceCharge
protected ItemType item
protected PriceType price
protected List<DebitNoteLineType> subDebitNoteLine
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic List<NoteType> getNote()
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 note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
NoteType
public DebitedQuantityType getDebitedQuantity()
DebitedQuantityTypepublic void setDebitedQuantity(DebitedQuantityType value)
value - allowed object is
DebitedQuantityTypepublic LineExtensionAmountType getLineExtensionAmount()
LineExtensionAmountTypepublic void setLineExtensionAmount(LineExtensionAmountType value)
value - allowed object is
LineExtensionAmountTypepublic TaxPointDateType getTaxPointDate()
TaxPointDateTypepublic void setTaxPointDate(TaxPointDateType value)
value - allowed object is
TaxPointDateTypepublic AccountingCostCodeType getAccountingCostCode()
AccountingCostCodeTypepublic void setAccountingCostCode(AccountingCostCodeType value)
value - allowed object is
AccountingCostCodeTypepublic AccountingCostType getAccountingCost()
AccountingCostTypepublic void setAccountingCost(AccountingCostType value)
value - allowed object is
AccountingCostTypepublic PaymentPurposeCodeType getPaymentPurposeCode()
PaymentPurposeCodeTypepublic void setPaymentPurposeCode(PaymentPurposeCodeType value)
value - allowed object is
PaymentPurposeCodeTypepublic List<ResponseType> getDiscrepancyResponse()
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 discrepancyResponse property.
For example, to add a new item, do as follows:
getDiscrepancyResponse().add(newItem);
Objects of the following type(s) are allowed in the list
ResponseType
public List<LineReferenceType> getDespatchLineReference()
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 despatchLineReference property.
For example, to add a new item, do as follows:
getDespatchLineReference().add(newItem);
Objects of the following type(s) are allowed in the list
LineReferenceType
public List<LineReferenceType> getReceiptLineReference()
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 receiptLineReference property.
For example, to add a new item, do as follows:
getReceiptLineReference().add(newItem);
Objects of the following type(s) are allowed in the list
LineReferenceType
public List<BillingReferenceType> getBillingReference()
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 billingReference property.
For example, to add a new item, do as follows:
getBillingReference().add(newItem);
Objects of the following type(s) are allowed in the list
BillingReferenceType
public List<DocumentReferenceType> getDocumentReference()
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 documentReference property.
For example, to add a new item, do as follows:
getDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
public PricingReferenceType getPricingReference()
PricingReferenceTypepublic void setPricingReference(PricingReferenceType value)
value - allowed object is
PricingReferenceTypepublic 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<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 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 ItemType getItem()
ItemTypepublic void setItem(ItemType value)
value - allowed object is
ItemTypepublic PriceType getPrice()
PriceTypepublic void setPrice(PriceType value)
value - allowed object is
PriceTypepublic List<DebitNoteLineType> getSubDebitNoteLine()
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 subDebitNoteLine property.
For example, to add a new item, do as follows:
getSubDebitNoteLine().add(newItem);
Objects of the following type(s) are allowed in the list
DebitNoteLineType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.