Class FinancialInstrument57

java.lang.Object
org.coderic.iso20022.messages.setr.FinancialInstrument57

public class FinancialInstrument57 extends Object

Java class for FinancialInstrument57 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FinancialInstrument57">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}SecurityIdentification25Choice"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max350Text" minOccurs="0"/>
         <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="SplmtryId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="ClssTp" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="SctiesForm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}FormOfSecurity1Code" minOccurs="0"/>
         <element name="DstrbtnPlcy" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}DistributionPolicy1Code" minOccurs="0"/>
         <element name="PdctGrp" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max140Text" minOccurs="0"/>
         <element name="SrsId" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Series1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancialInstrument57

      public FinancialInstrument57()
  • Method Details

    • getId

      Gets the value of the id property.
      Returns:
      possible object is SecurityIdentification25Choice
    • setId

      public void setId(SecurityIdentification25Choice value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is SecurityIdentification25Choice
    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getShrtNm

      public String getShrtNm()
      Gets the value of the shrtNm property.
      Returns:
      possible object is String
    • setShrtNm

      public void setShrtNm(String value)
      Sets the value of the shrtNm property.
      Parameters:
      value - allowed object is String
    • getSplmtryId

      public String getSplmtryId()
      Gets the value of the splmtryId property.
      Returns:
      possible object is String
    • setSplmtryId

      public void setSplmtryId(String value)
      Sets the value of the splmtryId property.
      Parameters:
      value - allowed object is String
    • getClssTp

      public String getClssTp()
      Gets the value of the clssTp property.
      Returns:
      possible object is String
    • setClssTp

      public void setClssTp(String value)
      Sets the value of the clssTp property.
      Parameters:
      value - allowed object is String
    • getSctiesForm

      public FormOfSecurity1Code getSctiesForm()
      Gets the value of the sctiesForm property.
      Returns:
      possible object is FormOfSecurity1Code
    • setSctiesForm

      public void setSctiesForm(FormOfSecurity1Code value)
      Sets the value of the sctiesForm property.
      Parameters:
      value - allowed object is FormOfSecurity1Code
    • getDstrbtnPlcy

      public DistributionPolicy1Code getDstrbtnPlcy()
      Gets the value of the dstrbtnPlcy property.
      Returns:
      possible object is DistributionPolicy1Code
    • setDstrbtnPlcy

      public void setDstrbtnPlcy(DistributionPolicy1Code value)
      Sets the value of the dstrbtnPlcy property.
      Parameters:
      value - allowed object is DistributionPolicy1Code
    • getPdctGrp

      public String getPdctGrp()
      Gets the value of the pdctGrp property.
      Returns:
      possible object is String
    • setPdctGrp

      public void setPdctGrp(String value)
      Sets the value of the pdctGrp property.
      Parameters:
      value - allowed object is String
    • getSrsId

      public Series1 getSrsId()
      Gets the value of the srsId property.
      Returns:
      possible object is Series1
    • setSrsId

      public void setSrsId(Series1 value)
      Sets the value of the srsId property.
      Parameters:
      value - allowed object is Series1