public class SecurityIdentification14
extends java.lang.Object
Java class for SecurityIdentification14 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityIdentification14">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ISIN" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ISINIdentifier" minOccurs="0"/>
<element name="OthrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}OtherIdentification1" maxOccurs="unbounded" minOccurs="0"/>
<element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max140Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
desc |
|
protected java.lang.String |
isin |
|
protected java.util.List<OtherIdentification1> |
othrId |
| Constructor | Description |
|---|---|
SecurityIdentification14() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getDesc() |
Gets the value of the desc property.
|
java.lang.String |
getISIN() |
Gets the value of the isin property.
|
java.util.List<OtherIdentification1> |
getOthrId() |
Gets the value of the othrId property.
|
void |
setDesc(java.lang.String value) |
Sets the value of the desc property.
|
void |
setISIN(java.lang.String value) |
Sets the value of the isin property.
|
protected java.lang.String isin
protected java.util.List<OtherIdentification1> othrId
protected java.lang.String desc
public java.lang.String getISIN()
Stringpublic void setISIN(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<OtherIdentification1> getOthrId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the othrId property.
For example, to add a new item, do as follows:
getOthrId().add(newItem);
Objects of the following type(s) are allowed in the list
OtherIdentification1
public java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.