public class DisplayCallToAction extends Object
Java class for DisplayCallToAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayCallToAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="textColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urlId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
text |
protected String |
textColor |
protected String |
urlId |
| Constructor and Description |
|---|
DisplayCallToAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets the value of the text property.
|
String |
getTextColor()
Gets the value of the textColor property.
|
String |
getUrlId()
Gets the value of the urlId property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setTextColor(String value)
Sets the value of the textColor property.
|
void |
setUrlId(String value)
Sets the value of the urlId property.
|
protected String text
protected String textColor
protected String urlId
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getTextColor()
Stringpublic void setTextColor(String value)
value - allowed object is
Stringpublic String getUrlId()
StringCopyright © 2023. All rights reserved.