public interface CampaignElementTemplateType
The following features are supported:
MarketingPackage.getCampaignElementTemplateType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBehaviorRuleXML()
Returns the value of the 'Behavior Rule XML' attribute.
|
CampaignElementTemplateIdentifierType |
getCampaignElementTemplateIdentifier()
Returns the value of the 'Campaign Element Template Identifier' containment reference.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getDisplayXML()
Returns the value of the 'Display XML' attribute.
|
java.lang.String |
getImplementationXML()
Returns the value of the 'Implementation XML' attribute.
|
java.lang.String |
getRelatedCampaignElementXML()
Returns the value of the 'Related Campaign Element XML' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setBehaviorRuleXML(java.lang.String value)
Sets the value of the '
Behavior Rule XML ' attribute. |
void |
setCampaignElementTemplateIdentifier(CampaignElementTemplateIdentifierType value)
Sets the value of the '
Campaign Element Template Identifier ' containment reference. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setDisplayXML(java.lang.String value)
Sets the value of the '
Display XML ' attribute. |
void |
setImplementationXML(java.lang.String value)
Sets the value of the '
Implementation XML ' attribute. |
void |
setRelatedCampaignElementXML(java.lang.String value)
Sets the value of the '
Related Campaign Element XML ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
CampaignElementTemplateIdentifierType getCampaignElementTemplateIdentifier()
setCampaignElementTemplateIdentifier(CampaignElementTemplateIdentifierType)
,
MarketingPackage.getCampaignElementTemplateType_CampaignElementTemplateIdentifier()
void setCampaignElementTemplateIdentifier(CampaignElementTemplateIdentifierType value)
Campaign Element Template Identifier
' containment reference.
value
- the new value of the 'Campaign Element Template Identifier' containment reference.getCampaignElementTemplateIdentifier()
java.lang.String getDescription()
setDescription(String)
,
MarketingPackage.getCampaignElementTemplateType_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getDisplayXML()
setDisplayXML(String)
,
MarketingPackage.getCampaignElementTemplateType_DisplayXML()
void setDisplayXML(java.lang.String value)
Display XML
' attribute.
value
- the new value of the 'Display XML' attribute.getDisplayXML()
java.lang.String getImplementationXML()
setImplementationXML(String)
,
MarketingPackage.getCampaignElementTemplateType_ImplementationXML()
void setImplementationXML(java.lang.String value)
Implementation XML
' attribute.
value
- the new value of the 'Implementation XML' attribute.getImplementationXML()
java.lang.String getBehaviorRuleXML()
setBehaviorRuleXML(String)
,
MarketingPackage.getCampaignElementTemplateType_BehaviorRuleXML()
void setBehaviorRuleXML(java.lang.String value)
Behavior Rule XML
' attribute.
value
- the new value of the 'Behavior Rule XML' attribute.getBehaviorRuleXML()
java.lang.String getRelatedCampaignElementXML()
setRelatedCampaignElementXML(String)
,
MarketingPackage.getCampaignElementTemplateType_RelatedCampaignElementXML()
void setRelatedCampaignElementXML(java.lang.String value)
Related Campaign Element XML
' attribute.
value
- the new value of the 'Related Campaign Element XML' attribute.getRelatedCampaignElementXML()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getCampaignElementTemplateType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()