public class FinancialInstitutionIdentification5
extends java.lang.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 | Description |
---|---|---|
protected RestrictedIdentification1 |
prtryId |
Constructor | Description |
---|---|
FinancialInstitutionIdentification5() |
Modifier and Type | Method | 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()
RestrictedIdentification1
public void setPrtryId(RestrictedIdentification1 value)
value
- allowed object is
RestrictedIdentification1
Copyright © 2018. All rights reserved.