Class SettlementDateSubjectInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      SettlementDateSubjectInfo​(java.lang.String subject, java.lang.String currencyPair, java.lang.String year, java.lang.String month)
      Creates a SettlementDateSubjectInfo with the given parameters.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCurrencyPair()
      Returns the currency pair that was parsed to create this SettlementDateSubjectInfo.
      java.lang.String getMonth()
      Returns the month that was parsed to create this SettlementDateSubjectInfo.
      java.lang.String getSubject()
      Returns the original subject that was parsed to create this SubjectInfo
      java.lang.String getYear()
      Returns the year that was parsed to create this SettlementDateSubjectInfo.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SettlementDateSubjectInfo

        public SettlementDateSubjectInfo​(java.lang.String subject,
                                         java.lang.String currencyPair,
                                         java.lang.String year,
                                         java.lang.String month)
        Creates a SettlementDateSubjectInfo with the given parameters.
        Parameters:
        subject - The subject.
        currencyPair - The currency pair.
        year - The year.
        month - The month.
    • Method Detail

      • getSubject

        public java.lang.String getSubject()
        Description copied from interface: SubjectInfo
        Returns the original subject that was parsed to create this SubjectInfo
        Specified by:
        getSubject in interface SubjectInfo
        Returns:
        The original subject.
      • getCurrencyPair

        public java.lang.String getCurrencyPair()
        Returns the currency pair that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The currency pair.
      • getYear

        public java.lang.String getYear()
        Returns the year that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The year.
      • getMonth

        public java.lang.String getMonth()
        Returns the month that was parsed to create this SettlementDateSubjectInfo.
        Returns:
        The month.