|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201206.DateTime
public class DateTime
Represents a date combined with the time of day.
| Constructor Summary | |
|---|---|
DateTime()
|
|
DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneID)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Date |
getDate()
Gets the date value for this DateTime. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Integer |
getHour()
Gets the hour value for this DateTime. |
Integer |
getMinute()
Gets the minute value for this DateTime. |
Integer |
getSecond()
Gets the second value for this DateTime. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getTimeZoneID()
Gets the timeZoneID value for this DateTime. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDate(Date date)
Sets the date value for this DateTime. |
void |
setHour(Integer hour)
Sets the hour value for this DateTime. |
void |
setMinute(Integer minute)
Sets the minute value for this DateTime. |
void |
setSecond(Integer second)
Sets the second value for this DateTime. |
void |
setTimeZoneID(String timeZoneID)
Sets the timeZoneID value for this DateTime. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateTime()
public DateTime(Date date,
Integer hour,
Integer minute,
Integer second,
String timeZoneID)
| Method Detail |
|---|
public Date getDate()
public void setDate(Date date)
date - public Integer getHour()
public void setHour(Integer hour)
hour - public Integer getMinute()
public void setMinute(Integer minute)
minute - public Integer getSecond()
public void setSecond(Integer second)
second - public String getTimeZoneID()
public void setTimeZoneID(String timeZoneID)
timeZoneID - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||