public class TemplateElementField extends Object
Java class for TemplateElementField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateElementField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{https://adwords.google.com/api/adwords/cm/v201809}TemplateElementField.Type" minOccurs="0"/>
<element name="fieldText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fieldMedia" type="{https://adwords.google.com/api/adwords/cm/v201809}Media" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Media |
fieldMedia |
protected String |
fieldText |
protected String |
name |
protected TemplateElementFieldType |
type |
| Constructor and Description |
|---|
TemplateElementField() |
| Modifier and Type | Method and Description |
|---|---|
Media |
getFieldMedia()
Gets the value of the fieldMedia property.
|
String |
getFieldText()
Gets the value of the fieldText property.
|
String |
getName()
Gets the value of the name property.
|
TemplateElementFieldType |
getType()
Gets the value of the type property.
|
void |
setFieldMedia(Media value)
Sets the value of the fieldMedia property.
|
void |
setFieldText(String value)
Sets the value of the fieldText property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(TemplateElementFieldType value)
Sets the value of the type property.
|
protected String name
protected TemplateElementFieldType type
protected String fieldText
protected Media fieldMedia
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic TemplateElementFieldType getType()
TemplateElementFieldTypepublic void setType(TemplateElementFieldType value)
value - allowed object is
TemplateElementFieldTypepublic String getFieldText()
Stringpublic void setFieldText(String value)
value - allowed object is
Stringpublic Media getFieldMedia()
MediaCopyright © 2023. All rights reserved.