public interface ActivityType
The following features are supported:
Activity Identifier
Campaign Element
Version
Published Version
State
Start Date
End Date
Priority
Repeatable
Format
Template Format
Experiment Format
Created
Last Update
Last Updated By
Description
Campaign Identifier
Runtime XML Definition
Marketing Spot Statistics
Marketing EMail Statistics
Activity Sequence
Family Identifier
Marketing Spot Behavior
UI Displayable
Managing Tool
User Data
MarketingPackage.getActivityType()
Modifier and Type | Method and Description |
---|---|
ActivityIdentifierType |
getActivityIdentifier()
Returns the value of the 'Activity Identifier' containment reference.
|
java.lang.String |
getActivitySequence()
Returns the value of the 'Activity Sequence' attribute.
|
java.util.List |
getCampaignElement()
Returns the value of the 'Campaign Element' containment reference list.
|
CampaignIdentifierType |
getCampaignIdentifier()
Returns the value of the 'Campaign Identifier' containment reference.
|
java.lang.Object |
getCreated()
Returns the value of the 'Created' attribute.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.Object |
getEndDate()
Returns the value of the 'End Date' attribute.
|
java.lang.Object |
getExperimentFormat()
Returns the value of the 'Experiment Format' attribute.
|
ActivityIdentifierType |
getFamilyIdentifier()
Returns the value of the 'Family Identifier' containment reference.
|
java.lang.Object |
getFormat()
Returns the value of the 'Format' attribute.
|
java.lang.Object |
getLastUpdate()
Returns the value of the 'Last Update' attribute.
|
java.lang.String |
getLastUpdatedBy()
Returns the value of the 'Last Updated By' attribute.
|
java.math.BigInteger |
getManagingTool()
Returns the value of the 'Managing Tool' attribute.
|
MarketingEmailStatisticsType |
getMarketingEMailStatistics()
Returns the value of the 'Marketing EMail Statistics' containment reference.
|
java.lang.String |
getMarketingSpotBehavior()
Returns the value of the 'Marketing Spot Behavior' attribute.
|
java.util.List |
getMarketingSpotStatistics()
Returns the value of the 'Marketing Spot Statistics' containment reference list.
|
java.math.BigInteger |
getPriority()
Returns the value of the 'Priority' attribute.
|
java.math.BigInteger |
getPublishedVersion()
Returns the value of the 'Published Version' attribute.
|
java.math.BigInteger |
getRepeatable()
Returns the value of the 'Repeatable' attribute.
|
java.lang.String |
getRuntimeXMLDefinition()
Returns the value of the 'Runtime XML Definition' attribute.
|
java.lang.Object |
getStartDate()
Returns the value of the 'Start Date' attribute.
|
java.lang.Object |
getState()
Returns the value of the 'State' attribute.
|
java.lang.Object |
getTemplateFormat()
Returns the value of the 'Template Format' attribute.
|
java.math.BigInteger |
getUIDisplayable()
Returns the value of the 'UI Displayable' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
java.math.BigInteger |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isSetEndDate()
Returns whether the value of the '
End Date ' attribute is set. |
boolean |
isSetStartDate()
Returns whether the value of the '
Start Date ' attribute is set. |
void |
setActivityIdentifier(ActivityIdentifierType value)
Sets the value of the '
Activity Identifier ' containment reference. |
void |
setActivitySequence(java.lang.String value)
Sets the value of the '
Activity Sequence ' attribute. |
void |
setCampaignIdentifier(CampaignIdentifierType value)
Sets the value of the '
Campaign Identifier ' containment reference. |
void |
setCreated(java.lang.Object value)
Sets the value of the '
Created ' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setEndDate(java.lang.Object value)
Sets the value of the '
End Date ' attribute. |
void |
setExperimentFormat(java.lang.Object value)
Sets the value of the '
Experiment Format ' attribute. |
void |
setFamilyIdentifier(ActivityIdentifierType value)
Sets the value of the '
Family Identifier ' containment reference. |
void |
setFormat(java.lang.Object value)
Sets the value of the '
Format ' attribute. |
void |
setLastUpdate(java.lang.Object value)
Sets the value of the '
Last Update ' attribute. |
void |
setLastUpdatedBy(java.lang.String value)
Sets the value of the '
Last Updated By ' attribute. |
void |
setManagingTool(java.math.BigInteger value)
Sets the value of the '
Managing Tool ' attribute. |
void |
setMarketingEMailStatistics(MarketingEmailStatisticsType value)
Sets the value of the '
Marketing EMail Statistics ' containment reference. |
void |
setMarketingSpotBehavior(java.lang.String value)
Sets the value of the '
Marketing Spot Behavior ' attribute. |
void |
setPriority(java.math.BigInteger value)
Sets the value of the '
Priority ' attribute. |
void |
setPublishedVersion(java.math.BigInteger value)
Sets the value of the '
Published Version ' attribute. |
void |
setRepeatable(java.math.BigInteger value)
Sets the value of the '
Repeatable ' attribute. |
void |
setRuntimeXMLDefinition(java.lang.String value)
Sets the value of the '
Runtime XML Definition ' attribute. |
void |
setStartDate(java.lang.Object value)
Sets the value of the '
Start Date ' attribute. |
void |
setState(java.lang.Object value)
Sets the value of the '
State ' attribute. |
void |
setTemplateFormat(java.lang.Object value)
Sets the value of the '
Template Format ' attribute. |
void |
setUIDisplayable(java.math.BigInteger value)
Sets the value of the '
UI Displayable ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
setVersion(java.math.BigInteger value)
Sets the value of the '
Version ' attribute. |
void |
unsetEndDate()
Unsets the value of the '
End Date ' attribute. |
void |
unsetStartDate()
Unsets the value of the '
Start Date ' attribute. |
ActivityIdentifierType getActivityIdentifier()
setActivityIdentifier(ActivityIdentifierType)
,
MarketingPackage.getActivityType_ActivityIdentifier()
void setActivityIdentifier(ActivityIdentifierType value)
Activity Identifier
' containment reference.
value
- the new value of the 'Activity Identifier' containment reference.getActivityIdentifier()
java.util.List getCampaignElement()
CampaignElementType
.
The campaign elements associated with the activity.
MarketingPackage.getActivityType_CampaignElement()
java.math.BigInteger getVersion()
setVersion(BigInteger)
,
MarketingPackage.getActivityType_Version()
void setVersion(java.math.BigInteger value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
java.math.BigInteger getPublishedVersion()
setPublishedVersion(BigInteger)
,
MarketingPackage.getActivityType_PublishedVersion()
void setPublishedVersion(java.math.BigInteger value)
Published Version
' attribute.
value
- the new value of the 'Published Version' attribute.getPublishedVersion()
java.lang.Object getState()
setState(Object)
,
MarketingPackage.getActivityType_State()
void setState(java.lang.Object value)
State
' attribute.
value
- the new value of the 'State' attribute.getState()
java.lang.Object getStartDate()
isSetStartDate()
,
unsetStartDate()
,
setStartDate(Object)
,
MarketingPackage.getActivityType_StartDate()
void setStartDate(java.lang.Object value)
Start Date
' attribute.
value
- the new value of the 'Start Date' attribute.isSetStartDate()
,
unsetStartDate()
,
getStartDate()
void unsetStartDate()
Start Date
' attribute.
isSetStartDate()
,
getStartDate()
,
setStartDate(Object)
boolean isSetStartDate()
Start Date
' attribute is set.
unsetStartDate()
,
getStartDate()
,
setStartDate(Object)
java.lang.Object getEndDate()
isSetEndDate()
,
unsetEndDate()
,
setEndDate(Object)
,
MarketingPackage.getActivityType_EndDate()
void setEndDate(java.lang.Object value)
End Date
' attribute.
value
- the new value of the 'End Date' attribute.isSetEndDate()
,
unsetEndDate()
,
getEndDate()
void unsetEndDate()
End Date
' attribute.
isSetEndDate()
,
getEndDate()
,
setEndDate(Object)
boolean isSetEndDate()
End Date
' attribute is set.
unsetEndDate()
,
getEndDate()
,
setEndDate(Object)
java.math.BigInteger getPriority()
setPriority(BigInteger)
,
MarketingPackage.getActivityType_Priority()
void setPriority(java.math.BigInteger value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
java.math.BigInteger getRepeatable()
setRepeatable(BigInteger)
,
MarketingPackage.getActivityType_Repeatable()
void setRepeatable(java.math.BigInteger value)
Repeatable
' attribute.
value
- the new value of the 'Repeatable' attribute.getRepeatable()
java.lang.Object getFormat()
setFormat(Object)
,
MarketingPackage.getActivityType_Format()
void setFormat(java.lang.Object value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
java.lang.Object getTemplateFormat()
setTemplateFormat(Object)
,
MarketingPackage.getActivityType_TemplateFormat()
void setTemplateFormat(java.lang.Object value)
Template Format
' attribute.
value
- the new value of the 'Template Format' attribute.getTemplateFormat()
java.lang.Object getExperimentFormat()
setExperimentFormat(Object)
,
MarketingPackage.getActivityType_ExperimentFormat()
void setExperimentFormat(java.lang.Object value)
Experiment Format
' attribute.
value
- the new value of the 'Experiment Format' attribute.getExperimentFormat()
java.lang.Object getCreated()
setCreated(Object)
,
MarketingPackage.getActivityType_Created()
void setCreated(java.lang.Object value)
Created
' attribute.
value
- the new value of the 'Created' attribute.getCreated()
java.lang.Object getLastUpdate()
setLastUpdate(Object)
,
MarketingPackage.getActivityType_LastUpdate()
void setLastUpdate(java.lang.Object value)
Last Update
' attribute.
value
- the new value of the 'Last Update' attribute.getLastUpdate()
java.lang.String getLastUpdatedBy()
setLastUpdatedBy(String)
,
MarketingPackage.getActivityType_LastUpdatedBy()
void setLastUpdatedBy(java.lang.String value)
Last Updated By
' attribute.
value
- the new value of the 'Last Updated By' attribute.getLastUpdatedBy()
java.lang.String getDescription()
setDescription(String)
,
MarketingPackage.getActivityType_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
CampaignIdentifierType getCampaignIdentifier()
setCampaignIdentifier(CampaignIdentifierType)
,
MarketingPackage.getActivityType_CampaignIdentifier()
void setCampaignIdentifier(CampaignIdentifierType value)
Campaign Identifier
' containment reference.
value
- the new value of the 'Campaign Identifier' containment reference.getCampaignIdentifier()
java.lang.String getRuntimeXMLDefinition()
setRuntimeXMLDefinition(String)
,
MarketingPackage.getActivityType_RuntimeXMLDefinition()
void setRuntimeXMLDefinition(java.lang.String value)
Runtime XML Definition
' attribute.
value
- the new value of the 'Runtime XML Definition' attribute.getRuntimeXMLDefinition()
java.util.List getMarketingSpotStatistics()
MarketingSpotStatisticsType
.
The statistics of the emarketing spots
associated with this activity.
MarketingPackage.getActivityType_MarketingSpotStatistics()
MarketingEmailStatisticsType getMarketingEMailStatistics()
setMarketingEMailStatistics(MarketingEmailStatisticsType)
,
MarketingPackage.getActivityType_MarketingEMailStatistics()
void setMarketingEMailStatistics(MarketingEmailStatisticsType value)
Marketing EMail Statistics
' containment reference.
value
- the new value of the 'Marketing EMail Statistics' containment reference.getMarketingEMailStatistics()
java.lang.String getActivitySequence()
setActivitySequence(String)
,
MarketingPackage.getActivityType_ActivitySequence()
void setActivitySequence(java.lang.String value)
Activity Sequence
' attribute.
value
- the new value of the 'Activity Sequence' attribute.getActivitySequence()
ActivityIdentifierType getFamilyIdentifier()
setFamilyIdentifier(ActivityIdentifierType)
,
MarketingPackage.getActivityType_FamilyIdentifier()
void setFamilyIdentifier(ActivityIdentifierType value)
Family Identifier
' containment reference.
value
- the new value of the 'Family Identifier' containment reference.getFamilyIdentifier()
java.lang.String getMarketingSpotBehavior()
setMarketingSpotBehavior(String)
,
MarketingPackage.getActivityType_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.getActivityType_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.getActivityType_ManagingTool()
void setManagingTool(java.math.BigInteger value)
Managing Tool
' attribute.
value
- the new value of the 'Managing Tool' attribute.getManagingTool()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getActivityType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()