Class SecurityIdentification14
java.lang.Object
org.coderic.iso20022.messages.secl.SecurityIdentification14
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:secl.010.001.03}ISINIdentifier" minOccurs="0"/> <element name="OthrId" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}OtherIdentification1" maxOccurs="unbounded" minOccurs="0"/> <element name="Desc" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max140Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Details
-
SecurityIdentification14
public SecurityIdentification14()
-
-
Method Details
-
getISIN
Gets the value of the isin property.- Returns:
- possible object is
String
-
setISIN
Sets the value of the isin property.- Parameters:
value
- allowed object isString
-
getOthrId
Gets the value of the othrId property.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 Jakarta XML Binding 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
-
getDesc
Gets the value of the desc property.- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Parameters:
value
- allowed object isString
-