| java.lang.Object | |
| ↳ | workday.com.bsvc.FinancialInstitutionWWSDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentData | |||||||||||
| bankCode | |||||||||||
| bankIdentifierCode | |||||||||||
| businessEntityData | |||||||||||
| createFinancialInstitutionFromCustomerReference | |||||||||||
| createFinancialInstitutionFromInvestorReference | |||||||||||
| createFinancialInstitutionFromSupplierReference | |||||||||||
| createFinancialInstitutionFromTaxAuthorityReference | |||||||||||
| financialInstitutionID | |||||||||||
| financialInstitutionName | |||||||||||
| financialInstitutionReferenceID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachmentData property.
| |||||||||||
Gets the value of the bankCode property.
| |||||||||||
Gets the value of the bankIdentifierCode property.
| |||||||||||
Gets the value of the businessEntityData property.
| |||||||||||
Gets the value of the createFinancialInstitutionFromCustomerReference property.
| |||||||||||
Gets the value of the createFinancialInstitutionFromInvestorReference property.
| |||||||||||
Gets the value of the createFinancialInstitutionFromSupplierReference property.
| |||||||||||
Gets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
| |||||||||||
Gets the value of the financialInstitutionID property.
| |||||||||||
Gets the value of the financialInstitutionName property.
| |||||||||||
Gets the value of the financialInstitutionReferenceID property.
| |||||||||||
Sets the value of the bankCode property.
| |||||||||||
Sets the value of the bankIdentifierCode property.
| |||||||||||
Sets the value of the businessEntityData property.
| |||||||||||
Sets the value of the createFinancialInstitutionFromCustomerReference property.
| |||||||||||
Sets the value of the createFinancialInstitutionFromInvestorReference property.
| |||||||||||
Sets the value of the createFinancialInstitutionFromSupplierReference property.
| |||||||||||
Sets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
| |||||||||||
Sets the value of the financialInstitutionID property.
| |||||||||||
Sets the value of the financialInstitutionName property.
| |||||||||||
Sets the value of the financialInstitutionReferenceID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the bankCode property.
Gets the value of the bankIdentifierCode property.
Gets the value of the businessEntityData property.
BusinessEntityWWSDataType
Gets the value of the createFinancialInstitutionFromCustomerReference property.
CustomerObjectType
Gets the value of the createFinancialInstitutionFromInvestorReference property.
InvestorObjectType
Gets the value of the createFinancialInstitutionFromSupplierReference property.
SupplierObjectType
Gets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
TaxAuthorityObjectType
Gets the value of the financialInstitutionID property.
Gets the value of the financialInstitutionName property.
Gets the value of the financialInstitutionReferenceID property.
Sets the value of the bankCode property.
| value | Allowed object is String |
|---|
Sets the value of the bankIdentifierCode property.
| value | Allowed object is String |
|---|
Sets the value of the businessEntityData property.
| value | Allowed object is
BusinessEntityWWSDataType
|
|---|
Sets the value of the createFinancialInstitutionFromCustomerReference property.
| value | Allowed object is
CustomerObjectType
|
|---|
Sets the value of the createFinancialInstitutionFromInvestorReference property.
| value | Allowed object is
InvestorObjectType
|
|---|
Sets the value of the createFinancialInstitutionFromSupplierReference property.
| value | Allowed object is
SupplierObjectType
|
|---|
Sets the value of the createFinancialInstitutionFromTaxAuthorityReference property.
| value | Allowed object is
TaxAuthorityObjectType
|
|---|
Sets the value of the financialInstitutionID property.
| value | Allowed object is String |
|---|
Sets the value of the financialInstitutionName property.
| value | Allowed object is String |
|---|
Sets the value of the financialInstitutionReferenceID property.
| value | Allowed object is String |
|---|