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

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

public class TemplateElementField
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TemplateElementField()
           
TemplateElementField(String name, TemplateElementFieldType type, String fieldText, Media fieldMedia)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Media getFieldMedia()
          Gets the fieldMedia value for this TemplateElementField.
 String getFieldText()
          Gets the fieldText value for this TemplateElementField.
 String getName()
          Gets the name value for this TemplateElementField.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 TemplateElementFieldType getType()
          Gets the type value for this TemplateElementField.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFieldMedia(Media fieldMedia)
          Sets the fieldMedia value for this TemplateElementField.
 void setFieldText(String fieldText)
          Sets the fieldText value for this TemplateElementField.
 void setName(String name)
          Sets the name value for this TemplateElementField.
 void setType(TemplateElementFieldType type)
          Sets the type value for this TemplateElementField.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateElementField

public TemplateElementField()

TemplateElementField

public TemplateElementField(String name,
                            TemplateElementFieldType type,
                            String fieldText,
                            Media fieldMedia)
Method Detail

getName

public String getName()
Gets the name value for this TemplateElementField.

Returns:
name * This field can be selected using the value "TemplateElementFieldName". This field is required and should not be null.

setName

public void setName(String name)
Sets the name value for this TemplateElementField.

Parameters:
name - * This field can be selected using the value "TemplateElementFieldName". This field is required and should not be null.

getType

public TemplateElementFieldType getType()
Gets the type value for this TemplateElementField.

Returns:
type * This field can be selected using the value "TemplateElementFieldType". This field is required and should not be null.

setType

public void setType(TemplateElementFieldType type)
Sets the type value for this TemplateElementField.

Parameters:
type - * This field can be selected using the value "TemplateElementFieldType". This field is required and should not be null.

getFieldText

public String getFieldText()
Gets the fieldText value for this TemplateElementField.

Returns:
fieldText * This field can be selected using the value "TemplateElementFieldText".

setFieldText

public void setFieldText(String fieldText)
Sets the fieldText value for this TemplateElementField.

Parameters:
fieldText - * This field can be selected using the value "TemplateElementFieldText".

getFieldMedia

public Media getFieldMedia()
Gets the fieldMedia value for this TemplateElementField.

Returns:
fieldMedia

setFieldMedia

public void setFieldMedia(Media fieldMedia)
Sets the fieldMedia value for this TemplateElementField.

Parameters:
fieldMedia -

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.