Package iofXml.v2

Class EstimatedLastPrizeTime

java.lang.Object
iofXml.v2.EstimatedLastPrizeTime

public class EstimatedLastPrizeTime 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="{}Time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • time

      protected Time time
  • Constructor Details

    • EstimatedLastPrizeTime

      public EstimatedLastPrizeTime()
  • Method Details

    • getTime

      public Time getTime()
      Gets the value of the time property.
      Returns:
      possible object is Time
    • setTime

      public void setTime(Time value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is Time