Class FinancialAccountType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.FinancialAccountType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccountFormatCodeTypeaccountFormatCodeprotected AccountTypeCodeTypeaccountTypeCodeprotected AliasNameTypealiasNameprotected CountryTypecountryprotected CurrencyCodeTypecurrencyCodeprotected BranchTypefinancialInstitutionBranchprotected IDTypeidprotected NameTypenameprotected List<PaymentNoteType>paymentNote
-
Constructor Summary
Constructors Constructor Description FinancialAccountType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountFormatCodeTypegetAccountFormatCode()Gets the value of the accountFormatCode property.AccountTypeCodeTypegetAccountTypeCode()Gets the value of the accountTypeCode property.AliasNameTypegetAliasName()Gets the value of the aliasName property.CountryTypegetCountry()Gets the value of the country property.CurrencyCodeTypegetCurrencyCode()Gets the value of the currencyCode property.BranchTypegetFinancialInstitutionBranch()Gets the value of the financialInstitutionBranch property.IDTypegetID()Gets the value of the id property.NameTypegetName()Gets the value of the name property.List<PaymentNoteType>getPaymentNote()Gets the value of the paymentNote property.voidsetAccountFormatCode(AccountFormatCodeType value)Sets the value of the accountFormatCode property.voidsetAccountTypeCode(AccountTypeCodeType value)Sets the value of the accountTypeCode property.voidsetAliasName(AliasNameType value)Sets the value of the aliasName property.voidsetCountry(CountryType value)Sets the value of the country property.voidsetCurrencyCode(CurrencyCodeType value)Sets the value of the currencyCode property.voidsetFinancialInstitutionBranch(BranchType value)Sets the value of the financialInstitutionBranch property.voidsetID(IDType value)Sets the value of the id property.voidsetName(NameType value)Sets the value of the name property.
-
-
-
Field Detail
-
id
protected IDType id
-
name
protected NameType name
-
aliasName
protected AliasNameType aliasName
-
accountTypeCode
protected AccountTypeCodeType accountTypeCode
-
accountFormatCode
protected AccountFormatCodeType accountFormatCode
-
currencyCode
protected CurrencyCodeType currencyCode
-
paymentNote
protected List<PaymentNoteType> paymentNote
-
financialInstitutionBranch
protected BranchType financialInstitutionBranch
-
country
protected CountryType country
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getName
public NameType getName()
Gets the value of the name property.- Returns:
- possible object is
NameType
-
setName
public void setName(NameType value)
Sets the value of the name property.- Parameters:
value- allowed object isNameType
-
getAliasName
public AliasNameType getAliasName()
Gets the value of the aliasName property.- Returns:
- possible object is
AliasNameType
-
setAliasName
public void setAliasName(AliasNameType value)
Sets the value of the aliasName property.- Parameters:
value- allowed object isAliasNameType
-
getAccountTypeCode
public AccountTypeCodeType getAccountTypeCode()
Gets the value of the accountTypeCode property.- Returns:
- possible object is
AccountTypeCodeType
-
setAccountTypeCode
public void setAccountTypeCode(AccountTypeCodeType value)
Sets the value of the accountTypeCode property.- Parameters:
value- allowed object isAccountTypeCodeType
-
getAccountFormatCode
public AccountFormatCodeType getAccountFormatCode()
Gets the value of the accountFormatCode property.- Returns:
- possible object is
AccountFormatCodeType
-
setAccountFormatCode
public void setAccountFormatCode(AccountFormatCodeType value)
Sets the value of the accountFormatCode property.- Parameters:
value- allowed object isAccountFormatCodeType
-
getCurrencyCode
public CurrencyCodeType getCurrencyCode()
Gets the value of the currencyCode property.- Returns:
- possible object is
CurrencyCodeType
-
setCurrencyCode
public void setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.- Parameters:
value- allowed object isCurrencyCodeType
-
getPaymentNote
public List<PaymentNoteType> getPaymentNote()
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
setmethod 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- Returns:
- The value of the paymentNote property.
-
getFinancialInstitutionBranch
public BranchType getFinancialInstitutionBranch()
Gets the value of the financialInstitutionBranch property.- Returns:
- possible object is
BranchType
-
setFinancialInstitutionBranch
public void setFinancialInstitutionBranch(BranchType value)
Sets the value of the financialInstitutionBranch property.- Parameters:
value- allowed object isBranchType
-
getCountry
public CountryType getCountry()
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
public void setCountry(CountryType value)
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-
-