@CodingStyleguideUnaware public class PaymentTermsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PaymentTermsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPaymentMeansID(PaymentMeansIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PaymentTermsType 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
|
AmountType |
getAmount()
<pre>
<?
|
BigDecimal |
getAmountValue()
Get the value of the contained AmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ExchangeRateType |
getExchangeRate()
<pre>
<?
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
InstallmentDueDateType |
getInstallmentDueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getInstallmentDueDateValue()
Get the value of the contained InstallmentDueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getInstallmentDueDateValueLocal()
Get the value of the contained InstallmentDueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
InvoicingPartyReferenceType |
getInvoicingPartyReference()
<pre>
<?
|
String |
getInvoicingPartyReferenceValue()
Get the value of the contained InvoicingPartyReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NoteType> |
getNote()
<pre>
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentDueDateType |
getPaymentDueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getPaymentDueDateValue()
Get the value of the contained PaymentDueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getPaymentDueDateValueLocal()
Get the value of the contained PaymentDueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PaymentMeansIDType> |
getPaymentMeansID()
<pre>
<?
|
PaymentMeansIDType |
getPaymentMeansIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPaymentMeansIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentPercentType |
getPaymentPercent()
<pre>
<?
|
BigDecimal |
getPaymentPercentValue()
Get the value of the contained PaymentPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PaymentTermsDetailsURIType |
getPaymentTermsDetailsURI()
<pre>
<?
|
String |
getPaymentTermsDetailsURIValue()
Get the value of the contained PaymentTermsDetailsURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PenaltyAmountType |
getPenaltyAmount()
<pre>
<?
|
BigDecimal |
getPenaltyAmountValue()
Get the value of the contained PenaltyAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPenaltyPeriod()
<pre>
<?
|
PenaltySurchargePercentType |
getPenaltySurchargePercent()
<pre>
<?
|
BigDecimal |
getPenaltySurchargePercentValue()
Get the value of the contained PenaltySurchargePercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PrepaidPaymentReferenceIDType |
getPrepaidPaymentReferenceID()
<pre>
<?
|
String |
getPrepaidPaymentReferenceIDValue()
Get the value of the contained PrepaidPaymentReferenceIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ReferenceEventCodeType |
getReferenceEventCode()
<pre>
<?
|
String |
getReferenceEventCodeValue()
Get the value of the contained ReferenceEventCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SettlementDiscountAmountType |
getSettlementDiscountAmount()
<pre>
<?
|
BigDecimal |
getSettlementDiscountAmountValue()
Get the value of the contained SettlementDiscountAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SettlementDiscountPercentType |
getSettlementDiscountPercent()
<pre>
<?
|
BigDecimal |
getSettlementDiscountPercentValue()
Get the value of the contained SettlementDiscountPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getSettlementPeriod()
<pre>
<?
|
PeriodType |
getValidityPeriod()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPaymentMeansIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPaymentMeansIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
AmountType |
setAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExchangeRate(ExchangeRateType value)
Sets the value of the exchangeRate property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setInstallmentDueDate(InstallmentDueDateType value)
Sets the value of the installmentDueDate property.
|
InstallmentDueDateType |
setInstallmentDueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
InstallmentDueDateType |
setInstallmentDueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setInvoicingPartyReference(InvoicingPartyReferenceType value)
Sets the value of the invoicingPartyReference property.
|
InvoicingPartyReferenceType |
setInvoicingPartyReference(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentDueDateType |
setPaymentDueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaymentDueDate(PaymentDueDateType value)
Sets the value of the paymentDueDate property.
|
PaymentDueDateType |
setPaymentDueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaymentMeansID(List<PaymentMeansIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentPercentType |
setPaymentPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaymentPercent(PaymentPercentType value)
Sets the value of the paymentPercent property.
|
void |
setPaymentTermsDetailsURI(PaymentTermsDetailsURIType value)
Sets the value of the paymentTermsDetailsURI property.
|
PaymentTermsDetailsURIType |
setPaymentTermsDetailsURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PenaltyAmountType |
setPenaltyAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPenaltyAmount(PenaltyAmountType value)
Sets the value of the penaltyAmount property.
|
void |
setPenaltyPeriod(PeriodType value)
Sets the value of the penaltyPeriod property.
|
PenaltySurchargePercentType |
setPenaltySurchargePercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPenaltySurchargePercent(PenaltySurchargePercentType value)
Sets the value of the penaltySurchargePercent property.
|
void |
setPrepaidPaymentReferenceID(PrepaidPaymentReferenceIDType value)
Sets the value of the prepaidPaymentReferenceID property.
|
PrepaidPaymentReferenceIDType |
setPrepaidPaymentReferenceID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setReferenceEventCode(ReferenceEventCodeType value)
Sets the value of the referenceEventCode property.
|
ReferenceEventCodeType |
setReferenceEventCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SettlementDiscountAmountType |
setSettlementDiscountAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSettlementDiscountAmount(SettlementDiscountAmountType value)
Sets the value of the settlementDiscountAmount property.
|
SettlementDiscountPercentType |
setSettlementDiscountPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSettlementDiscountPercent(SettlementDiscountPercentType value)
Sets the value of the settlementDiscountPercent property.
|
void |
setSettlementPeriod(PeriodType value)
Sets the value of the settlementPeriod property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PaymentTermsType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PaymentMeansIDType> getPaymentMeansID()
PaymentMeansIDType@Nullable public PrepaidPaymentReferenceIDType getPrepaidPaymentReferenceID()
PrepaidPaymentReferenceIDTypepublic void setPrepaidPaymentReferenceID(@Nullable PrepaidPaymentReferenceIDType value)
value - allowed object is
PrepaidPaymentReferenceIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public ReferenceEventCodeType getReferenceEventCode()
ReferenceEventCodeTypepublic void setReferenceEventCode(@Nullable ReferenceEventCodeType value)
value - allowed object is
ReferenceEventCodeType@Nullable public SettlementDiscountPercentType getSettlementDiscountPercent()
SettlementDiscountPercentTypepublic void setSettlementDiscountPercent(@Nullable SettlementDiscountPercentType value)
value - allowed object is
SettlementDiscountPercentType@Nullable public PenaltySurchargePercentType getPenaltySurchargePercent()
PenaltySurchargePercentTypepublic void setPenaltySurchargePercent(@Nullable PenaltySurchargePercentType value)
value - allowed object is
PenaltySurchargePercentType@Nullable public PaymentPercentType getPaymentPercent()
PaymentPercentTypepublic void setPaymentPercent(@Nullable PaymentPercentType value)
value - allowed object is
PaymentPercentType@Nullable public AmountType getAmount()
AmountTypepublic void setAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public SettlementDiscountAmountType getSettlementDiscountAmount()
SettlementDiscountAmountTypepublic void setSettlementDiscountAmount(@Nullable SettlementDiscountAmountType value)
value - allowed object is
SettlementDiscountAmountType@Nullable public PenaltyAmountType getPenaltyAmount()
PenaltyAmountTypepublic void setPenaltyAmount(@Nullable PenaltyAmountType value)
value - allowed object is
PenaltyAmountType@Nullable public PaymentTermsDetailsURIType getPaymentTermsDetailsURI()
PaymentTermsDetailsURITypepublic void setPaymentTermsDetailsURI(@Nullable PaymentTermsDetailsURIType value)
value - allowed object is
PaymentTermsDetailsURIType@Nullable public PaymentDueDateType getPaymentDueDate()
PaymentDueDateTypepublic void setPaymentDueDate(@Nullable PaymentDueDateType value)
value - allowed object is
PaymentDueDateType@Nullable public InstallmentDueDateType getInstallmentDueDate()
InstallmentDueDateTypepublic void setInstallmentDueDate(@Nullable InstallmentDueDateType value)
value - allowed object is
InstallmentDueDateType@Nullable public InvoicingPartyReferenceType getInvoicingPartyReference()
InvoicingPartyReferenceTypepublic void setInvoicingPartyReference(@Nullable InvoicingPartyReferenceType value)
value - allowed object is
InvoicingPartyReferenceType@Nullable public PeriodType getSettlementPeriod()
PeriodTypepublic void setSettlementPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getPenaltyPeriod()
PeriodTypepublic void setPenaltyPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public ExchangeRateType getExchangeRate()
ExchangeRateTypepublic void setExchangeRate(@Nullable ExchangeRateType value)
value - allowed object is
ExchangeRateType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPaymentMeansID(@Nullable List<PaymentMeansIDType> aList)
aList - The new list member to set. May be <code>null</code>.public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPaymentMeansIDEntries()
public boolean hasNoPaymentMeansIDEntries()
@Nonnegative public int getPaymentMeansIDCount()
@Nullable public PaymentMeansIDType getPaymentMeansIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPaymentMeansID(@Nonnull PaymentMeansIDType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasNoteEntries()
public boolean hasNoNoteEntries()
@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PaymentTermsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PaymentTermsType clone()
@Nonnull public AmountType setAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SettlementDiscountAmountType setSettlementDiscountAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PenaltyAmountType setPenaltyAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ReferenceEventCodeType setReferenceEventCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaymentDueDateType setPaymentDueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaymentDueDateType setPaymentDueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public InstallmentDueDateType setInstallmentDueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public InstallmentDueDateType setInstallmentDueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PrepaidPaymentReferenceIDType setPrepaidPaymentReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaymentTermsDetailsURIType setPaymentTermsDetailsURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SettlementDiscountPercentType setSettlementDiscountPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PenaltySurchargePercentType setPenaltySurchargePercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaymentPercentType setPaymentPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public InvoicingPartyReferenceType setInvoicingPartyReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getPrepaidPaymentReferenceIDValue()
@Nullable public String getReferenceEventCodeValue()
@Nullable public BigDecimal getSettlementDiscountPercentValue()
@Nullable public BigDecimal getPenaltySurchargePercentValue()
@Nullable public BigDecimal getPaymentPercentValue()
@Nullable public BigDecimal getAmountValue()
@Nullable public BigDecimal getSettlementDiscountAmountValue()
@Nullable public BigDecimal getPenaltyAmountValue()
@Nullable public String getPaymentTermsDetailsURIValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getPaymentDueDateValue()
@Nullable public LocalDate getPaymentDueDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getInstallmentDueDateValue()
@Nullable public LocalDate getInstallmentDueDateValueLocal()
@Nullable public String getInvoicingPartyReferenceValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.