@CodingStyleguideUnaware public class FinancialAccountType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FinancialAccountType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPaymentNote(PaymentNoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FinancialAccountType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FinancialAccountType 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
|
AccountFormatCodeType |
getAccountFormatCode()
<pre>
<?
|
String |
getAccountFormatCodeValue()
Get the value of the contained AccountFormatCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
AccountTypeCodeType |
getAccountTypeCode()
<pre>
<?
|
String |
getAccountTypeCodeValue()
Get the value of the contained AccountTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
AliasNameType |
getAliasName()
<pre>
<?
|
String |
getAliasNameValue()
Get the value of the contained AliasNameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
CountryType |
getCountry()
<pre>
<?
|
CurrencyCodeType |
getCurrencyCode()
<pre>
<?
|
String |
getCurrencyCodeValue()
Get the value of the contained CurrencyCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
BranchType |
getFinancialInstitutionBranch()
<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
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<PaymentNoteType> |
getPaymentNote()
<pre>
<?
|
PaymentNoteType |
getPaymentNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPaymentNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPaymentNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPaymentNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAccountFormatCode(AccountFormatCodeType value)
Sets the value of the accountFormatCode property.
|
AccountFormatCodeType |
setAccountFormatCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAccountTypeCode(AccountTypeCodeType value)
Sets the value of the accountTypeCode property.
|
AccountTypeCodeType |
setAccountTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAliasName(AliasNameType value)
Sets the value of the aliasName property.
|
AliasNameType |
setAliasName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.
|
CurrencyCodeType |
setCurrencyCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFinancialInstitutionBranch(BranchType value)
Sets the value of the financialInstitutionBranch 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 |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPaymentNote(List<PaymentNoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FinancialAccountType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public AliasNameType getAliasName()
AliasNameTypepublic void setAliasName(@Nullable AliasNameType value)
value - allowed object is
AliasNameType@Nullable public AccountTypeCodeType getAccountTypeCode()
AccountTypeCodeTypepublic void setAccountTypeCode(@Nullable AccountTypeCodeType value)
value - allowed object is
AccountTypeCodeType@Nullable public AccountFormatCodeType getAccountFormatCode()
AccountFormatCodeTypepublic void setAccountFormatCode(@Nullable AccountFormatCodeType value)
value - allowed object is
AccountFormatCodeType@Nullable public CurrencyCodeType getCurrencyCode()
CurrencyCodeTypepublic void setCurrencyCode(@Nullable CurrencyCodeType value)
value - allowed object is
CurrencyCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PaymentNoteType> getPaymentNote()
PaymentNoteType@Nullable public BranchType getFinancialInstitutionBranch()
BranchTypepublic void setFinancialInstitutionBranch(@Nullable BranchType value)
value - allowed object is
BranchType@Nullable public CountryType getCountry()
CountryTypepublic void setCountry(@Nullable CountryType value)
value - allowed object is
CountryTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPaymentNote(@Nullable List<PaymentNoteType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPaymentNoteEntries()
public boolean hasNoPaymentNoteEntries()
@Nonnegative public int getPaymentNoteCount()
@Nullable public PaymentNoteType getPaymentNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPaymentNote(@Nonnull PaymentNoteType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull FinancialAccountType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public FinancialAccountType clone()
@Nonnull public AccountTypeCodeType setAccountTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AccountFormatCodeType setAccountFormatCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CurrencyCodeType setCurrencyCode(@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 NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AliasNameType setAliasName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getNameValue()
@Nullable public String getAliasNameValue()
@Nullable public String getAccountTypeCodeValue()
@Nullable public String getAccountFormatCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.