public class CostType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CPA |
static String |
_CPC |
static String |
_CPD |
static String |
_CPM |
static String |
_UNKNOWN |
static String |
_VCPM |
static CostType |
CPA |
static CostType |
CPC |
static CostType |
CPD |
static CostType |
CPM |
static CostType |
UNKNOWN |
static CostType |
VCPM |
| Modifier | Constructor and Description |
|---|---|
protected |
CostType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CostType |
fromString(String value) |
static CostType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _CPA
public static final String _CPC
public static final String _CPD
public static final String _CPM
public static final String _VCPM
public static final String _UNKNOWN
public static final CostType CPA
public static final CostType CPC
public static final CostType CPD
public static final CostType CPM
public static final CostType VCPM
public static final CostType UNKNOWN
protected CostType(String value)
public String getValue()
public static CostType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CostType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.