public class BillingReferenceType extends Object
Java class for BillingReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InvoiceDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SelfBilledInvoiceDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CreditNoteDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SelfBilledCreditNoteDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DebitNoteDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReminderDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BillingReferenceLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReferenceType |
additionalDocumentReference |
protected List<BillingReferenceLineType> |
billingReferenceLine |
protected DocumentReferenceType |
creditNoteDocumentReference |
protected DocumentReferenceType |
debitNoteDocumentReference |
protected DocumentReferenceType |
invoiceDocumentReference |
protected DocumentReferenceType |
reminderDocumentReference |
protected DocumentReferenceType |
selfBilledCreditNoteDocumentReference |
protected DocumentReferenceType |
selfBilledInvoiceDocumentReference |
| Constructor and Description |
|---|
BillingReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReferenceType |
getAdditionalDocumentReference()
Gets the value of the additionalDocumentReference property.
|
List<BillingReferenceLineType> |
getBillingReferenceLine()
Gets the value of the billingReferenceLine property.
|
DocumentReferenceType |
getCreditNoteDocumentReference()
Gets the value of the creditNoteDocumentReference property.
|
DocumentReferenceType |
getDebitNoteDocumentReference()
Gets the value of the debitNoteDocumentReference property.
|
DocumentReferenceType |
getInvoiceDocumentReference()
Gets the value of the invoiceDocumentReference property.
|
DocumentReferenceType |
getReminderDocumentReference()
Gets the value of the reminderDocumentReference property.
|
DocumentReferenceType |
getSelfBilledCreditNoteDocumentReference()
Gets the value of the selfBilledCreditNoteDocumentReference property.
|
DocumentReferenceType |
getSelfBilledInvoiceDocumentReference()
Gets the value of the selfBilledInvoiceDocumentReference property.
|
void |
setAdditionalDocumentReference(DocumentReferenceType value)
Sets the value of the additionalDocumentReference property.
|
void |
setCreditNoteDocumentReference(DocumentReferenceType value)
Sets the value of the creditNoteDocumentReference property.
|
void |
setDebitNoteDocumentReference(DocumentReferenceType value)
Sets the value of the debitNoteDocumentReference property.
|
void |
setInvoiceDocumentReference(DocumentReferenceType value)
Sets the value of the invoiceDocumentReference property.
|
void |
setReminderDocumentReference(DocumentReferenceType value)
Sets the value of the reminderDocumentReference property.
|
void |
setSelfBilledCreditNoteDocumentReference(DocumentReferenceType value)
Sets the value of the selfBilledCreditNoteDocumentReference property.
|
void |
setSelfBilledInvoiceDocumentReference(DocumentReferenceType value)
Sets the value of the selfBilledInvoiceDocumentReference property.
|
protected DocumentReferenceType invoiceDocumentReference
protected DocumentReferenceType selfBilledInvoiceDocumentReference
protected DocumentReferenceType creditNoteDocumentReference
protected DocumentReferenceType selfBilledCreditNoteDocumentReference
protected DocumentReferenceType debitNoteDocumentReference
protected DocumentReferenceType reminderDocumentReference
protected DocumentReferenceType additionalDocumentReference
protected List<BillingReferenceLineType> billingReferenceLine
public DocumentReferenceType getInvoiceDocumentReference()
DocumentReferenceTypepublic void setInvoiceDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getSelfBilledInvoiceDocumentReference()
DocumentReferenceTypepublic void setSelfBilledInvoiceDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getCreditNoteDocumentReference()
DocumentReferenceTypepublic void setCreditNoteDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getSelfBilledCreditNoteDocumentReference()
DocumentReferenceTypepublic void setSelfBilledCreditNoteDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getDebitNoteDocumentReference()
DocumentReferenceTypepublic void setDebitNoteDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getReminderDocumentReference()
DocumentReferenceTypepublic void setReminderDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getAdditionalDocumentReference()
DocumentReferenceTypepublic void setAdditionalDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic List<BillingReferenceLineType> getBillingReferenceLine()
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 billingReferenceLine property.
For example, to add a new item, do as follows:
getBillingReferenceLine().add(newItem);
Objects of the following type(s) are allowed in the list
BillingReferenceLineType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.