|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.TemplateElement
public class TemplateElement
Represents an element in a template. Each template element is composed of a list of fields (actual value data).
| Constructor Summary | |
|---|---|
TemplateElement()
|
|
TemplateElement(String uniqueName,
TemplateElementField[] fields)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
TemplateElementField[] |
getFields()
Gets the fields value for this TemplateElement. |
TemplateElementField |
getFields(int i)
|
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 |
String |
getUniqueName()
Gets the uniqueName value for this TemplateElement. |
int |
hashCode()
|
void |
setFields(int i,
TemplateElementField _value)
|
void |
setFields(TemplateElementField[] fields)
Sets the fields value for this TemplateElement. |
void |
setUniqueName(String uniqueName)
Sets the uniqueName value for this TemplateElement. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateElement()
public TemplateElement(String uniqueName,
TemplateElementField[] fields)
| Method Detail |
|---|
public String getUniqueName()
null.public void setUniqueName(String uniqueName)
uniqueName - * Unique name for this element.
This field can
be selected using the value "UniqueName".
This field is required
and should not be null.public TemplateElementField[] getFields()
null.public void setFields(TemplateElementField[] fields)
fields - * List of fields to use for this template element.
These must be the same for all template ads in the
same template ad union.
This field is required
and should not be null.public TemplateElementField getFields(int i)
public void setFields(int i,
TemplateElementField _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||