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