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

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

public class ColumnType
extends Object
implements Serializable

Contains information about a column in a ResultSet.

See Also:
Serialized Form

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

Constructor Detail

ColumnType

public ColumnType()

ColumnType

public ColumnType(String labelName)
Method Detail

getLabelName

public String getLabelName()
Gets the labelName value for this ColumnType.

Returns:
labelName * Represents the column's name.

setLabelName

public void setLabelName(String labelName)
Sets the labelName value for this ColumnType.

Parameters:
labelName - * Represents the column's name.

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.