public class BranchType 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>Branch. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a branch or a division of an organization.</ccts:Definition>
<ccts:ObjectClass>Branch</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
FinancialInstitutionType |
getFinancialInstitution()
<?
|
IDType |
getID()
<?
|
NameType |
getName()
<?
|
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 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>Branch. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this branch or division of an organization.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Branch</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</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>Branch. Name</ccts:DictionaryEntryName>
<ccts:Definition>The name of this branch or division of an organization.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Branch</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 FinancialInstitutionType getFinancialInstitution()
<?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>Branch. Financial Institution</ccts:DictionaryEntryName>
<ccts:Definition>The financial institution that this branch belongs to (if applicable).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Branch</ccts:ObjectClass>
<ccts:PropertyTerm>Financial Institution</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Financial Institution</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Financial Institution</ccts:RepresentationTerm>
</ccts:Component>
FinancialInstitutionTypepublic void setFinancialInstitution(FinancialInstitutionType value)
value - allowed object is
FinancialInstitutionTypepublic AddressType getAddress()
<?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>Branch. Address</ccts:DictionaryEntryName>
<ccts:Definition>The address of this branch or division.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Branch</ccts:ObjectClass>
<ccts:PropertyTerm>Address</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Address</ccts:RepresentationTerm>
</ccts:Component>
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.