public class GenericIdentification30 extends Object
Java class for GenericIdentification30 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericIdentification30">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Exact4AlphaNumericText"/>
<element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text"/>
<element name="SchmeNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
issr |
protected String |
schmeNm |
| Constructor and Description |
|---|
GenericIdentification30() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getIssr()
Gets the value of the issr property.
|
String |
getSchmeNm()
Gets the value of the schmeNm property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIssr(String value)
Sets the value of the issr property.
|
void |
setSchmeNm(String value)
Sets the value of the schmeNm property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getIssr()
Stringpublic void setIssr(String value)
value - allowed object is
Stringpublic String getSchmeNm()
StringCopyright © 2018. All rights reserved.