com.google.api.ads.dfp.axis.v201204
Class DateTime

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.DateTime
All Implemented Interfaces:
Serializable

public class DateTime
extends Object
implements Serializable

Represents a date combined with the time of day.

See Also:
Serialized Form

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

DateTime

public DateTime()

DateTime

public DateTime(Date date,
                Integer hour,
                Integer minute,
                Integer second,
                String timeZoneID)
Method Detail

getDate

public Date getDate()
Gets the date value for this DateTime.

Returns:
date

setDate

public void setDate(Date date)
Sets the date value for this DateTime.

Parameters:
date -

getHour

public Integer getHour()
Gets the hour value for this DateTime.

Returns:
hour

setHour

public void setHour(Integer hour)
Sets the hour value for this DateTime.

Parameters:
hour -

getMinute

public Integer getMinute()
Gets the minute value for this DateTime.

Returns:
minute

setMinute

public void setMinute(Integer minute)
Sets the minute value for this DateTime.

Parameters:
minute -

getSecond

public Integer getSecond()
Gets the second value for this DateTime.

Returns:
second

setSecond

public void setSecond(Integer second)
Sets the second value for this DateTime.

Parameters:
second -

getTimeZoneID

public String getTimeZoneID()
Gets the timeZoneID value for this DateTime.

Returns:
timeZoneID

setTimeZoneID

public void setTimeZoneID(String timeZoneID)
Sets the timeZoneID value for this DateTime.

Parameters:
timeZoneID -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.