Class CorporateActionOption217
Java class for CorporateActionOption217 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorporateActionOption217"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OptnNb" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}Exact3NumericText"/> <element name="OptnTp" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CorporateActionOption30Choice"/> <element name="SctiesMvmntDtls" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}SecuritiesOption76" maxOccurs="unbounded" minOccurs="0"/> <element name="CshMvmntDtls" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}CashOption91" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cshMvmntDtls property.Gets the value of the optnNb property.Gets the value of the optnTp property.Gets the value of the sctiesMvmntDtls property.void
Sets the value of the optnNb property.void
Sets the value of the optnTp property.
-
Constructor Details
-
CorporateActionOption217
public CorporateActionOption217()
-
-
Method Details
-
getOptnNb
Gets the value of the optnNb property.- Returns:
- possible object is
String
-
setOptnNb
Sets the value of the optnNb property.- Parameters:
value
- allowed object isString
-
getOptnTp
Gets the value of the optnTp property.- Returns:
- possible object is
CorporateActionOption30Choice
-
setOptnTp
Sets the value of the optnTp property.- Parameters:
value
- allowed object isCorporateActionOption30Choice
-
getSctiesMvmntDtls
Gets the value of the sctiesMvmntDtls 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 sctiesMvmntDtls property.For example, to add a new item, do as follows:
getSctiesMvmntDtls().add(newItem);
Objects of the following type(s) are allowed in the list
SecuritiesOption76
-
getCshMvmntDtls
Gets the value of the cshMvmntDtls 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 cshMvmntDtls property.For example, to add a new item, do as follows:
getCshMvmntDtls().add(newItem);
Objects of the following type(s) are allowed in the list
CashOption91
-