public class GenericIdentificationSEPA
extends java.lang.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 | Description |
---|---|---|
protected java.lang.String |
id |
|
protected RestrictedSEPACode |
idTp |
Constructor | Description |
---|---|
GenericIdentificationSEPA() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getId() |
Gets the value of the id property.
|
RestrictedSEPACode |
getIdTp() |
Gets the value of the idTp property.
|
void |
setId(java.lang.String value) |
Sets the value of the id property.
|
void |
setIdTp(RestrictedSEPACode value) |
Sets the value of the idTp property.
|
protected java.lang.String id
protected RestrictedSEPACode idTp
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public RestrictedSEPACode getIdTp()
RestrictedSEPACode
public void setIdTp(RestrictedSEPACode value)
value
- allowed object is
RestrictedSEPACode
Copyright © 2018. All rights reserved.