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, setPartnerKey
protected 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()
String
public void setKey(String value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public Boolean getIsBlank()
Boolean
public void setIsBlank(Boolean value)
value
- allowed object is
Boolean
public Integer getCategoryID()
Integer
public void setCategoryID(Integer value)
value
- allowed object is
Integer
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public LayoutType getLayout()
LayoutType
public void setLayout(LayoutType value)
value
- allowed object is
LayoutType
public Boolean getIsDynamicContent()
Boolean
public void setIsDynamicContent(Boolean value)
value
- allowed object is
Boolean
public Boolean getIsSurvey()
Boolean
public void setIsSurvey(Boolean value)
value
- allowed object is
Boolean
public String getBackgroundColor()
String
public void setBackgroundColor(String value)
value
- allowed object is
String
public String getBorderColor()
String
public void setBorderColor(String value)
value
- allowed object is
String
public Integer getBorderWidth()
Integer
public void setBorderWidth(Integer value)
value
- allowed object is
Integer
public Integer getCellpadding()
Integer
public void setCellpadding(Integer value)
value
- allowed object is
Integer
public Integer getCellspacing()
Integer
public void setCellspacing(Integer value)
value
- allowed object is
Integer
public String getWidth()
String
public void setWidth(String value)
value
- allowed object is
String
public String getFontFamily()
String
public void setFontFamily(String value)
value
- allowed object is
String
public Boolean getHasFontSize()
Boolean
public void setHasFontSize(Boolean value)
value
- allowed object is
Boolean
public Boolean getIsLocked()
Boolean
public void setIsLocked(Boolean value)
value
- allowed object is
Boolean
Copyright © 2017. All rights reserved.