public class FinancialAccountType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a financial account.</ccts:Definition>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
AccountTypeCodeType |
getAccountTypeCode()
<?
|
AliasNameType |
getAliasName()
<?
|
CountryType |
getCountry()
<?
|
CurrencyCodeType |
getCurrencyCode()
<?
|
BranchType |
getFinancialInstitutionBranch()
<?
|
IDType |
getID()
<?
|
NameType |
getName()
<?
|
List<PaymentNoteType> |
getPaymentNote()
<?
|
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>The identifier for this financial account; the bank account number.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
<ccts:Examples>SWIFT(BIC) and IBAN are defined in ISO 9362 and ISO 13616.</ccts:Examples>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
</ccts:Component>
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic AliasNameType getAliasName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Alias_ Name. Name</ccts:DictionaryEntryName>
<ccts:Definition>An alias for the name of this financial account, to be used in place of the actual account name for security reasons.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Alias</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Name</ccts:PropertyTerm>
<ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
<ccts:DataType>Name. Type</ccts:DataType>
</ccts:Component>
AliasNameTypepublic void setAliasName(AliasNameType value)
value - allowed object is
AliasNameTypepublic AccountTypeCodeType getAccountTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Account Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of this financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Account Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
AccountTypeCodeTypepublic void setAccountTypeCode(AccountTypeCodeType value)
value - allowed object is
AccountTypeCodeTypepublic AccountFormatCodeType getAccountFormatCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Account Format Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the format of this financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Account Format Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
<ccts:Examples>ISO20022 Clearing System Identification Code</ccts:Examples>
</ccts:Component>
AccountFormatCodeTypepublic void setAccountFormatCode(AccountFormatCodeType value)
value - allowed object is
AccountFormatCodeTypepublic CurrencyCodeType getCurrencyCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Currency Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the currency in which this financial account is held.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Currency Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataTypeQualifier>Currency</ccts:DataTypeQualifier>
<ccts:DataType>Currency_ Code. Type</ccts:DataType>
</ccts:Component>
CurrencyCodeTypepublic void setCurrencyCode(CurrencyCodeType value)
value - allowed object is
CurrencyCodeTypepublic List<PaymentNoteType> getPaymentNote()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Payment_ Note. Text</ccts:DictionaryEntryName>
<ccts:Definition>Free-form text applying to the Payment for the owner of this account.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Payment</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Note</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the paymentNote property.
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Financial Institution_ Branch. Branch</ccts:DictionaryEntryName>
<ccts:Definition>The branch of the financial institution associated with this financial account.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Financial Institution</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Branch</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Branch</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Branch</ccts:RepresentationTerm>
</ccts:Component>
BranchTypepublic void setFinancialInstitutionBranch(BranchType value)
value - allowed object is
BranchTypepublic CountryType getCountry()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Financial Account. Country</ccts:DictionaryEntryName>
<ccts:Definition>The country in which the holder of the financial account is domiciled.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Financial Account</ccts:ObjectClass>
<ccts:PropertyTerm>Country</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Country</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Country</ccts:RepresentationTerm>
</ccts:Component>
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.