Package iofXml.v2

Class FinishDate

java.lang.Object
iofXml.v2.FinishDate

public class FinishDate 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"/>
         <element ref="{}Clock" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • date

      protected Date date
    • clock

      protected Clock clock
  • Constructor Details

    • FinishDate

      public FinishDate()
  • 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