public class UnknownBaseRate extends BaseRate implements Serializable
BaseRate returned if the actual base rate type is not
exposed by
the requested API version.| Constructor and Description |
|---|
UnknownBaseRate() |
UnknownBaseRate(Long rateCardId,
Long id,
BaseRateStatus status,
String baseRateType) |
| 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
|
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() |
getBaseRateType, getId, getRateCardId, getStatus, setBaseRateType, setId, setRateCardId, setStatuspublic UnknownBaseRate()
public UnknownBaseRate(Long rateCardId, Long id, BaseRateStatus status, String baseRateType)
Copyright © 2014. All Rights Reserved.