public class DayPartTargeting extends Object implements Serializable
| Constructor and Description |
|---|
DayPartTargeting() |
DayPartTargeting(DayPart[] dayParts,
DeliveryTimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DayPart[] |
getDayParts()
Gets the dayParts value for this DayPartTargeting.
|
DayPart |
getDayParts(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DeliveryTimeZone |
getTimeZone()
Gets the timeZone value for this DayPartTargeting.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDayParts(DayPart[] dayParts)
Sets the dayParts value for this DayPartTargeting.
|
void |
setDayParts(int i,
DayPart _value) |
void |
setTimeZone(DeliveryTimeZone timeZone)
Sets the timeZone value for this DayPartTargeting.
|
public DayPartTargeting()
public DayPartTargeting(DayPart[] dayParts, DeliveryTimeZone timeZone)
public DayPart[] getDayParts()
LineItem
will be
delivered.
If targeting all days and times, this value will be ignored.
public void setDayParts(DayPart[] dayParts)
dayParts - * Specifies days of the week and times at which a LineItem
will be
delivered.
If targeting all days and times, this value will be ignored.
public DayPart getDayParts(int i)
public void setDayParts(int i,
DayPart _value)
public DeliveryTimeZone getTimeZone()
LineItem
objects.
This attribute is optional and defaults to
DeliveryTimeZone.BROWSER.
Setting this has no effect if targeting all days and times.
public void setTimeZone(DeliveryTimeZone timeZone)
timeZone - * Specifies the time zone to be used for delivering LineItem
objects.
This attribute is optional and defaults to
DeliveryTimeZone.BROWSER.
Setting this has no effect if targeting all days and times.
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.