com.google.api.ads.dfp.axis.v201206
Class UserTeamAssociationAction

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.UserTeamAssociationAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteUserTeamAssociations

public abstract class UserTeamAssociationAction
extends Object
implements Serializable

Represents the actions that can be performed on UserTeamAssociation objects.

See Also:
Serialized Form

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

Constructor Detail

UserTeamAssociationAction

public UserTeamAssociationAction()

UserTeamAssociationAction

public UserTeamAssociationAction(String userTeamAssociationActionType)
Method Detail

getUserTeamAssociationActionType

public String getUserTeamAssociationActionType()
Gets the userTeamAssociationActionType value for this UserTeamAssociationAction.

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

setUserTeamAssociationActionType

public void setUserTeamAssociationActionType(String userTeamAssociationActionType)
Sets the userTeamAssociationActionType value for this UserTeamAssociationAction.

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