com.google.api.ads.adwords.v201109.cm
Class Dimensions

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Dimensions
All Implemented Interfaces:
Serializable

public class Dimensions
extends Object
implements Serializable

Represents a simple height-width dimension.

See Also:
Serialized Form

Constructor Summary
Dimensions()
           
Dimensions(Integer width, Integer height)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Integer getHeight()
          Gets the height value for this Dimensions.
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
 Integer getWidth()
          Gets the width value for this Dimensions.
 int hashCode()
           
 void setHeight(Integer height)
          Sets the height value for this Dimensions.
 void setWidth(Integer width)
          Sets the width value for this Dimensions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimensions

public Dimensions()

Dimensions

public Dimensions(Integer width,
                  Integer height)
Method Detail

getWidth

public Integer getWidth()
Gets the width value for this Dimensions.

Returns:
width * Width of the dimension This field can be selected using the value "Width".This field can be filtered on. This field is required and should not be null.

setWidth

public void setWidth(Integer width)
Sets the width value for this Dimensions.

Parameters:
width - * Width of the dimension This field can be selected using the value "Width".This field can be filtered on. This field is required and should not be null.

getHeight

public Integer getHeight()
Gets the height value for this Dimensions.

Returns:
height * Height of the dimension This field can be selected using the value "Height".This field can be filtered on. This field is required and should not be null.

setHeight

public void setHeight(Integer height)
Sets the height value for this Dimensions.

Parameters:
height - * Height of the dimension This field can be selected using the value "Height".This field can be filtered on. This field is required and should not be null.

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 © 2011. All Rights Reserved.