public class OtherIdentification1 extends Object
Java class for OtherIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherIdentification1">
<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}Max35Text"/>
<element name="Sfx" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max16Text" minOccurs="0"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}IdentificationSource3Choice"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
sfx |
protected IdentificationSource3Choice |
tp |
| Constructor and Description |
|---|
OtherIdentification1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getSfx()
Gets the value of the sfx property.
|
IdentificationSource3Choice |
getTp()
Gets the value of the tp property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSfx(String value)
Sets the value of the sfx property.
|
void |
setTp(IdentificationSource3Choice value)
Sets the value of the tp property.
|
protected String id
protected String sfx
protected IdentificationSource3Choice tp
public void setId(String value)
value - allowed object is
Stringpublic String getSfx()
Stringpublic void setSfx(String value)
value - allowed object is
Stringpublic IdentificationSource3Choice getTp()
IdentificationSource3Choicepublic void setTp(IdentificationSource3Choice value)
value - allowed object is
IdentificationSource3ChoiceCopyright © 2018. All rights reserved.