com.google.api.ads.dfp.v201111
Class String_ValueMapEntry

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.String_ValueMapEntry
All Implemented Interfaces:
Serializable

public class String_ValueMapEntry
extends Object
implements Serializable

This represents an entry in a map with a key of type String and value of type Value.

See Also:
Serialized Form

Constructor Summary
String_ValueMapEntry()
           
String_ValueMapEntry(String key, Value value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getKey()
          Gets the key value for this String_ValueMapEntry.
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
 Value getValue()
          Gets the value value for this String_ValueMapEntry.
 int hashCode()
           
 void setKey(String key)
          Sets the key value for this String_ValueMapEntry.
 void setValue(Value value)
          Sets the value value for this String_ValueMapEntry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

String_ValueMapEntry

public String_ValueMapEntry()

String_ValueMapEntry

public String_ValueMapEntry(String key,
                            Value value)
Method Detail

getKey

public String getKey()
Gets the key value for this String_ValueMapEntry.

Returns:
key

setKey

public void setKey(String key)
Sets the key value for this String_ValueMapEntry.

Parameters:
key -

getValue

public Value getValue()
Gets the value value for this String_ValueMapEntry.

Returns:
value

setValue

public void setValue(Value value)
Sets the value value for this String_ValueMapEntry.

Parameters:
value -

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 © 2011. All Rights Reserved.