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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201111.Authentication
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientLogin, OAuth

public abstract class Authentication
extends Object
implements Serializable

A representation of the authentication protocols that can be used.

See Also:
Serialized Form

Constructor Summary
Authentication()
           
Authentication(String authenticationType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthenticationType()
          Gets the authenticationType value for this Authentication.
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
 int hashCode()
           
 void setAuthenticationType(String authenticationType)
          Sets the authenticationType value for this Authentication.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication()

Authentication

public Authentication(String authenticationType)
Method Detail

getAuthenticationType

public String getAuthenticationType()
Gets the authenticationType value for this Authentication.

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

setAuthenticationType

public void setAuthenticationType(String authenticationType)
Sets the authenticationType value for this Authentication.

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