com.google.api.ads.dfp.axis.v201203
Class CompanyType

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201203.CompanyType
All Implemented Interfaces:
Serializable

public class CompanyType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AD_NETWORK
           
static String _ADVERTISER
           
static String _AGENCY
           
static String _HOUSE_ADVERTISER
           
static String _HOUSE_AGENCY
           
static CompanyType AD_NETWORK
           
static CompanyType ADVERTISER
           
static CompanyType AGENCY
           
static CompanyType HOUSE_ADVERTISER
           
static CompanyType HOUSE_AGENCY
           
 
Constructor Summary
protected CompanyType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static CompanyType fromString(String value)
           
static CompanyType 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_HOUSE_ADVERTISER

public static final String _HOUSE_ADVERTISER
See Also:
Constant Field Values

_HOUSE_AGENCY

public static final String _HOUSE_AGENCY
See Also:
Constant Field Values

_ADVERTISER

public static final String _ADVERTISER
See Also:
Constant Field Values

_AGENCY

public static final String _AGENCY
See Also:
Constant Field Values

_AD_NETWORK

public static final String _AD_NETWORK
See Also:
Constant Field Values

HOUSE_ADVERTISER

public static final CompanyType HOUSE_ADVERTISER

HOUSE_AGENCY

public static final CompanyType HOUSE_AGENCY

ADVERTISER

public static final CompanyType ADVERTISER

AGENCY

public static final CompanyType AGENCY

AD_NETWORK

public static final CompanyType AD_NETWORK
Constructor Detail

CompanyType

protected CompanyType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static CompanyType fromValue(String value)
                             throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static CompanyType fromString(String value)
                              throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2012. All Rights Reserved.