Package iofXml.v2

Class PrizeCeremonyTime


  • public class PrizeCeremonyTime
    extends java.lang.Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{}Date" minOccurs="0"/>
             <element ref="{}Clock"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Clock clock  
      protected Date date  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Clock getClock()
      Gets the value of the clock property.
      Date getDate()
      Gets the value of the date property.
      void setClock​(Clock value)
      Sets the value of the clock property.
      void setDate​(Date value)
      Sets the value of the date property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • date

        protected Date date
      • clock

        protected Clock clock
    • Constructor Detail

      • PrizeCeremonyTime

        public PrizeCeremonyTime()
    • Method Detail

      • getDate

        public Date getDate()
        Gets the value of the date property.
        Returns:
        possible object is Date
      • setDate

        public void setDate​(Date value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is Date
      • getClock

        public Clock getClock()
        Gets the value of the clock property.
        Returns:
        possible object is Clock
      • setClock

        public void setClock​(Clock value)
        Sets the value of the clock property.
        Parameters:
        value - allowed object is Clock