Class FinancialItemParameters1

java.lang.Object
org.coderic.iso20022.messages.tsin.FinancialItemParameters1

public class FinancialItemParameters1 extends Object

Java class for FinancialItemParameters1 complex type.

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

 <complexType name="FinancialItemParameters1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Idr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max35Text"/>
         <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ISODate"/>
         <element name="RltdItm" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="DocPurp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}ExternalDocumentPurpose1Code" minOccurs="0"/>
         <element name="LangCd" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}LanguageCode" minOccurs="0"/>
         <element name="Issr" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="Rcpt" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="Buyr" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="Sellr" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="SellrFinAgt" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="BuyrFinAgt" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="GovngCtrct" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LglCntxt" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
         <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CurrencyCode" minOccurs="0"/>
         <element name="DbtAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AccountIdentification4Choice" minOccurs="0"/>
         <element name="CdtAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}AccountIdentification4Choice" minOccurs="0"/>
         <element name="TradMkt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}TradeMarket1Choice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancialItemParameters1

      public FinancialItemParameters1()
  • Method Details

    • getIdr

      public String getIdr()
      Gets the value of the idr property.
      Returns:
      possible object is String
    • setIdr

      public void setIdr(String value)
      Sets the value of the idr property.
      Parameters:
      value - allowed object is String
    • getIsseDt

      public XMLGregorianCalendar getIsseDt()
      Gets the value of the isseDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setIsseDt

      public void setIsseDt(XMLGregorianCalendar value)
      Sets the value of the isseDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRltdItm

      public List<jakarta.xml.bind.JAXBElement<Object>> getRltdItm()
      Gets the value of the rltdItm 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 rltdItm property.

      For example, to add a new item, do as follows:

          getRltdItm().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getDocPurp

      public String getDocPurp()
      Gets the value of the docPurp property.
      Returns:
      possible object is String
    • setDocPurp

      public void setDocPurp(String value)
      Sets the value of the docPurp property.
      Parameters:
      value - allowed object is String
    • getLangCd

      public String getLangCd()
      Gets the value of the langCd property.
      Returns:
      possible object is String
    • setLangCd

      public void setLangCd(String value)
      Sets the value of the langCd property.
      Parameters:
      value - allowed object is String
    • getIssr

      public Object getIssr()
      Gets the value of the issr property.
      Returns:
      possible object is Object
    • setIssr

      public void setIssr(Object value)
      Sets the value of the issr property.
      Parameters:
      value - allowed object is Object
    • getRcpt

      public Object getRcpt()
      Gets the value of the rcpt property.
      Returns:
      possible object is Object
    • setRcpt

      public void setRcpt(Object value)
      Sets the value of the rcpt property.
      Parameters:
      value - allowed object is Object
    • getBuyr

      public Object getBuyr()
      Gets the value of the buyr property.
      Returns:
      possible object is Object
    • setBuyr

      public void setBuyr(Object value)
      Sets the value of the buyr property.
      Parameters:
      value - allowed object is Object
    • getSellr

      public Object getSellr()
      Gets the value of the sellr property.
      Returns:
      possible object is Object
    • setSellr

      public void setSellr(Object value)
      Sets the value of the sellr property.
      Parameters:
      value - allowed object is Object
    • getSellrFinAgt

      public Object getSellrFinAgt()
      Gets the value of the sellrFinAgt property.
      Returns:
      possible object is Object
    • setSellrFinAgt

      public void setSellrFinAgt(Object value)
      Sets the value of the sellrFinAgt property.
      Parameters:
      value - allowed object is Object
    • getBuyrFinAgt

      public Object getBuyrFinAgt()
      Gets the value of the buyrFinAgt property.
      Returns:
      possible object is Object
    • setBuyrFinAgt

      public void setBuyrFinAgt(Object value)
      Sets the value of the buyrFinAgt property.
      Parameters:
      value - allowed object is Object
    • getGovngCtrct

      public List<jakarta.xml.bind.JAXBElement<Object>> getGovngCtrct()
      Gets the value of the govngCtrct 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 govngCtrct property.

      For example, to add a new item, do as follows:

          getGovngCtrct().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<Object>

    • getLglCntxt

      public Object getLglCntxt()
      Gets the value of the lglCntxt property.
      Returns:
      possible object is Object
    • setLglCntxt

      public void setLglCntxt(Object value)
      Sets the value of the lglCntxt property.
      Parameters:
      value - allowed object is Object
    • getCcy

      public String getCcy()
      Gets the value of the ccy property.
      Returns:
      possible object is String
    • setCcy

      public void setCcy(String value)
      Sets the value of the ccy property.
      Parameters:
      value - allowed object is String
    • getDbtAcct

      public AccountIdentification4Choice getDbtAcct()
      Gets the value of the dbtAcct property.
      Returns:
      possible object is AccountIdentification4Choice
    • setDbtAcct

      public void setDbtAcct(AccountIdentification4Choice value)
      Sets the value of the dbtAcct property.
      Parameters:
      value - allowed object is AccountIdentification4Choice
    • getCdtAcct

      public AccountIdentification4Choice getCdtAcct()
      Gets the value of the cdtAcct property.
      Returns:
      possible object is AccountIdentification4Choice
    • setCdtAcct

      public void setCdtAcct(AccountIdentification4Choice value)
      Sets the value of the cdtAcct property.
      Parameters:
      value - allowed object is AccountIdentification4Choice
    • getTradMkt

      public TradeMarket1Choice getTradMkt()
      Gets the value of the tradMkt property.
      Returns:
      possible object is TradeMarket1Choice
    • setTradMkt

      public void setTradMkt(TradeMarket1Choice value)
      Sets the value of the tradMkt property.
      Parameters:
      value - allowed object is TradeMarket1Choice