public abstract class CreativeTemplateVariable extends Object
Java class for CreativeTemplateVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreativeTemplateVariable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uniqueName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Boolean |
isRequired |
protected String |
label |
protected String |
uniqueName |
| Constructor and Description |
|---|
CreativeTemplateVariable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getUniqueName()
Gets the value of the uniqueName property.
|
Boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsRequired(Boolean value)
Sets the value of the isRequired property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setUniqueName(String value)
Sets the value of the uniqueName property.
|
protected String label
protected String uniqueName
protected String description
protected Boolean isRequired
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getUniqueName()
Stringpublic void setUniqueName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isIsRequired()
BooleanCopyright © 2018. All Rights Reserved.