Class StartTime

java.lang.Object
iofXml.v2.StartTime

public class StartTime extends 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 Details

    • date

      protected Date date
    • clock

      protected Clock clock
  • Constructor Details

    • StartTime

      public StartTime()
  • Method Details

    • 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