public class

FinancialInstitutionWWSDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.FinancialInstitutionWWSDataType

Class Overview

Contains data for a Financial Institution

Java class for Financial_Institution_WWS_DataType complex type.

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

 <complexType name="Financial_Institution_WWS_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Financial_Institution_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Financial_Institution_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Financial_Institution_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Create_Financial_Institution_from_Customer_Reference" type="{urn:com.workday/bsvc}CustomerObjectType" minOccurs="0"/>
           <element name="Create_Financial_Institution_from_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Tax_AuthorityObjectType" minOccurs="0"/>
           <element name="Create_Financial_Institution_from_Supplier_Reference" type="{urn:com.workday/bsvc}SupplierObjectType" minOccurs="0"/>
           <element name="Create_Financial_Institution_from_Investor_Reference" type="{urn:com.workday/bsvc}InvestorObjectType" minOccurs="0"/>
         </choice>
         <element name="Bank_Identifier_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Bank_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Business_Entity_Data" type="{urn:com.workday/bsvc}Business_Entity_WWS_DataType"/>
         <element name="Attachment_Data" type="{urn:com.workday/bsvc}Financials_Attachment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<FinancialsAttachmentDataType> attachmentData
protected String bankCode
protected String bankIdentifierCode
protected BusinessEntityWWSDataType businessEntityData
protected CustomerObjectType createFinancialInstitutionFromCustomerReference
protected InvestorObjectType createFinancialInstitutionFromInvestorReference
protected SupplierObjectType createFinancialInstitutionFromSupplierReference
protected TaxAuthorityObjectType createFinancialInstitutionFromTaxAuthorityReference
protected String financialInstitutionID
protected String financialInstitutionName
protected String financialInstitutionReferenceID
Public Constructors
FinancialInstitutionWWSDataType()
Public Methods
List<FinancialsAttachmentDataType> getAttachmentData()
Gets the value of the attachmentData property.
String getBankCode()
Gets the value of the bankCode property.
String getBankIdentifierCode()
Gets the value of the bankIdentifierCode property.
BusinessEntityWWSDataType getBusinessEntityData()
Gets the value of the businessEntityData property.
CustomerObjectType getCreateFinancialInstitutionFromCustomerReference()
Gets the value of the createFinancialInstitutionFromCustomerReference property.
InvestorObjectType getCreateFinancialInstitutionFromInvestorReference()
Gets the value of the createFinancialInstitutionFromInvestorReference property.
SupplierObjectType getCreateFinancialInstitutionFromSupplierReference()
Gets the value of the createFinancialInstitutionFromSupplierReference property.
TaxAuthorityObjectType getCreateFinancialInstitutionFromTaxAuthorityReference()
Gets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
String getFinancialInstitutionID()
Gets the value of the financialInstitutionID property.
String getFinancialInstitutionName()
Gets the value of the financialInstitutionName property.
String getFinancialInstitutionReferenceID()
Gets the value of the financialInstitutionReferenceID property.
void setBankCode(String value)
Sets the value of the bankCode property.
void setBankIdentifierCode(String value)
Sets the value of the bankIdentifierCode property.
void setBusinessEntityData(BusinessEntityWWSDataType value)
Sets the value of the businessEntityData property.
void setCreateFinancialInstitutionFromCustomerReference(CustomerObjectType value)
Sets the value of the createFinancialInstitutionFromCustomerReference property.
void setCreateFinancialInstitutionFromInvestorReference(InvestorObjectType value)
Sets the value of the createFinancialInstitutionFromInvestorReference property.
void setCreateFinancialInstitutionFromSupplierReference(SupplierObjectType value)
Sets the value of the createFinancialInstitutionFromSupplierReference property.
void setCreateFinancialInstitutionFromTaxAuthorityReference(TaxAuthorityObjectType value)
Sets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
void setFinancialInstitutionID(String value)
Sets the value of the financialInstitutionID property.
void setFinancialInstitutionName(String value)
Sets the value of the financialInstitutionName property.
void setFinancialInstitutionReferenceID(String value)
Sets the value of the financialInstitutionReferenceID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<FinancialsAttachmentDataType> attachmentData

protected String bankCode

protected String bankIdentifierCode

protected BusinessEntityWWSDataType businessEntityData

protected CustomerObjectType createFinancialInstitutionFromCustomerReference

protected InvestorObjectType createFinancialInstitutionFromInvestorReference

protected SupplierObjectType createFinancialInstitutionFromSupplierReference

protected TaxAuthorityObjectType createFinancialInstitutionFromTaxAuthorityReference

protected String financialInstitutionID

protected String financialInstitutionName

protected String financialInstitutionReferenceID

Public Constructors

public FinancialInstitutionWWSDataType ()

Public Methods

public List<FinancialsAttachmentDataType> getAttachmentData ()

Gets the value of the attachmentData 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 attachmentData property.

For example, to add a new item, do as follows:

    getAttachmentData().add(newItem);
 

Objects of the following type(s) are allowed in the list FinancialsAttachmentDataType

public String getBankCode ()

Gets the value of the bankCode property.

Returns
  • possible object is String

public String getBankIdentifierCode ()

Gets the value of the bankIdentifierCode property.

Returns
  • possible object is String

public BusinessEntityWWSDataType getBusinessEntityData ()

Gets the value of the businessEntityData property.

Returns

public CustomerObjectType getCreateFinancialInstitutionFromCustomerReference ()

Gets the value of the createFinancialInstitutionFromCustomerReference property.

Returns

public InvestorObjectType getCreateFinancialInstitutionFromInvestorReference ()

Gets the value of the createFinancialInstitutionFromInvestorReference property.

Returns

public SupplierObjectType getCreateFinancialInstitutionFromSupplierReference ()

Gets the value of the createFinancialInstitutionFromSupplierReference property.

Returns

public TaxAuthorityObjectType getCreateFinancialInstitutionFromTaxAuthorityReference ()

Gets the value of the createFinancialInstitutionFromTaxAuthorityReference property.

Returns

public String getFinancialInstitutionID ()

Gets the value of the financialInstitutionID property.

Returns
  • possible object is String

public String getFinancialInstitutionName ()

Gets the value of the financialInstitutionName property.

Returns
  • possible object is String

public String getFinancialInstitutionReferenceID ()

Gets the value of the financialInstitutionReferenceID property.

Returns
  • possible object is String

public void setBankCode (String value)

Sets the value of the bankCode property.

Parameters
value Allowed object is String

public void setBankIdentifierCode (String value)

Sets the value of the bankIdentifierCode property.

Parameters
value Allowed object is String

public void setBusinessEntityData (BusinessEntityWWSDataType value)

Sets the value of the businessEntityData property.

Parameters
value Allowed object is BusinessEntityWWSDataType

public void setCreateFinancialInstitutionFromCustomerReference (CustomerObjectType value)

Sets the value of the createFinancialInstitutionFromCustomerReference property.

Parameters
value Allowed object is CustomerObjectType

public void setCreateFinancialInstitutionFromInvestorReference (InvestorObjectType value)

Sets the value of the createFinancialInstitutionFromInvestorReference property.

Parameters
value Allowed object is InvestorObjectType

public void setCreateFinancialInstitutionFromSupplierReference (SupplierObjectType value)

Sets the value of the createFinancialInstitutionFromSupplierReference property.

Parameters
value Allowed object is SupplierObjectType

public void setCreateFinancialInstitutionFromTaxAuthorityReference (TaxAuthorityObjectType value)

Sets the value of the createFinancialInstitutionFromTaxAuthorityReference property.

Parameters
value Allowed object is TaxAuthorityObjectType

public void setFinancialInstitutionID (String value)

Sets the value of the financialInstitutionID property.

Parameters
value Allowed object is String

public void setFinancialInstitutionName (String value)

Sets the value of the financialInstitutionName property.

Parameters
value Allowed object is String

public void setFinancialInstitutionReferenceID (String value)

Sets the value of the financialInstitutionReferenceID property.

Parameters
value Allowed object is String