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

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

public class Row
extends Object
implements Serializable

Each Row object represents data about one entity in a ResultSet.

See Also:
Serialized Form

Constructor Summary
Row()
           
Row(Value[] values)
           
 
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
 Value[] getValues()
          Gets the values value for this Row.
 Value getValues(int i)
           
 int hashCode()
           
 void setValues(int i, Value _value)
           
 void setValues(Value[] values)
          Sets the values value for this Row.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()

Row

public Row(Value[] values)
Method Detail

getValues

public Value[] getValues()
Gets the values value for this Row.

Returns:
values * Represents a collection of values belonging to one entity.

setValues

public void setValues(Value[] values)
Sets the values value for this Row.

Parameters:
values - * Represents a collection of values belonging to one entity.

getValues

public Value getValues(int i)

setValues

public void setValues(int i,
                      Value _value)

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.