Interface TimeZone

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
TimeZone.TimeZoneBuilder
All Known Implementing Classes:
TimeZone.TimeZoneBuilderImpl, TimeZone.TimeZoneImpl

@RosettaDataType(value="TimeZone", builder=TimeZoneBuilderImpl.class, version="5.30.0") @RuneDataType(value="TimeZone", model="cdm", builder=TimeZoneBuilderImpl.class, version="5.30.0") public interface 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:
5.30.0
  • Field Details

  • Method Details

    • getTime

      LocalTime getTime()
      The observation time.
    • getLocation

      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.
    • build

      TimeZone build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static TimeZone.TimeZoneBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends TimeZone> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends TimeZone> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject