com.google.api.ads.dfp.axis.v201111
Class Value

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.Value
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BooleanValue, NumberValue, TextValue

public abstract class Value
extends Object
implements Serializable

Value represents a value.

See Also:
Serialized Form

Constructor Summary
Value()
           
Value(String valueType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValueType()
          Gets the valueType value for this Value.
 int hashCode()
           
 void setValueType(String valueType)
          Sets the valueType value for this Value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

public Value()

Value

public Value(String valueType)
Method Detail

getValueType

public String getValueType()
Gets the valueType value for this Value.

Returns:
valueType * Indicates that this instance is a subtype of Value. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setValueType

public void setValueType(String valueType)
Sets the valueType value for this Value.

Parameters:
valueType - * Indicates that this instance is a subtype of Value. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2012. All Rights Reserved.