public interface MarketingEmailTemplateType
The following features are supported:
MarketingPackage.getMarketingEmailTemplateType()
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBodyType()
Returns the value of the 'Body Type' attribute.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getJspPath()
Returns the value of the 'Jsp Path' attribute.
|
MarketingEmailContentType |
getMarketingEmailContent()
Returns the value of the 'Marketing Email Content' containment reference.
|
MarketingEmailTemplateIdentifierType |
getMarketingEmailTemplateIdentifier()
Returns the value of the 'Marketing Email Template Identifier' containment reference.
|
java.lang.String |
getPropertyFile()
Returns the value of the 'Property File' attribute.
|
java.lang.Object |
getStatus()
Returns the value of the 'Status' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setBodyType(java.lang.Object value)
Sets the value of the '
Body Type ' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setJspPath(java.lang.String value)
Sets the value of the '
Jsp Path ' attribute. |
void |
setMarketingEmailContent(MarketingEmailContentType value)
Sets the value of the '
Marketing Email Content ' containment reference. |
void |
setMarketingEmailTemplateIdentifier(MarketingEmailTemplateIdentifierType value)
Sets the value of the '
Marketing Email Template Identifier ' containment reference. |
void |
setPropertyFile(java.lang.String value)
Sets the value of the '
Property File ' attribute. |
void |
setStatus(java.lang.Object value)
Sets the value of the '
Status ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
MarketingEmailTemplateIdentifierType getMarketingEmailTemplateIdentifier()
setMarketingEmailTemplateIdentifier(MarketingEmailTemplateIdentifierType)
,
MarketingPackage.getMarketingEmailTemplateType_MarketingEmailTemplateIdentifier()
void setMarketingEmailTemplateIdentifier(MarketingEmailTemplateIdentifierType value)
Marketing Email Template Identifier
' containment reference.
value
- the new value of the 'Marketing Email Template Identifier' containment reference.getMarketingEmailTemplateIdentifier()
java.lang.String getJspPath()
setJspPath(String)
,
MarketingPackage.getMarketingEmailTemplateType_JspPath()
void setJspPath(java.lang.String value)
Jsp Path
' attribute.
value
- the new value of the 'Jsp Path' attribute.getJspPath()
java.lang.String getPropertyFile()
If the meaning of the 'Property File' attribute isn't clear, there really should be more of a description here...
setPropertyFile(String)
,
MarketingPackage.getMarketingEmailTemplateType_PropertyFile()
void setPropertyFile(java.lang.String value)
Property File
' attribute.
value
- the new value of the 'Property File' attribute.getPropertyFile()
java.lang.String getDescription()
setDescription(String)
,
MarketingPackage.getMarketingEmailTemplateType_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.Object getStatus()
setStatus(Object)
,
MarketingPackage.getMarketingEmailTemplateType_Status()
void setStatus(java.lang.Object value)
Status
' attribute.
value
- the new value of the 'Status' attribute.getStatus()
java.lang.Object getBodyType()
setBodyType(Object)
,
MarketingPackage.getMarketingEmailTemplateType_BodyType()
void setBodyType(java.lang.Object value)
Body Type
' attribute.
value
- the new value of the 'Body Type' attribute.getBodyType()
MarketingEmailContentType getMarketingEmailContent()
setMarketingEmailContent(MarketingEmailContentType)
,
MarketingPackage.getMarketingEmailTemplateType_MarketingEmailContent()
void setMarketingEmailContent(MarketingEmailContentType value)
Marketing Email Content
' containment reference.
value
- the new value of the 'Marketing Email Content' containment reference.getMarketingEmailContent()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getMarketingEmailTemplateType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()