@CodingStyleguideUnaware public class BillingReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
BillingReferenceType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBillingReferenceLine(BillingReferenceLineType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
BillingReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BillingReferenceType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DocumentReferenceType |
getAdditionalDocumentReference()
<pre>
<?
|
List<BillingReferenceLineType> |
getBillingReferenceLine()
<pre>
<?
|
BillingReferenceLineType |
getBillingReferenceLineAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBillingReferenceLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DocumentReferenceType |
getCreditNoteDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getDebitNoteDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getInvoiceDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getReminderDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getSelfBilledCreditNoteDocumentReference()
<pre>
<?
|
DocumentReferenceType |
getSelfBilledInvoiceDocumentReference()
<pre>
<?
|
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()
DocumentReferenceTypepublic void setInvoiceDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getSelfBilledInvoiceDocumentReference()
DocumentReferenceTypepublic void setSelfBilledInvoiceDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getCreditNoteDocumentReference()
DocumentReferenceTypepublic void setCreditNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getSelfBilledCreditNoteDocumentReference()
DocumentReferenceTypepublic void setSelfBilledCreditNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getDebitNoteDocumentReference()
DocumentReferenceTypepublic void setDebitNoteDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getReminderDocumentReference()
DocumentReferenceTypepublic void setReminderDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nullable public DocumentReferenceType getAdditionalDocumentReference()
DocumentReferenceTypepublic void setAdditionalDocumentReference(@Nullable DocumentReferenceType value)
value - allowed object is
DocumentReferenceType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<BillingReferenceLineType> getBillingReferenceLine()
BillingReferenceLineTypepublic 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 <code>null</code>.public boolean hasBillingReferenceLineEntries()
public boolean hasNoBillingReferenceLineEntries()
@Nonnegative public int getBillingReferenceLineCount()
@Nullable public BillingReferenceLineType getBillingReferenceLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addBillingReferenceLine(@Nonnull BillingReferenceLineType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull BillingReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public BillingReferenceType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.