public class DayPart extends Object implements Serializable
DayPart represents a time-period within a day of the week
which is
targeted by a LineItem.| Constructor and Description |
|---|
DayPart() |
DayPart(DayOfWeek dayOfWeek,
TimeOfDay startTime,
TimeOfDay endTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DayOfWeek |
getDayOfWeek()
Gets the dayOfWeek value for this DayPart.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
TimeOfDay |
getEndTime()
Gets the endTime value for this DayPart.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
TimeOfDay |
getStartTime()
Gets the startTime value for this DayPart.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Sets the dayOfWeek value for this DayPart.
|
void |
setEndTime(TimeOfDay endTime)
Sets the endTime value for this DayPart.
|
void |
setStartTime(TimeOfDay startTime)
Sets the startTime value for this DayPart.
|
public DayOfWeek getDayOfWeek()
public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - * Day of the week the target applies to. This field is required.public TimeOfDay getStartTime()
public void setStartTime(TimeOfDay startTime)
startTime - * Represents the start time of the targeted period (inclusive).public TimeOfDay getEndTime()
public void setEndTime(TimeOfDay endTime)
endTime - * Represents the end time of the targeted period (exclusive).public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.