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