com.google.api.ads.dfp.axis.v201204
Class PlacementAction

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201204.PlacementAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivatePlacements, ArchivePlacements, DeactivatePlacements

public abstract class PlacementAction
extends Object
implements Serializable

Represents the actions that can be performed on Placement objects.

See Also:
Serialized Form

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

Constructor Detail

PlacementAction

public PlacementAction()

PlacementAction

public PlacementAction(String placementActionType)
Method Detail

getPlacementActionType

public String getPlacementActionType()
Gets the placementActionType value for this PlacementAction.

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

setPlacementActionType

public void setPlacementActionType(String placementActionType)
Sets the placementActionType value for this PlacementAction.

Parameters:
placementActionType - * Indicates that this instance is a subtype of PlacementAction. 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.