public class BranchType extends Object
Java class for BranchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BranchType">
<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}FinancialInstitution" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Address" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressType |
address |
protected FinancialInstitutionType |
financialInstitution |
protected IDType |
id |
protected NameType |
name |
| Constructor and Description |
|---|
BranchType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
FinancialInstitutionType |
getFinancialInstitution()
Gets the value of the financialInstitution property.
|
IDType |
getID()
Gets the value of the id property.
|
NameType |
getName()
Gets the value of the name property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setFinancialInstitution(FinancialInstitutionType value)
Sets the value of the financialInstitution 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 FinancialInstitutionType financialInstitution
protected AddressType address
public void setID(IDType value)
value - allowed object is
IDTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic FinancialInstitutionType getFinancialInstitution()
FinancialInstitutionTypepublic void setFinancialInstitution(FinancialInstitutionType value)
value - allowed object is
FinancialInstitutionTypepublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.