Class TimePeriodByHour

  • All Implemented Interfaces:
    Serializable

    public class TimePeriodByHour
    extends TimePeriodOfDay
    implements Serializable

    Java class for TimePeriodByHour complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TimePeriodByHour">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TimePeriodOfDay">
           <sequence>
             <element name="startTimeOfPeriod" type="{http://datex2.eu/schema/2_0RC1/2_0}Time"/>
             <element name="endTimeOfPeriod" type="{http://datex2.eu/schema/2_0RC1/2_0}Time"/>
             <element name="timePeriodByHourExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TimePeriodByHour

        public TimePeriodByHour()
    • Method Detail

      • getStartTimeOfPeriod

        public ZonedDateTime getStartTimeOfPeriod()
        Gets the value of the startTimeOfPeriod property.
        Returns:
        possible object is String
      • setStartTimeOfPeriod

        public void setStartTimeOfPeriod​(ZonedDateTime value)
        Sets the value of the startTimeOfPeriod property.
        Parameters:
        value - allowed object is String
      • getEndTimeOfPeriod

        public ZonedDateTime getEndTimeOfPeriod()
        Gets the value of the endTimeOfPeriod property.
        Returns:
        possible object is String
      • setEndTimeOfPeriod

        public void setEndTimeOfPeriod​(ZonedDateTime value)
        Sets the value of the endTimeOfPeriod property.
        Parameters:
        value - allowed object is String
      • getTimePeriodByHourExtension

        public ExtensionType getTimePeriodByHourExtension()
        Gets the value of the timePeriodByHourExtension property.
        Returns:
        possible object is ExtensionType
      • setTimePeriodByHourExtension

        public void setTimePeriodByHourExtension​(ExtensionType value)
        Sets the value of the timePeriodByHourExtension property.
        Parameters:
        value - allowed object is ExtensionType