public class TimeOfDay extends Object
Java class for TimeOfDay complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeOfDay">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hour" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="minute" type="{https://www.google.com/apis/ads/publisher/v201802}MinuteOfHour" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
hour |
protected MinuteOfHour |
minute |
| Constructor and Description |
|---|
TimeOfDay() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHour()
Gets the value of the hour property.
|
MinuteOfHour |
getMinute()
Gets the value of the minute property.
|
void |
setHour(Integer value)
Sets the value of the hour property.
|
void |
setMinute(MinuteOfHour value)
Sets the value of the minute property.
|
protected Integer hour
protected MinuteOfHour minute
public Integer getHour()
Integerpublic void setHour(Integer value)
value - allowed object is
Integerpublic MinuteOfHour getMinute()
MinuteOfHourpublic void setMinute(MinuteOfHour value)
value - allowed object is
MinuteOfHourCopyright © 2018. All Rights Reserved.