Class FinancialInstitutionType


  • public class FinancialInstitutionType
    extends Object

    Java class for FinancialInstitutionType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="FinancialInstitutionType">
       <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:CommonAggregateComponents-2}Address" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FinancialInstitutionType

        public FinancialInstitutionType()
    • 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
      • getAddress

        public AddressType getAddress()
        Gets the value of the address property.
        Returns:
        possible object is AddressType
      • setAddress

        public void setAddress​(AddressType value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is AddressType