Class CorporateActionOption217

java.lang.Object
org.coderic.iso20022.messages.seev.CorporateActionOption217

public class CorporateActionOption217 extends Object

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 Details

    • CorporateActionOption217

      public CorporateActionOption217()
  • Method Details

    • getOptnNb

      public String getOptnNb()
      Gets the value of the optnNb property.
      Returns:
      possible object is String
    • setOptnNb

      public void setOptnNb(String value)
      Sets the value of the optnNb property.
      Parameters:
      value - allowed object is String
    • getOptnTp

      public CorporateActionOption30Choice getOptnTp()
      Gets the value of the optnTp property.
      Returns:
      possible object is CorporateActionOption30Choice
    • setOptnTp

      public void setOptnTp(CorporateActionOption30Choice value)
      Sets the value of the optnTp property.
      Parameters:
      value - allowed object is CorporateActionOption30Choice
    • getSctiesMvmntDtls

      public List<SecuritiesOption76> 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

      public List<CashOption91> 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