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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.OrderAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApproveOrders, ApproveOrdersWithoutReservationChanges, ArchiveOrders, DeleteOrders, DisapproveOrders, DisapproveOrdersWithoutReservationChanges, PauseOrders, ResumeOrders, RetractOrders, RetractOrdersWithoutReservationChanges, SubmitOrdersForApproval, SubmitOrdersForApprovalWithoutReservationChanges, UnarchiveOrders

public abstract class OrderAction
extends Object
implements Serializable

Represents the actions that can be performed on Order objects.

See Also:
Serialized Form

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

Constructor Detail

OrderAction

public OrderAction()

OrderAction

public OrderAction(String orderActionType)
Method Detail

getOrderActionType

public String getOrderActionType()
Gets the orderActionType value for this OrderAction.

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

setOrderActionType

public void setOrderActionType(String orderActionType)
Sets the orderActionType value for this OrderAction.

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