com.ibm.commerce.marketing.facade.datatypes

Interface CampaignElementType

    • Method Detail

      • getCampaignElementVariable

        java.util.List getCampaignElementVariable()
        Returns the value of the 'Campaign Element Variable' containment reference list. The list contents are of type CampaignElementVariableType. The name value pair variables associated with a campaign element.
        Returns:
        the value of the 'Campaign Element Variable' containment reference list.
        See Also:
        MarketingPackage.getCampaignElementType_CampaignElementVariable()
      • getRelatedCampaignElementIdentifier

        CampaignElementIdentifierType getRelatedCampaignElementIdentifier()
        Returns the value of the 'Related Campaign Element Identifier' containment reference. The identifier of the campaign element which is related to this campaign element.
        Returns:
        the value of the 'Related Campaign Element Identifier' containment reference.
        See Also:
        setRelatedCampaignElementIdentifier(CampaignElementIdentifierType), MarketingPackage.getCampaignElementType_RelatedCampaignElementIdentifier()
      • getPriority

        java.math.BigInteger getPriority()
        Returns the value of the 'Priority' attribute. The priority of the campaign element.
        Returns:
        the value of the 'Priority' attribute.
        See Also:
        setPriority(BigInteger), MarketingPackage.getCampaignElementType_Priority()
      • setPriority

        void setPriority(java.math.BigInteger value)
        Sets the value of the 'Priority' attribute.
        Parameters:
        value - the new value of the 'Priority' attribute.
        See Also:
        getPriority()
      • getElementSequence

        java.lang.String getElementSequence()
        Returns the value of the 'Element Sequence' attribute. The sequence number of this element under the same parent element.
        Returns:
        the value of the 'Element Sequence' attribute.
        See Also:
        setElementSequence(String), MarketingPackage.getCampaignElementType_ElementSequence()
      • setElementSequence

        void setElementSequence(java.lang.String value)
        Sets the value of the 'Element Sequence' attribute.
        Parameters:
        value - the new value of the 'Element Sequence' attribute.
        See Also:
        getElementSequence()
      • getParentElementIdentifier

        CampaignElementIdentifierType getParentElementIdentifier()
        Returns the value of the 'Parent Element Identifier' containment reference. The identifier of the parent element of this element.
        Returns:
        the value of the 'Parent Element Identifier' containment reference.
        See Also:
        setParentElementIdentifier(CampaignElementIdentifierType), MarketingPackage.getCampaignElementType_ParentElementIdentifier()
      • getCount

        java.math.BigInteger getCount()
        Returns the value of the 'Count' attribute. The number of times which this element has been executed by customers.
        Returns:
        the value of the 'Count' attribute.
        See Also:
        setCount(BigInteger), MarketingPackage.getCampaignElementType_Count()
      • setCount

        void setCount(java.math.BigInteger value)
        Sets the value of the 'Count' attribute.
        Parameters:
        value - the new value of the 'Count' attribute.
        See Also:
        getCount()
      • getExperimentStatistics

        ExperimentStatisticsType getExperimentStatistics()
        Returns the value of the 'Experiment Statistics' containment reference. The test element statistics for an experiment branch.
        Returns:
        the value of the 'Experiment Statistics' containment reference.
        See Also:
        setExperimentStatistics(ExperimentStatisticsType), MarketingPackage.getCampaignElementType_ExperimentStatistics()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getCampaignElementType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()