public class ProposalCompanyAssociationType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_ADVERTISER |
static String |
_BILLING_AGENCY |
static String |
_BRANDING_AGENCY |
static String |
_OTHER_AGENCY |
static String |
_PRIMARY_AGENCY |
static String |
_UNKNOWN |
static ProposalCompanyAssociationType |
ADVERTISER |
static ProposalCompanyAssociationType |
BILLING_AGENCY |
static ProposalCompanyAssociationType |
BRANDING_AGENCY |
static ProposalCompanyAssociationType |
OTHER_AGENCY |
static ProposalCompanyAssociationType |
PRIMARY_AGENCY |
static ProposalCompanyAssociationType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ProposalCompanyAssociationType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProposalCompanyAssociationType |
fromString(String value) |
static ProposalCompanyAssociationType |
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 _PRIMARY_AGENCY
public static final String _BILLING_AGENCY
public static final String _BRANDING_AGENCY
public static final String _OTHER_AGENCY
public static final String _ADVERTISER
public static final String _UNKNOWN
public static final ProposalCompanyAssociationType PRIMARY_AGENCY
public static final ProposalCompanyAssociationType BILLING_AGENCY
public static final ProposalCompanyAssociationType BRANDING_AGENCY
public static final ProposalCompanyAssociationType OTHER_AGENCY
public static final ProposalCompanyAssociationType ADVERTISER
public static final ProposalCompanyAssociationType UNKNOWN
protected ProposalCompanyAssociationType(String value)
public String getValue()
public static ProposalCompanyAssociationType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ProposalCompanyAssociationType 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.