public interface CampaignElementType
The following features are supported:
MarketingPackage.getCampaignElementType()
Modifier and Type | Method and Description |
---|---|
CampaignElementIdentifierType |
getCampaignElementIdentifier()
Returns the value of the 'Campaign Element Identifier' containment reference.
|
CampaignElementTemplateIdentifierType |
getCampaignElementTemplateIdentifier()
Returns the value of the 'Campaign Element Template Identifier' containment reference.
|
java.util.List |
getCampaignElementVariable()
Returns the value of the 'Campaign Element Variable' containment reference list.
|
java.math.BigInteger |
getCount()
Returns the value of the 'Count' attribute.
|
java.lang.String |
getElementSequence()
Returns the value of the 'Element Sequence' attribute.
|
ExperimentStatisticsType |
getExperimentStatistics()
Returns the value of the 'Experiment Statistics' containment reference.
|
CampaignElementIdentifierType |
getParentElementIdentifier()
Returns the value of the 'Parent Element Identifier' containment reference.
|
java.math.BigInteger |
getPriority()
Returns the value of the 'Priority' attribute.
|
CampaignElementIdentifierType |
getRelatedCampaignElementIdentifier()
Returns the value of the 'Related Campaign Element Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setCampaignElementIdentifier(CampaignElementIdentifierType value)
Sets the value of the '
Campaign Element Identifier ' containment reference. |
void |
setCampaignElementTemplateIdentifier(CampaignElementTemplateIdentifierType value)
Sets the value of the '
Campaign Element Template Identifier ' containment reference. |
void |
setCount(java.math.BigInteger value)
Sets the value of the '
Count ' attribute. |
void |
setElementSequence(java.lang.String value)
Sets the value of the '
Element Sequence ' attribute. |
void |
setExperimentStatistics(ExperimentStatisticsType value)
Sets the value of the '
Experiment Statistics ' containment reference. |
void |
setParentElementIdentifier(CampaignElementIdentifierType value)
Sets the value of the '
Parent Element Identifier ' containment reference. |
void |
setPriority(java.math.BigInteger value)
Sets the value of the '
Priority ' attribute. |
void |
setRelatedCampaignElementIdentifier(CampaignElementIdentifierType value)
Sets the value of the '
Related Campaign Element Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
CampaignElementIdentifierType getCampaignElementIdentifier()
setCampaignElementIdentifier(CampaignElementIdentifierType)
,
MarketingPackage.getCampaignElementType_CampaignElementIdentifier()
void setCampaignElementIdentifier(CampaignElementIdentifierType value)
Campaign Element Identifier
' containment reference.
value
- the new value of the 'Campaign Element Identifier' containment reference.getCampaignElementIdentifier()
CampaignElementTemplateIdentifierType getCampaignElementTemplateIdentifier()
setCampaignElementTemplateIdentifier(CampaignElementTemplateIdentifierType)
,
MarketingPackage.getCampaignElementType_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.util.List getCampaignElementVariable()
CampaignElementVariableType
.
The name value pair variables associated with a
campaign element.
MarketingPackage.getCampaignElementType_CampaignElementVariable()
CampaignElementIdentifierType getRelatedCampaignElementIdentifier()
setRelatedCampaignElementIdentifier(CampaignElementIdentifierType)
,
MarketingPackage.getCampaignElementType_RelatedCampaignElementIdentifier()
void setRelatedCampaignElementIdentifier(CampaignElementIdentifierType value)
Related Campaign Element Identifier
' containment reference.
value
- the new value of the 'Related Campaign Element Identifier' containment reference.getRelatedCampaignElementIdentifier()
java.math.BigInteger getPriority()
setPriority(BigInteger)
,
MarketingPackage.getCampaignElementType_Priority()
void setPriority(java.math.BigInteger value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
java.lang.String getElementSequence()
setElementSequence(String)
,
MarketingPackage.getCampaignElementType_ElementSequence()
void setElementSequence(java.lang.String value)
Element Sequence
' attribute.
value
- the new value of the 'Element Sequence' attribute.getElementSequence()
CampaignElementIdentifierType getParentElementIdentifier()
setParentElementIdentifier(CampaignElementIdentifierType)
,
MarketingPackage.getCampaignElementType_ParentElementIdentifier()
void setParentElementIdentifier(CampaignElementIdentifierType value)
Parent Element Identifier
' containment reference.
value
- the new value of the 'Parent Element Identifier' containment reference.getParentElementIdentifier()
java.math.BigInteger getCount()
setCount(BigInteger)
,
MarketingPackage.getCampaignElementType_Count()
void setCount(java.math.BigInteger value)
Count
' attribute.
value
- the new value of the 'Count' attribute.getCount()
ExperimentStatisticsType getExperimentStatistics()
setExperimentStatistics(ExperimentStatisticsType)
,
MarketingPackage.getCampaignElementType_ExperimentStatistics()
void setExperimentStatistics(ExperimentStatisticsType value)
Experiment Statistics
' containment reference.
value
- the new value of the 'Experiment Statistics' containment reference.getExperimentStatistics()
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getCampaignElementType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()