@CodingStyleguideUnaware public class PaymentMeansType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PaymentMeansType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInstructionNote(InstructionNoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPaymentID(PaymentIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentMeansType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PaymentMeansType 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
|
CardAccountType |
getCardAccount()
<pre>
<?
|
CreditAccountType |
getCreditAccount()
<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
|
InstructionIDType |
getInstructionID()
<pre>
<?
|
String |
getInstructionIDValue()
Get the value of the contained InstructionIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<InstructionNoteType> |
getInstructionNote()
<pre>
<?
|
InstructionNoteType |
getInstructionNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getInstructionNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FinancialAccountType |
getPayeeFinancialAccount()
<pre>
<?
|
FinancialAccountType |
getPayerFinancialAccount()
<pre>
<?
|
PaymentChannelCodeType |
getPaymentChannelCode()
<pre>
<?
|
String |
getPaymentChannelCodeValue()
Get the value of the contained PaymentChannelCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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<PaymentIDType> |
getPaymentID()
<pre>
<?
|
PaymentIDType |
getPaymentIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPaymentIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PaymentMandateType |
getPaymentMandate()
<pre>
<?
|
PaymentMeansCodeType |
getPaymentMeansCode()
<pre>
<?
|
String |
getPaymentMeansCodeValue()
Get the value of the contained PaymentMeansCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TradeFinancingType |
getTradeFinancing()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasInstructionNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoInstructionNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPaymentIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPaymentIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCardAccount(CardAccountType value)
Sets the value of the cardAccount property.
|
void |
setCreditAccount(CreditAccountType value)
Sets the value of the creditAccount 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 |
setInstructionID(InstructionIDType value)
Sets the value of the instructionID property.
|
InstructionIDType |
setInstructionID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setInstructionNote(List<InstructionNoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPayeeFinancialAccount(FinancialAccountType value)
Sets the value of the payeeFinancialAccount property.
|
void |
setPayerFinancialAccount(FinancialAccountType value)
Sets the value of the payerFinancialAccount property.
|
void |
setPaymentChannelCode(PaymentChannelCodeType value)
Sets the value of the paymentChannelCode property.
|
PaymentChannelCodeType |
setPaymentChannelCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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 |
setPaymentID(List<PaymentIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPaymentMandate(PaymentMandateType value)
Sets the value of the paymentMandate property.
|
void |
setPaymentMeansCode(PaymentMeansCodeType value)
Sets the value of the paymentMeansCode property.
|
PaymentMeansCodeType |
setPaymentMeansCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTradeFinancing(TradeFinancingType value)
Sets the value of the tradeFinancing property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PaymentMeansType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public PaymentMeansCodeType getPaymentMeansCode()
PaymentMeansCodeTypepublic void setPaymentMeansCode(@Nullable PaymentMeansCodeType value)
value - allowed object is
PaymentMeansCodeType@Nullable public PaymentDueDateType getPaymentDueDate()
PaymentDueDateTypepublic void setPaymentDueDate(@Nullable PaymentDueDateType value)
value - allowed object is
PaymentDueDateType@Nullable public PaymentChannelCodeType getPaymentChannelCode()
PaymentChannelCodeTypepublic void setPaymentChannelCode(@Nullable PaymentChannelCodeType value)
value - allowed object is
PaymentChannelCodeType@Nullable public InstructionIDType getInstructionID()
InstructionIDTypepublic void setInstructionID(@Nullable InstructionIDType value)
value - allowed object is
InstructionIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<InstructionNoteType> getInstructionNote()
InstructionNoteType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PaymentIDType> getPaymentID()
PaymentIDType@Nullable public CardAccountType getCardAccount()
CardAccountTypepublic void setCardAccount(@Nullable CardAccountType value)
value - allowed object is
CardAccountType@Nullable public FinancialAccountType getPayerFinancialAccount()
FinancialAccountTypepublic void setPayerFinancialAccount(@Nullable FinancialAccountType value)
value - allowed object is
FinancialAccountType@Nullable public FinancialAccountType getPayeeFinancialAccount()
FinancialAccountTypepublic void setPayeeFinancialAccount(@Nullable FinancialAccountType value)
value - allowed object is
FinancialAccountType@Nullable public CreditAccountType getCreditAccount()
CreditAccountTypepublic void setCreditAccount(@Nullable CreditAccountType value)
value - allowed object is
CreditAccountType@Nullable public PaymentMandateType getPaymentMandate()
PaymentMandateTypepublic void setPaymentMandate(@Nullable PaymentMandateType value)
value - allowed object is
PaymentMandateType@Nullable public TradeFinancingType getTradeFinancing()
TradeFinancingTypepublic void setTradeFinancing(@Nullable TradeFinancingType value)
value - allowed object is
TradeFinancingTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setInstructionNote(@Nullable List<InstructionNoteType> aList)
aList - The new list member to set. May be <code>null</code>.public void setPaymentID(@Nullable List<PaymentIDType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasInstructionNoteEntries()
public boolean hasNoInstructionNoteEntries()
@Nonnegative public int getInstructionNoteCount()
@Nullable public InstructionNoteType getInstructionNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addInstructionNote(@Nonnull InstructionNoteType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasPaymentIDEntries()
public boolean hasNoPaymentIDEntries()
@Nonnegative public int getPaymentIDCount()
@Nullable public PaymentIDType getPaymentIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPaymentID(@Nonnull PaymentIDType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PaymentMeansType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PaymentMeansType clone()
@Nonnull public PaymentMeansCodeType setPaymentMeansCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PaymentChannelCodeType setPaymentChannelCode(@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 IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public InstructionIDType setInstructionID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getPaymentMeansCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getPaymentDueDateValue()
@Nullable public LocalDate getPaymentDueDateValueLocal()
@Nullable public String getPaymentChannelCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.