public interface MarketingContentType
The following features are supported:
MarketingPackage.getMarketingContentType()
Modifier and Type | Method and Description |
---|---|
AttachmentReferenceType |
getAttachment()
Returns the value of the 'Attachment' containment reference.
|
com.ibm.commerce.marketing.facade.datatypes.ClickActionEnumerationType |
getClickAction()
Returns the value of the 'Click Action' attribute.
|
com.ibm.commerce.marketing.facade.datatypes.InputOptionEnumerationType |
getInputOption()
Returns the value of the 'Input Option' attribute.
|
java.math.BigInteger |
getManagingTool()
Returns the value of the 'Managing Tool' attribute.
|
java.util.List |
getMarketingContentDescription()
Returns the value of the 'Marketing Content Description' containment reference list.
|
MarketingContentFormatType |
getMarketingContentFormat()
Returns the value of the 'Marketing Content Format' containment reference.
|
MarketingContentIdentifierType |
getMarketingContentIdentifier()
Returns the value of the 'Marketing Content Identifier' containment reference.
|
java.util.List |
getMarketingContentImageMap()
Returns the value of the 'Marketing Content Image Map' containment reference list.
|
java.lang.String |
getMarketingSpotBehavior()
Returns the value of the 'Marketing Spot Behavior' attribute.
|
java.lang.String |
getMimeType()
Returns the value of the 'Mime Type' attribute.
|
java.math.BigInteger |
getOvrMktLimit()
Returns the value of the 'Ovr Mkt Limit' attribute.
|
java.math.BigInteger |
getUIDisplayable()
Returns the value of the 'UI Displayable' attribute.
|
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isSetClickAction()
Returns whether the value of the '
Click Action ' attribute is set. |
boolean |
isSetInputOption()
Returns whether the value of the '
Input Option ' attribute is set. |
void |
setAttachment(AttachmentReferenceType value)
Sets the value of the '
Attachment ' containment reference. |
void |
setClickAction(com.ibm.commerce.marketing.facade.datatypes.ClickActionEnumerationType value)
Sets the value of the '
Click Action ' attribute. |
void |
setInputOption(com.ibm.commerce.marketing.facade.datatypes.InputOptionEnumerationType value)
Sets the value of the '
Input Option ' attribute. |
void |
setManagingTool(java.math.BigInteger value)
Sets the value of the '
Managing Tool ' attribute. |
void |
setMarketingContentFormat(MarketingContentFormatType value)
Sets the value of the '
Marketing Content Format ' containment reference. |
void |
setMarketingContentIdentifier(MarketingContentIdentifierType value)
Sets the value of the '
Marketing Content Identifier ' containment reference. |
void |
setMarketingSpotBehavior(java.lang.String value)
Sets the value of the '
Marketing Spot Behavior ' attribute. |
void |
setMimeType(java.lang.String value)
Sets the value of the '
Mime Type ' attribute. |
void |
setOvrMktLimit(java.math.BigInteger value)
Sets the value of the '
Ovr Mkt Limit ' attribute. |
void |
setUIDisplayable(java.math.BigInteger value)
Sets the value of the '
UI Displayable ' attribute. |
void |
setUrl(java.lang.String value)
Sets the value of the '
Url ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetClickAction()
Unsets the value of the '
Click Action ' attribute. |
void |
unsetInputOption()
Unsets the value of the '
Input Option ' attribute. |
MarketingContentIdentifierType getMarketingContentIdentifier()
setMarketingContentIdentifier(MarketingContentIdentifierType)
,
MarketingPackage.getMarketingContentType_MarketingContentIdentifier()
void setMarketingContentIdentifier(MarketingContentIdentifierType value)
Marketing Content Identifier
' containment reference.
value
- the new value of the 'Marketing Content Identifier' containment reference.getMarketingContentIdentifier()
java.util.List getMarketingContentDescription()
MarketingContentDescriptionType
.
The description of a marketing content.
MarketingPackage.getMarketingContentType_MarketingContentDescription()
MarketingContentFormatType getMarketingContentFormat()
setMarketingContentFormat(MarketingContentFormatType)
,
MarketingPackage.getMarketingContentType_MarketingContentFormat()
void setMarketingContentFormat(MarketingContentFormatType value)
Marketing Content Format
' containment reference.
value
- the new value of the 'Marketing Content Format' containment reference.getMarketingContentFormat()
com.ibm.commerce.marketing.facade.datatypes.ClickActionEnumerationType getClickAction()
ClickActionEnumerationType
.
The number of click actions of the marketing content: "None", "Single"(URL) or "Multiple"(Image Map)
ClickActionEnumerationType
,
isSetClickAction()
,
unsetClickAction()
,
setClickAction(ClickActionEnumerationType)
,
MarketingPackage.getMarketingContentType_ClickAction()
void setClickAction(com.ibm.commerce.marketing.facade.datatypes.ClickActionEnumerationType value)
Click Action
' attribute.
value
- the new value of the 'Click Action' attribute.ClickActionEnumerationType
,
isSetClickAction()
,
unsetClickAction()
,
getClickAction()
void unsetClickAction()
Click Action
' attribute.
boolean isSetClickAction()
Click Action
' attribute is set.
unsetClickAction()
,
getClickAction()
,
setClickAction(ClickActionEnumerationType)
com.ibm.commerce.marketing.facade.datatypes.InputOptionEnumerationType getInputOption()
InputOptionEnumerationType
.
The input options for the marketing content image map. Two options are support: "Area" means the image map is defined by individual area.
"Source" means the image map is defined by HTML source code.
InputOptionEnumerationType
,
isSetInputOption()
,
unsetInputOption()
,
setInputOption(InputOptionEnumerationType)
,
MarketingPackage.getMarketingContentType_InputOption()
void setInputOption(com.ibm.commerce.marketing.facade.datatypes.InputOptionEnumerationType value)
Input Option
' attribute.
value
- the new value of the 'Input Option' attribute.InputOptionEnumerationType
,
isSetInputOption()
,
unsetInputOption()
,
getInputOption()
void unsetInputOption()
Input Option
' attribute.
boolean isSetInputOption()
Input Option
' attribute is set.
unsetInputOption()
,
getInputOption()
,
setInputOption(InputOptionEnumerationType)
java.lang.String getUrl()
setUrl(String)
,
MarketingPackage.getMarketingContentType_Url()
void setUrl(java.lang.String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
java.util.List getMarketingContentImageMap()
MarketingContentImageMapType
.
The definition of the image map (clickable areas of a image). It is language sensitive.
MarketingPackage.getMarketingContentType_MarketingContentImageMap()
java.lang.String getMimeType()
setMimeType(String)
,
MarketingPackage.getMarketingContentType_MimeType()
void setMimeType(java.lang.String value)
Mime Type
' attribute.
value
- the new value of the 'Mime Type' attribute.getMimeType()
AttachmentReferenceType getAttachment()
setAttachment(AttachmentReferenceType)
,
MarketingPackage.getMarketingContentType_Attachment()
void setAttachment(AttachmentReferenceType value)
Attachment
' containment reference.
value
- the new value of the 'Attachment' containment reference.getAttachment()
java.lang.String getMarketingSpotBehavior()
setMarketingSpotBehavior(String)
,
MarketingPackage.getMarketingContentType_MarketingSpotBehavior()
void setMarketingSpotBehavior(java.lang.String value)
Marketing Spot Behavior
' attribute.
value
- the new value of the 'Marketing Spot Behavior' attribute.getMarketingSpotBehavior()
java.math.BigInteger getUIDisplayable()
setUIDisplayable(BigInteger)
,
MarketingPackage.getMarketingContentType_UIDisplayable()
void setUIDisplayable(java.math.BigInteger value)
UI Displayable
' attribute.
value
- the new value of the 'UI Displayable' attribute.getUIDisplayable()
java.math.BigInteger getManagingTool()
setManagingTool(BigInteger)
,
MarketingPackage.getMarketingContentType_ManagingTool()
void setManagingTool(java.math.BigInteger value)
Managing Tool
' attribute.
value
- the new value of the 'Managing Tool' attribute.getManagingTool()
java.math.BigInteger getOvrMktLimit()
setOvrMktLimit(BigInteger)
,
MarketingPackage.getMarketingContentType_OvrMktLimit()
void setOvrMktLimit(java.math.BigInteger value)
Ovr Mkt Limit
' attribute.
value
- the new value of the 'Ovr Mkt Limit' attribute.getOvrMktLimit()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getMarketingContentType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()