@CodingStyleguideUnaware public class PaymentMandateType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PaymentMandateType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClause(ClauseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentMandateType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PaymentMandateType 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
|
List<ClauseType> |
getClause()
<pre>
<?
|
ClauseType |
getClauseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getClauseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MandateTypeCodeType |
getMandateTypeCode()
<pre>
<?
|
String |
getMandateTypeCodeValue()
Get the value of the contained MandateTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumPaidAmountType |
getMaximumPaidAmount()
<pre>
<?
|
BigDecimal |
getMaximumPaidAmountValue()
Get the value of the contained MaximumPaidAmountType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumPaymentInstructionsNumericType |
getMaximumPaymentInstructionsNumeric()
<pre>
<?
|
BigDecimal |
getMaximumPaymentInstructionsNumericValue()
Get the value of the contained MaximumPaymentInstructionsNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
FinancialAccountType |
getPayerFinancialAccount()
<pre>
<?
|
PartyType |
getPayerParty()
<pre>
<?
|
PeriodType |
getPaymentReversalPeriod()
<pre>
<?
|
SignatureIDType |
getSignatureID()
<pre>
<?
|
String |
getSignatureIDValue()
Get the value of the contained SignatureIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getValidityPeriod()
<pre>
<?
|
boolean |
hasClauseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoClauseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setClause(List<ClauseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
setMandateTypeCode(MandateTypeCodeType value)
Sets the value of the mandateTypeCode property.
|
MandateTypeCodeType |
setMandateTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MaximumPaidAmountType |
setMaximumPaidAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumPaidAmount(MaximumPaidAmountType value)
Sets the value of the maximumPaidAmount property.
|
MaximumPaymentInstructionsNumericType |
setMaximumPaymentInstructionsNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMaximumPaymentInstructionsNumeric(MaximumPaymentInstructionsNumericType value)
Sets the value of the maximumPaymentInstructionsNumeric property.
|
void |
setPayerFinancialAccount(FinancialAccountType value)
Sets the value of the payerFinancialAccount property.
|
void |
setPayerParty(PartyType value)
Sets the value of the payerParty property.
|
void |
setPaymentReversalPeriod(PeriodType value)
Sets the value of the paymentReversalPeriod property.
|
void |
setSignatureID(SignatureIDType value)
Sets the value of the signatureID property.
|
SignatureIDType |
setSignatureID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PaymentMandateType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public MandateTypeCodeType getMandateTypeCode()
MandateTypeCodeTypepublic void setMandateTypeCode(@Nullable MandateTypeCodeType value)
value - allowed object is
MandateTypeCodeType@Nullable public MaximumPaymentInstructionsNumericType getMaximumPaymentInstructionsNumeric()
MaximumPaymentInstructionsNumericTypepublic void setMaximumPaymentInstructionsNumeric(@Nullable MaximumPaymentInstructionsNumericType value)
value - allowed object is
MaximumPaymentInstructionsNumericType@Nullable public MaximumPaidAmountType getMaximumPaidAmount()
MaximumPaidAmountTypepublic void setMaximumPaidAmount(@Nullable MaximumPaidAmountType value)
value - allowed object is
MaximumPaidAmountType@Nullable public SignatureIDType getSignatureID()
SignatureIDTypepublic void setSignatureID(@Nullable SignatureIDType value)
value - allowed object is
SignatureIDType@Nullable public PartyType getPayerParty()
PartyTypepublic void setPayerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public FinancialAccountType getPayerFinancialAccount()
FinancialAccountTypepublic void setPayerFinancialAccount(@Nullable FinancialAccountType value)
value - allowed object is
FinancialAccountType@Nullable public PeriodType getValidityPeriod()
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getPaymentReversalPeriod()
PeriodTypepublic void setPaymentReversalPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ClauseType> getClause()
ClauseTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setClause(@Nullable List<ClauseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasClauseEntries()
public boolean hasNoClauseEntries()
@Nonnegative public int getClauseCount()
@Nullable public ClauseType getClauseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addClause(@Nonnull ClauseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PaymentMandateType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PaymentMandateType clone()
@Nonnull public MaximumPaidAmountType setMaximumPaidAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MandateTypeCodeType setMandateTypeCode(@Nullable String 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 SignatureIDType setSignatureID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MaximumPaymentInstructionsNumericType setMaximumPaymentInstructionsNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getMandateTypeCodeValue()
@Nullable public BigDecimal getMaximumPaymentInstructionsNumericValue()
@Nullable public BigDecimal getMaximumPaidAmountValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.