public class FinancialInstitutionIdentification5 extends Object
Java class for FinancialInstitutionIdentification5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinancialInstitutionIdentification5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrtryId" type="{urn:sepade:xsd:pain.008.001.01}RestrictedIdentification1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RestrictedIdentification1 |
prtryId |
| Constructor and Description |
|---|
FinancialInstitutionIdentification5() |
| Modifier and Type | Method and Description |
|---|---|
RestrictedIdentification1 |
getPrtryId()
Gets the value of the prtryId property.
|
void |
setPrtryId(RestrictedIdentification1 value)
Sets the value of the prtryId property.
|
protected RestrictedIdentification1 prtryId
public RestrictedIdentification1 getPrtryId()
RestrictedIdentification1public void setPrtryId(RestrictedIdentification1 value)
value - allowed object is
RestrictedIdentification1Copyright © 2020. All rights reserved.