com.quartzdesk.service.types.v3_0.common
Class DayTime

java.lang.Object
  extended by com.quartzdesk.service.types.v3_0.common.DayTime

public class DayTime
extends Object

Java class for DayTime complex type.

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

 <complexType name="DayTime">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hours" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="minutes" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="seconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer hours
           
protected  Integer minutes
           
protected  Integer seconds
           
 
Constructor Summary
DayTime()
           
 
Method Summary
 Integer getHours()
          Gets the value of the hours property.
 Integer getMinutes()
          Gets the value of the minutes property.
 Integer getSeconds()
          Gets the value of the seconds property.
 void setHours(Integer value)
          Sets the value of the hours property.
 void setMinutes(Integer value)
          Sets the value of the minutes property.
 void setSeconds(Integer value)
          Sets the value of the seconds property.
 DayTime withHours(Integer value)
           
 DayTime withMinutes(Integer value)
           
 DayTime withSeconds(Integer value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hours

protected Integer hours

minutes

protected Integer minutes

seconds

protected Integer seconds
Constructor Detail

DayTime

public DayTime()
Method Detail

getHours

public Integer getHours()
Gets the value of the hours property.

Returns:
possible object is String

setHours

public void setHours(Integer value)
Sets the value of the hours property.

Parameters:
value - allowed object is String

getMinutes

public Integer getMinutes()
Gets the value of the minutes property.

Returns:
possible object is String

setMinutes

public void setMinutes(Integer value)
Sets the value of the minutes property.

Parameters:
value - allowed object is String

getSeconds

public Integer getSeconds()
Gets the value of the seconds property.

Returns:
possible object is String

setSeconds

public void setSeconds(Integer value)
Sets the value of the seconds property.

Parameters:
value - allowed object is String

withHours

public DayTime withHours(Integer value)

withMinutes

public DayTime withMinutes(Integer value)

withSeconds

public DayTime withSeconds(Integer value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.