public class PaymentIdentification1 extends Object
Java-Klasse für PaymentIdentification1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der endToEndId-Eigenschaft ab.
|
String |
getInstrId()
Ruft den Wert der instrId-Eigenschaft ab.
|
void |
setEndToEndId(String value)
Legt den Wert der endToEndId-Eigenschaft fest.
|
void |
setInstrId(String value)
Legt den Wert der instrId-Eigenschaft fest.
|
public String getInstrId()
Stringpublic void setInstrId(String value)
value - allowed object is
Stringpublic String getEndToEndId()
StringCopyright © 2017. All rights reserved.