Uses of Class
net.opengis.waterml.v_2_0.TimeZonePropertyType
-
-
Uses of TimeZonePropertyType in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 declared as TimeZonePropertyType Modifier and Type Field Description protected TimeZonePropertyTypeMonitoringPointType. daylightSavingTimeZoneprotected TimeZonePropertyTypeMonitoringPointType. timeZoneMethods in net.opengis.waterml.v_2_0 that return TimeZonePropertyType Modifier and Type Method Description TimeZonePropertyTypeObjectFactory. createTimeZonePropertyType()Create an instance ofTimeZonePropertyTypeTimeZonePropertyTypeMonitoringPointType. getDaylightSavingTimeZone()Gets the value of the daylightSavingTimeZone property.TimeZonePropertyTypeMonitoringPointType. getTimeZone()Gets the value of the timeZone property.TimeZonePropertyTypeTimeZonePropertyType. withOwns(boolean value)TimeZonePropertyTypeTimeZonePropertyType. withTimeZone(TimeZoneType value)Methods in net.opengis.waterml.v_2_0 with parameters of type TimeZonePropertyType Modifier and Type Method Description voidMonitoringPointType. setDaylightSavingTimeZone(TimeZonePropertyType value)Sets the value of the daylightSavingTimeZone property.voidMonitoringPointType. setTimeZone(TimeZonePropertyType value)Sets the value of the timeZone property.MonitoringPointTypeMonitoringPointType. withDaylightSavingTimeZone(TimeZonePropertyType value)MonitoringPointTypeMonitoringPointType. withTimeZone(TimeZonePropertyType value)Constructors in net.opengis.waterml.v_2_0 with parameters of type TimeZonePropertyType Constructor Description MonitoringPointType(List<CIResponsiblePartyPropertyType> relatedParty, List<ReferenceType> monitoringType, List<ReferenceType> monitoringPointDescriptionReference, List<VerticalDatumPropertyType> verticalDatum, TimeZonePropertyType timeZone, TimeZonePropertyType daylightSavingTimeZone)Fully-initialising value constructor
-