|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.adwords.v10.SchedulingInterval
public class SchedulingInterval
| 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 |
|---|
public SchedulingInterval()
public SchedulingInterval(DayOfWeek day,
int endHour,
int endMinute,
double multiplier,
int startHour,
int startMinute)
| Method Detail |
|---|
public DayOfWeek getDay()
public void setDay(DayOfWeek day)
day - public int getEndHour()
public void setEndHour(int endHour)
endHour - public int getEndMinute()
public void setEndMinute(int endMinute)
endMinute - public double getMultiplier()
public void setMultiplier(double multiplier)
multiplier - public int getStartHour()
public void setStartHour(int startHour)
startHour - public int getStartMinute()
public void setStartMinute(int startMinute)
startMinute - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||