public abstract class BaseRate extends Object implements Serializable
| Constructor and Description |
|---|
BaseRate() |
BaseRate(Long rateCardId,
Long id,
BaseRateStatus status,
String baseRateType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseRateType()
Gets the baseRateType value for this BaseRate.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this BaseRate.
|
Long |
getRateCardId()
Gets the rateCardId value for this BaseRate.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BaseRateStatus |
getStatus()
Gets the status value for this BaseRate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBaseRateType(String baseRateType)
Sets the baseRateType value for this BaseRate.
|
void |
setId(Long id)
Sets the id value for this BaseRate.
|
void |
setRateCardId(Long rateCardId)
Sets the rateCardId value for this BaseRate.
|
void |
setStatus(BaseRateStatus status)
Sets the status value for this BaseRate.
|
public BaseRate()
public BaseRate(Long rateCardId, Long id, BaseRateStatus status, String baseRateType)
public Long getRateCardId()
RateCard object to which this base rate
belongs.
This attribute is required and cannot be changed after
creation.public void setRateCardId(Long rateCardId)
rateCardId - * The ID of the RateCard object to which this base rate
belongs.
This attribute is required and cannot be changed after
creation.public Long getId()
BaseRate object.
This attribute is read-only and is assigned by Google
when a base rate is
created.public void setId(Long id)
id - * Uniquely identifies the BaseRate object.
This attribute is read-only and is assigned by Google
when a base rate is
created.public BaseRateStatus getStatus()
BaseRate. This attribute is read-only
and is
assigned by Google.public void setStatus(BaseRateStatus status)
status - * The status of the BaseRate. This attribute is read-only
and is
assigned by Google.public String getBaseRateType()
public void setBaseRateType(String baseRateType)
baseRateType - * Indicates that this instance is a subtype of BaseRate.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.