public class DeliveryForecastOptions extends Object implements Serializable
| Constructor and Description |
|---|
DeliveryForecastOptions() |
DeliveryForecastOptions(long[] ignoredLineItemIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getIgnoredLineItemIds()
Gets the ignoredLineItemIds value for this DeliveryForecastOptions.
|
long |
getIgnoredLineItemIds(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setIgnoredLineItemIds(int i,
long _value) |
void |
setIgnoredLineItemIds(long[] ignoredLineItemIds)
Sets the ignoredLineItemIds value for this DeliveryForecastOptions.
|
String |
toString() |
public DeliveryForecastOptions()
public DeliveryForecastOptions(long[] ignoredLineItemIds)
public long[] getIgnoredLineItemIds()
public void setIgnoredLineItemIds(long[] ignoredLineItemIds)
ignoredLineItemIds - * Line item IDs to be ignored while performing the delivery simulation.public long getIgnoredLineItemIds(int i)
public void setIgnoredLineItemIds(int i,
long _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.