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.008.002.02}RestrictedIdentificationSEPA1" minOccurs="0"/> <element name="EndToEndId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.002.02}RestrictedIdentificationSEPA1"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
endToEndId |
protected java.lang.String |
instrId |
Constructor and Description |
---|
PaymentIdentificationSEPA() |
Modifier and Type | Method and 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()
String
public void setInstrId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEndToEndId()
String
public void setEndToEndId(java.lang.String value)
value
- allowed object is
String