Class TimePeriodByHour

  • All Implemented Interfaces:
    Serializable

    public class TimePeriodByHour
    extends TimePeriodOfDay
    implements Serializable
    Specification of a continuous period within a 24 hour period by times.

    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/1_0/1_0}TimePeriodOfDay">
           <sequence>
             <element name="startTimeOfPeriod" type="{http://datex2.eu/schema/1_0/1_0}Time"/>
             <element name="endTimeOfPeriod" type="{http://datex2.eu/schema/1_0/1_0}Time"/>
             <element name="timePeriodByHourExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • startTimeOfPeriod

        protected Time startTimeOfPeriod
      • endTimeOfPeriod

        protected Time endTimeOfPeriod
      • timePeriodByHourExtension

        protected ExtensionType timePeriodByHourExtension
    • Constructor Detail

      • TimePeriodByHour

        public TimePeriodByHour()
    • Method Detail

      • getStartTimeOfPeriod

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

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

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

        public void setEndTimeOfPeriod​(Time value)
        Sets the value of the endTimeOfPeriod property.
        Parameters:
        value - allowed object is Time
      • 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