public class SecurityIdentification4Choice extends Object
Java class for SecurityIdentification4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityIdentification4Choice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="ISIN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}ISINIdentifier"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.02}AlternateSecurityIdentification2"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
isin |
protected AlternateSecurityIdentification2 |
prtry |
| Constructor and Description |
|---|
SecurityIdentification4Choice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getISIN()
Gets the value of the isin property.
|
AlternateSecurityIdentification2 |
getPrtry()
Gets the value of the prtry property.
|
void |
setISIN(String value)
Sets the value of the isin property.
|
void |
setPrtry(AlternateSecurityIdentification2 value)
Sets the value of the prtry property.
|
protected String isin
protected AlternateSecurityIdentification2 prtry
public String getISIN()
Stringpublic void setISIN(String value)
value - allowed object is
Stringpublic AlternateSecurityIdentification2 getPrtry()
AlternateSecurityIdentification2public void setPrtry(AlternateSecurityIdentification2 value)
value - allowed object is
AlternateSecurityIdentification2Copyright © 2020. All rights reserved.