public class BillingSource extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CONTRACTED |
static String |
_DFP_VOLUME |
static String |
_THIRD_PARTY_VOLUME |
static String |
_UNKNOWN |
static BillingSource |
CONTRACTED |
static BillingSource |
DFP_VOLUME |
static BillingSource |
THIRD_PARTY_VOLUME |
static BillingSource |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
BillingSource(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BillingSource |
fromString(String value) |
static BillingSource |
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 _CONTRACTED
public static final String _DFP_VOLUME
public static final String _THIRD_PARTY_VOLUME
public static final String _UNKNOWN
public static final BillingSource CONTRACTED
public static final BillingSource DFP_VOLUME
public static final BillingSource THIRD_PARTY_VOLUME
public static final BillingSource UNKNOWN
protected BillingSource(String value)
public String getValue()
public static BillingSource fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static BillingSource 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 © 2021. All rights reserved.