Class 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>
     
    • Constructor Detail

      • FinancialAccountType

        public FinancialAccountType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 is NameType
      • 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 is AliasNameType
      • setAccountTypeCode

        public void setAccountTypeCode​(AccountTypeCodeType value)
        Sets the value of the accountTypeCode property.
        Parameters:
        value - allowed object is AccountTypeCodeType
      • setCurrencyCode

        public void setCurrencyCode​(CurrencyCodeType value)
        Sets the value of the currencyCode property.
        Parameters:
        value - allowed object is CurrencyCodeType
      • 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 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

      • 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 is BranchType
      • 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 is CountryType