public class BillingReferenceType extends Object implements Serializable
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Details</ccts:DictionaryEntryName><ccts:Definition>Information directly relating to a related document.</ccts:Definition><ccts:ObjectClass>Billing Reference</ccts:ObjectClass></ccts:Component>
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>
| Constructor and Description |
|---|
BillingReferenceType()
Default constructor
Created by ph-ubl-jaxb-plugin -Xph-ubl-value
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DocumentReferenceType |
getAdditionalDocumentReference()
<?
|
List<BillingReferenceLineType> |
getBillingReferenceLine()
<?
|
BillingReferenceLineType |
getBillingReferenceLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBillingReferenceLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentReferenceType |
getCreditNoteDocumentReference()
<?
|
DocumentReferenceType |
getDebitNoteDocumentReference()
<?
|
DocumentReferenceType |
getInvoiceDocumentReference()
<?
|
DocumentReferenceType |
getReminderDocumentReference()
<?
|
DocumentReferenceType |
getSelfBilledCreditNoteDocumentReference()
<?
|
DocumentReferenceType |
getSelfBilledInvoiceDocumentReference()
<?
|
boolean |
hasBillingReferenceLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoBillingReferenceLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalDocumentReference(DocumentReferenceType value)
Sets the value of the additionalDocumentReference property.
|
void |
setBillingReferenceLine(List<BillingReferenceLineType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BillingReferenceType()
@Nullable public DocumentReferenceType getInvoiceDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Invoice_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Invoice.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Invoice</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setInvoiceDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getSelfBilledInvoiceDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Self Billed Invoice_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Self Billed Invoice.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Self Billed Invoice</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setSelfBilledInvoiceDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getCreditNoteDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Credit Note_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Credit Note.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Credit Note</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setCreditNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getSelfBilledCreditNoteDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Self Billed Credit Note_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Self Billed Credit Note.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Self Billed Credit Note</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setSelfBilledCreditNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getDebitNoteDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Debit Note_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Debit Note.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Debit Note</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setDebitNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getReminderDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Reminder_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Reminder Document Reference</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Reminder</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setReminderDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getAdditionalDocumentReference()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>An associative reference to Additional Document.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass></ccts:Component>
DocumentReferenceTypepublic void setAdditionalDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") public List<BillingReferenceLineType> getBillingReferenceLine()
<?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:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Billing Reference. Billing Reference Line</ccts:DictionaryEntryName><ccts:Definition>An association to Billing Reference Line.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Billing Reference</ccts:ObjectClass><ccts:PropertyTerm>Billing Reference Line</ccts:PropertyTerm><ccts:AssociatedObjectClass>Billing Reference Line</ccts:AssociatedObjectClass></ccts:Component>Gets the value of the billingReferenceLine 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 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
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setBillingReferenceLine(@Nullable List<BillingReferenceLineType> aList)
aList - The new list member to set. May be null.public boolean hasBillingReferenceLineEntries()
true if at least one item is contained, false otherwise.public boolean hasNoBillingReferenceLineEntries()
true if no item is contained, false otherwise.@Nonnegative public int getBillingReferenceLineCount()
@Nullable public BillingReferenceLineType getBillingReferenceLineAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!Copyright © 2014 Philip Helger. All rights reserved.