public class PricingSchedule extends Object implements Serializable
| Constructor and Description |
|---|
PricingSchedule() |
PricingSchedule(int capCostOption,
Calendar endDate,
boolean flighted,
PricingPeriod[] pricingPeriods,
int pricingType,
Calendar startDate,
Calendar testingStartDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCapCostOption()
Gets the capCostOption value for this PricingSchedule.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this PricingSchedule.
|
PricingPeriod[] |
getPricingPeriods()
Gets the pricingPeriods value for this PricingSchedule.
|
int |
getPricingType()
Gets the pricingType value for this PricingSchedule.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this PricingSchedule.
|
Calendar |
getTestingStartDate()
Gets the testingStartDate value for this PricingSchedule.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isFlighted()
Gets the flighted value for this PricingSchedule.
|
void |
setCapCostOption(int capCostOption)
Sets the capCostOption value for this PricingSchedule.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this PricingSchedule.
|
void |
setFlighted(boolean flighted)
Sets the flighted value for this PricingSchedule.
|
void |
setPricingPeriods(PricingPeriod[] pricingPeriods)
Sets the pricingPeriods value for this PricingSchedule.
|
void |
setPricingType(int pricingType)
Sets the pricingType value for this PricingSchedule.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this PricingSchedule.
|
void |
setTestingStartDate(Calendar testingStartDate)
Sets the testingStartDate value for this PricingSchedule.
|
public PricingSchedule()
public PricingSchedule(int capCostOption,
Calendar endDate,
boolean flighted,
PricingPeriod[] pricingPeriods,
int pricingType,
Calendar startDate,
Calendar testingStartDate)
public int getCapCostOption()
public void setCapCostOption(int capCostOption)
capCostOption - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public boolean isFlighted()
public void setFlighted(boolean flighted)
flighted - public PricingPeriod[] getPricingPeriods()
public void setPricingPeriods(PricingPeriod[] pricingPeriods)
pricingPeriods - public int getPricingType()
public void setPricingType(int pricingType)
pricingType - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - public Calendar getTestingStartDate()
public void setTestingStartDate(Calendar testingStartDate)
testingStartDate - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.