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

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

public class AdSenseSettingsInheritedProperty
extends Object
implements Serializable

The property of the AdUnit that specifies how and from where the AdSenseSettings are inherited.

See Also:
Serialized Form

Constructor Summary
AdSenseSettingsInheritedProperty()
           
AdSenseSettingsInheritedProperty(AdSenseSettings value)
           
 
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
 AdSenseSettings getValue()
          Gets the value value for this AdSenseSettingsInheritedProperty.
 int hashCode()
           
 void setValue(AdSenseSettings value)
          Sets the value value for this AdSenseSettingsInheritedProperty.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdSenseSettingsInheritedProperty

public AdSenseSettingsInheritedProperty()

AdSenseSettingsInheritedProperty

public AdSenseSettingsInheritedProperty(AdSenseSettings value)
Method Detail

getValue

public AdSenseSettings getValue()
Gets the value value for this AdSenseSettingsInheritedProperty.

Returns:
value * The AdSenseSettings from which the property is inherited.

setValue

public void setValue(AdSenseSettings value)
Sets the value value for this AdSenseSettingsInheritedProperty.

Parameters:
value - * The AdSenseSettings from which the property is inherited.

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.