public class PaymentIdentificationSEPA
extends java.lang.Object
Java class for PaymentIdentificationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentIdentificationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InstrId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}RestrictedIdentificationSEPA1" minOccurs="0"/>
<element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.03}RestrictedIdentificationSEPA1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
endToEndId |
|
protected java.lang.String |
instrId |
| Constructor | Description |
|---|---|
PaymentIdentificationSEPA() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEndToEndId() |
Gets the value of the endToEndId property.
|
java.lang.String |
getInstrId() |
Gets the value of the instrId property.
|
void |
setEndToEndId(java.lang.String value) |
Sets the value of the endToEndId property.
|
void |
setInstrId(java.lang.String value) |
Sets the value of the instrId property.
|
protected java.lang.String instrId
protected java.lang.String endToEndId
public java.lang.String getInstrId()
Stringpublic void setInstrId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndToEndId()
Stringpublic void setEndToEndId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.