public class GenericIdentificationSEPA extends Object
Java class for GenericIdentificationSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the id property.
|
RestrictedSEPACode |
getIdTp()
Gets the value of the idTp property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdTp(RestrictedSEPACode value)
Sets the value of the idTp property.
|
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.