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

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

public class PolicyViolationErrorPart
extends Object
implements Serializable

Points to a substring within an ad field or criterion.

See Also:
Serialized Form

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

Constructor Detail

PolicyViolationErrorPart

public PolicyViolationErrorPart()

PolicyViolationErrorPart

public PolicyViolationErrorPart(Integer index,
                                Integer length)
Method Detail

getIndex

public Integer getIndex()
Gets the index value for this PolicyViolationErrorPart.

Returns:
index * Index of the starting position of the violating text within the line.

setIndex

public void setIndex(Integer index)
Sets the index value for this PolicyViolationErrorPart.

Parameters:
index - * Index of the starting position of the violating text within the line.

getLength

public Integer getLength()
Gets the length value for this PolicyViolationErrorPart.

Returns:
length * The length of the violating text.

setLength

public void setLength(Integer length)
Sets the length value for this PolicyViolationErrorPart.

Parameters:
length - * The length of the violating text.

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.