public class FinancialAccountType extends Object
Java class for FinancialAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AliasName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountFormatCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CurrencyCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentNote" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FinancialInstitutionBranch" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Country" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountFormatCodeType |
accountFormatCode |
protected AccountTypeCodeType |
accountTypeCode |
protected AliasNameType |
aliasName |
protected CountryType |
country |
protected CurrencyCodeType |
currencyCode |
protected BranchType |
financialInstitutionBranch |
protected IDType |
id |
protected NameType |
name |
protected List<PaymentNoteType> |
paymentNote |
| Constructor and Description |
|---|
FinancialAccountType() |
| Modifier and Type | Method and Description |
|---|---|
AccountFormatCodeType |
getAccountFormatCode()
Gets the value of the accountFormatCode property.
|
AccountTypeCodeType |
getAccountTypeCode()
Gets the value of the accountTypeCode property.
|
AliasNameType |
getAliasName()
Gets the value of the aliasName property.
|
CountryType |
getCountry()
Gets the value of the country property.
|
CurrencyCodeType |
getCurrencyCode()
Gets the value of the currencyCode property.
|
BranchType |
getFinancialInstitutionBranch()
Gets the value of the financialInstitutionBranch property.
|
IDType |
getID()
Gets the value of the id property.
|
NameType |
getName()
Gets the value of the name property.
|
List<PaymentNoteType> |
getPaymentNote()
Gets the value of the paymentNote property.
|
void |
setAccountFormatCode(AccountFormatCodeType value)
Sets the value of the accountFormatCode property.
|
void |
setAccountTypeCode(AccountTypeCodeType value)
Sets the value of the accountTypeCode property.
|
void |
setAliasName(AliasNameType value)
Sets the value of the aliasName property.
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.
|
void |
setFinancialInstitutionBranch(BranchType value)
Sets the value of the financialInstitutionBranch property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
protected IDType id
protected NameType name
protected AliasNameType aliasName
protected AccountTypeCodeType accountTypeCode
protected AccountFormatCodeType accountFormatCode
protected CurrencyCodeType currencyCode
protected List<PaymentNoteType> paymentNote
protected BranchType financialInstitutionBranch
protected CountryType country
public void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic AliasNameType getAliasName()
AliasNameTypepublic void setAliasName(AliasNameType value)
value - allowed object is
AliasNameTypepublic AccountTypeCodeType getAccountTypeCode()
AccountTypeCodeTypepublic void setAccountTypeCode(AccountTypeCodeType value)
value - allowed object is
AccountTypeCodeTypepublic AccountFormatCodeType getAccountFormatCode()
AccountFormatCodeTypepublic void setAccountFormatCode(AccountFormatCodeType value)
value - allowed object is
AccountFormatCodeTypepublic CurrencyCodeType getCurrencyCode()
CurrencyCodeTypepublic void setCurrencyCode(CurrencyCodeType value)
value - allowed object is
CurrencyCodeTypepublic List<PaymentNoteType> getPaymentNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentNote property.
For example, to add a new item, do as follows:
getPaymentNote().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentNoteType
public BranchType getFinancialInstitutionBranch()
BranchTypepublic void setFinancialInstitutionBranch(BranchType value)
value - allowed object is
BranchTypepublic CountryType getCountry()
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.