public class GenericIdentificationSEPA extends Object
Java-Klasse für GenericIdentificationSEPA complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="GenericIdentificationSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification3"/>
<element name="IdTp" type="{urn:swift:xsd:$pain.002.002.02}RestrictedSEPACode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected RestrictedSEPACode |
idTp |
| Constructor and Description |
|---|
GenericIdentificationSEPA() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
RestrictedSEPACode |
getIdTp()
Ruft den Wert der idTp-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setIdTp(RestrictedSEPACode value)
Legt den Wert der idTp-Eigenschaft fest.
|
protected String id
protected RestrictedSEPACode idTp
public void setId(String value)
value - allowed object is
Stringpublic RestrictedSEPACode getIdTp()
RestrictedSEPACodepublic void setIdTp(RestrictedSEPACode value)
value - allowed object is
RestrictedSEPACodeCopyright © 2018. All rights reserved.