com.google.api.adwords.v10
Class SchedulingInterval

java.lang.Object
  extended by com.google.api.adwords.v10.SchedulingInterval
All Implemented Interfaces:
java.io.Serializable

public class SchedulingInterval
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SchedulingInterval()
           
SchedulingInterval(DayOfWeek day, int endHour, int endMinute, double multiplier, int startHour, int startMinute)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DayOfWeek getDay()
          Gets the day value for this SchedulingInterval.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getEndHour()
          Gets the endHour value for this SchedulingInterval.
 int getEndMinute()
          Gets the endMinute value for this SchedulingInterval.
 double getMultiplier()
          Gets the multiplier value for this SchedulingInterval.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStartHour()
          Gets the startHour value for this SchedulingInterval.
 int getStartMinute()
          Gets the startMinute value for this SchedulingInterval.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDay(DayOfWeek day)
          Sets the day value for this SchedulingInterval.
 void setEndHour(int endHour)
          Sets the endHour value for this SchedulingInterval.
 void setEndMinute(int endMinute)
          Sets the endMinute value for this SchedulingInterval.
 void setMultiplier(double multiplier)
          Sets the multiplier value for this SchedulingInterval.
 void setStartHour(int startHour)
          Sets the startHour value for this SchedulingInterval.
 void setStartMinute(int startMinute)
          Sets the startMinute value for this SchedulingInterval.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingInterval

public SchedulingInterval()

SchedulingInterval

public SchedulingInterval(DayOfWeek day,
                          int endHour,
                          int endMinute,
                          double multiplier,
                          int startHour,
                          int startMinute)
Method Detail

getDay

public DayOfWeek getDay()
Gets the day value for this SchedulingInterval.

Returns:
day

setDay

public void setDay(DayOfWeek day)
Sets the day value for this SchedulingInterval.

Parameters:
day -

getEndHour

public int getEndHour()
Gets the endHour value for this SchedulingInterval.

Returns:
endHour

setEndHour

public void setEndHour(int endHour)
Sets the endHour value for this SchedulingInterval.

Parameters:
endHour -

getEndMinute

public int getEndMinute()
Gets the endMinute value for this SchedulingInterval.

Returns:
endMinute

setEndMinute

public void setEndMinute(int endMinute)
Sets the endMinute value for this SchedulingInterval.

Parameters:
endMinute -

getMultiplier

public double getMultiplier()
Gets the multiplier value for this SchedulingInterval.

Returns:
multiplier

setMultiplier

public void setMultiplier(double multiplier)
Sets the multiplier value for this SchedulingInterval.

Parameters:
multiplier -

getStartHour

public int getStartHour()
Gets the startHour value for this SchedulingInterval.

Returns:
startHour

setStartHour

public void setStartHour(int startHour)
Sets the startHour value for this SchedulingInterval.

Parameters:
startHour -

getStartMinute

public int getStartMinute()
Gets the startMinute value for this SchedulingInterval.

Returns:
startMinute

setStartMinute

public void setStartMinute(int startMinute)
Sets the startMinute value for this SchedulingInterval.

Parameters:
startMinute -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2005 Google Corp. All Rights Reserved.