public class ContentArea extends APIObject
Java class for ContentArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentArea">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsBlank" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Layout" type="{http://exacttarget.com/wsdl/partnerAPI}LayoutType" minOccurs="0"/>
<element name="IsDynamicContent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSurvey" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BackgroundColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BorderColor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BorderWidth" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Cellpadding" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Cellspacing" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FontFamily" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HasFontSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsLocked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
backgroundColor |
protected String |
borderColor |
protected Integer |
borderWidth |
protected Integer |
categoryID |
protected Integer |
cellpadding |
protected Integer |
cellspacing |
protected String |
content |
protected String |
fontFamily |
protected Boolean |
hasFontSize |
protected Boolean |
isBlank |
protected Boolean |
isDynamicContent |
protected Boolean |
isLocked |
protected Boolean |
isSurvey |
protected String |
key |
protected LayoutType |
layout |
protected String |
name |
protected String |
width |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ContentArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
String |
getBorderColor()
Gets the value of the borderColor property.
|
Integer |
getBorderWidth()
Gets the value of the borderWidth property.
|
Integer |
getCategoryID()
Gets the value of the categoryID property.
|
Integer |
getCellpadding()
Gets the value of the cellpadding property.
|
Integer |
getCellspacing()
Gets the value of the cellspacing property.
|
String |
getContent()
Gets the value of the content property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
Boolean |
getHasFontSize()
Gets the value of the hasFontSize property.
|
Boolean |
getIsBlank()
Gets the value of the isBlank property.
|
Boolean |
getIsDynamicContent()
Gets the value of the isDynamicContent property.
|
Boolean |
getIsLocked()
Gets the value of the isLocked property.
|
Boolean |
getIsSurvey()
Gets the value of the isSurvey property.
|
String |
getKey()
Gets the value of the key property.
|
LayoutType |
getLayout()
Gets the value of the layout property.
|
String |
getName()
Gets the value of the name property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setBackgroundColor(String value)
Sets the value of the backgroundColor property.
|
void |
setBorderColor(String value)
Sets the value of the borderColor property.
|
void |
setBorderWidth(Integer value)
Sets the value of the borderWidth property.
|
void |
setCategoryID(Integer value)
Sets the value of the categoryID property.
|
void |
setCellpadding(Integer value)
Sets the value of the cellpadding property.
|
void |
setCellspacing(Integer value)
Sets the value of the cellspacing property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setHasFontSize(Boolean value)
Sets the value of the hasFontSize property.
|
void |
setIsBlank(Boolean value)
Sets the value of the isBlank property.
|
void |
setIsDynamicContent(Boolean value)
Sets the value of the isDynamicContent property.
|
void |
setIsLocked(Boolean value)
Sets the value of the isLocked property.
|
void |
setIsSurvey(Boolean value)
Sets the value of the isSurvey property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLayout(LayoutType value)
Sets the value of the layout property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String key
protected String content
protected Boolean isBlank
protected Integer categoryID
protected String name
protected LayoutType layout
protected Boolean isDynamicContent
protected Boolean isSurvey
protected String backgroundColor
protected String borderColor
protected Integer borderWidth
protected Integer cellpadding
protected Integer cellspacing
protected String width
protected String fontFamily
protected Boolean hasFontSize
protected Boolean isLocked
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic Boolean getIsBlank()
Booleanpublic void setIsBlank(Boolean value)
value - allowed object is
Booleanpublic Integer getCategoryID()
Integerpublic void setCategoryID(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic LayoutType getLayout()
LayoutTypepublic void setLayout(LayoutType value)
value - allowed object is
LayoutTypepublic Boolean getIsDynamicContent()
Booleanpublic void setIsDynamicContent(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsSurvey()
Booleanpublic void setIsSurvey(Boolean value)
value - allowed object is
Booleanpublic String getBackgroundColor()
Stringpublic void setBackgroundColor(String value)
value - allowed object is
Stringpublic String getBorderColor()
Stringpublic void setBorderColor(String value)
value - allowed object is
Stringpublic Integer getBorderWidth()
Integerpublic void setBorderWidth(Integer value)
value - allowed object is
Integerpublic Integer getCellpadding()
Integerpublic void setCellpadding(Integer value)
value - allowed object is
Integerpublic Integer getCellspacing()
Integerpublic void setCellspacing(Integer value)
value - allowed object is
Integerpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic Boolean getHasFontSize()
Booleanpublic void setHasFontSize(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsLocked()
Booleanpublic void setIsLocked(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.