|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v2_0.common.DayTime
public class DayTime
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 |
|---|
protected Integer hours
protected Integer minutes
protected Integer seconds
| Constructor Detail |
|---|
public DayTime()
| Method Detail |
|---|
public Integer getHours()
Stringpublic void setHours(Integer value)
value - allowed object is
Stringpublic Integer getMinutes()
Stringpublic void setMinutes(Integer value)
value - allowed object is
Stringpublic Integer getSeconds()
Stringpublic void setSeconds(Integer value)
value - allowed object is
Stringpublic DayTime withHours(Integer value)
public DayTime withMinutes(Integer value)
public DayTime withSeconds(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||