Package org.isda.cdm

Class TimeZone


  • @RosettaClass
    public class TimeZone
    extends com.rosetta.model.lib.RosettaModelObject
    The time alongside with the timezone location information. This class makes use of the FpML TimezoneLocation construct.
    Version:
    2.5.4
    • Method Detail

      • getLocation

        @RosettaSynonym(value="location",
                        source="Rosetta_Workbench")
        public final FieldWithMetaString getLocation()
        FpML specifies the timezoneLocationScheme by reference to the Time Zone Database (a.k.a. tz database) maintained by IANA, the Internet Assigned Numbers Authority.
      • getTime

        @RosettaSynonym(value="time",
                        source="Rosetta_Workbench")
        public final java.time.LocalTime getTime()
        The observation time.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends TimeZone> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • toBuilder

        public TimeZone.TimeZoneBuilder toBuilder()
        Specified by:
        toBuilder in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object