public class CompanyCreditStatus extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_ACTIVE |
static String |
_BLOCKED |
static String |
_CREDIT_STOP |
static String |
_INACTIVE |
static String |
_ON_HOLD |
static CompanyCreditStatus |
ACTIVE |
static CompanyCreditStatus |
BLOCKED |
static CompanyCreditStatus |
CREDIT_STOP |
static CompanyCreditStatus |
INACTIVE |
static CompanyCreditStatus |
ON_HOLD |
| Modifier | Constructor and Description |
|---|---|
protected |
CompanyCreditStatus(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CompanyCreditStatus |
fromString(String value) |
static CompanyCreditStatus |
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 _ACTIVE
public static final String _ON_HOLD
public static final String _CREDIT_STOP
public static final String _INACTIVE
public static final String _BLOCKED
public static final CompanyCreditStatus ACTIVE
public static final CompanyCreditStatus ON_HOLD
public static final CompanyCreditStatus CREDIT_STOP
public static final CompanyCreditStatus INACTIVE
public static final CompanyCreditStatus BLOCKED
protected CompanyCreditStatus(String value)
public String getValue()
public static CompanyCreditStatus fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CompanyCreditStatus 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 © 2022. All rights reserved.