Class BranchType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.BranchType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AddressTypeaddressprotected FinancialInstitutionTypefinancialInstitutionprotected IDTypeidprotected NameTypename
-
Constructor Summary
Constructors Constructor Description BranchType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressTypegetAddress()Gets the value of the address property.FinancialInstitutionTypegetFinancialInstitution()Gets the value of the financialInstitution property.IDTypegetID()Gets the value of the id property.NameTypegetName()Gets the value of the name property.voidsetAddress(AddressType value)Sets the value of the address property.voidsetFinancialInstitution(FinancialInstitutionType value)Sets the value of the financialInstitution 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
-
financialInstitution
protected FinancialInstitutionType financialInstitution
-
address
protected AddressType address
-
-
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
-
getFinancialInstitution
public FinancialInstitutionType getFinancialInstitution()
Gets the value of the financialInstitution property.- Returns:
- possible object is
FinancialInstitutionType
-
setFinancialInstitution
public void setFinancialInstitution(FinancialInstitutionType value)
Sets the value of the financialInstitution property.- Parameters:
value- allowed object isFinancialInstitutionType
-
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 isAddressType
-
-