Package cdm.base.datetime
Interface TimeZone.TimeZoneBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,TimeZone
- All Known Implementing Classes:
TimeZone.TimeZoneBuilderImpl
- Enclosing interface:
TimeZone
public static interface TimeZone.TimeZoneBuilder
extends TimeZone, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.datetime.TimeZone
TimeZone.TimeZoneBuilder, TimeZone.TimeZoneBuilderImpl, TimeZone.TimeZoneImpl -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionFpML specifies the timezoneLocationScheme by reference to the Time Zone Database (a.k.a. tz database) maintained by IANA, the Internet Assigned Numbers Authority.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setLocation(FieldWithMetaString location) setLocationValue(String location) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateLocation
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateLocation() -
getLocation
FieldWithMetaString.FieldWithMetaStringBuilder getLocation()Description copied from interface:TimeZoneFpML specifies the timezoneLocationScheme by reference to the Time Zone Database (a.k.a. tz database) maintained by IANA, the Internet Assigned Numbers Authority.- Specified by:
getLocationin interfaceTimeZone
-
setTime
-
setLocation
-
setLocationValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
TimeZone.TimeZoneBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-