Class TimePeriodOfDay

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TimePeriodByHour

    public abstract class TimePeriodOfDay
    extends Object
    implements Serializable
    Specification of a continuous period of time within a 24 hour period.#NOTES#

    Java class for TimePeriodOfDay complex type.

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

     <complexType name="TimePeriodOfDay">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="timePeriodOfDayExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • timePeriodOfDayExtension

        protected ExtensionType timePeriodOfDayExtension
    • Constructor Detail

      • TimePeriodOfDay

        public TimePeriodOfDay()
    • Method Detail

      • getTimePeriodOfDayExtension

        public ExtensionType getTimePeriodOfDayExtension()
        Gets the value of the timePeriodOfDayExtension property.
        Returns:
        possible object is ExtensionType
      • setTimePeriodOfDayExtension

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