com.google.api.ads.dfp.axis.v201208
Class LineItemType

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

public class LineItemType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _AD_EXCHANGE
           
static String _ADSENSE
           
static String _BULK
           
static String _BUMPER
           
static String _CLICK_TRACKING
           
static String _HOUSE
           
static String _LEGACY_DFP
           
static String _NETWORK
           
static String _PRICE_PRIORITY
           
static String _SPONSORSHIP
           
static String _STANDARD
           
static LineItemType AD_EXCHANGE
           
static LineItemType ADSENSE
           
static LineItemType BULK
           
static LineItemType BUMPER
           
static LineItemType CLICK_TRACKING
           
static LineItemType HOUSE
           
static LineItemType LEGACY_DFP
           
static LineItemType NETWORK
           
static LineItemType PRICE_PRIORITY
           
static LineItemType SPONSORSHIP
           
static LineItemType STANDARD
           
 
Constructor Summary
protected LineItemType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static LineItemType fromString(String value)
           
static LineItemType 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

_SPONSORSHIP

public static final String _SPONSORSHIP
See Also:
Constant Field Values

_STANDARD

public static final String _STANDARD
See Also:
Constant Field Values

_NETWORK

public static final String _NETWORK
See Also:
Constant Field Values

_BULK

public static final String _BULK
See Also:
Constant Field Values

_PRICE_PRIORITY

public static final String _PRICE_PRIORITY
See Also:
Constant Field Values

_HOUSE

public static final String _HOUSE
See Also:
Constant Field Values

_LEGACY_DFP

public static final String _LEGACY_DFP
See Also:
Constant Field Values

_CLICK_TRACKING

public static final String _CLICK_TRACKING
See Also:
Constant Field Values

_ADSENSE

public static final String _ADSENSE
See Also:
Constant Field Values

_AD_EXCHANGE

public static final String _AD_EXCHANGE
See Also:
Constant Field Values

_BUMPER

public static final String _BUMPER
See Also:
Constant Field Values

SPONSORSHIP

public static final LineItemType SPONSORSHIP

STANDARD

public static final LineItemType STANDARD

NETWORK

public static final LineItemType NETWORK

BULK

public static final LineItemType BULK

PRICE_PRIORITY

public static final LineItemType PRICE_PRIORITY

HOUSE

public static final LineItemType HOUSE

LEGACY_DFP

public static final LineItemType LEGACY_DFP

CLICK_TRACKING

public static final LineItemType CLICK_TRACKING

ADSENSE

public static final LineItemType ADSENSE

AD_EXCHANGE

public static final LineItemType AD_EXCHANGE

BUMPER

public static final LineItemType BUMPER
Constructor Detail

LineItemType

protected LineItemType(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static LineItemType 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.