com.ibm.commerce.marketing.facade.datatypes

Interface CampaignElementTemplateType

    • Method Detail

      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute. The description of the campaign element template.
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), MarketingPackage.getCampaignElementTemplateType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getDisplayXML

        java.lang.String getDisplayXML()
        Returns the value of the 'Display XML' attribute. The user interface display configuration of the campaign element template.
        Returns:
        the value of the 'Display XML' attribute.
        See Also:
        setDisplayXML(String), MarketingPackage.getCampaignElementTemplateType_DisplayXML()
      • setDisplayXML

        void setDisplayXML(java.lang.String value)
        Sets the value of the 'Display XML' attribute.
        Parameters:
        value - the new value of the 'Display XML' attribute.
        See Also:
        getDisplayXML()
      • getImplementationXML

        java.lang.String getImplementationXML()
        Returns the value of the 'Implementation XML' attribute. The runtime configuration of the campaign element template.
        Returns:
        the value of the 'Implementation XML' attribute.
        See Also:
        setImplementationXML(String), MarketingPackage.getCampaignElementTemplateType_ImplementationXML()
      • setImplementationXML

        void setImplementationXML(java.lang.String value)
        Sets the value of the 'Implementation XML' attribute.
        Parameters:
        value - the new value of the 'Implementation XML' attribute.
        See Also:
        getImplementationXML()
      • getBehaviorRuleXML

        java.lang.String getBehaviorRuleXML()
        Returns the value of the 'Behavior Rule XML' attribute. The behavior rule configuration of the campaign element template.
        Returns:
        the value of the 'Behavior Rule XML' attribute.
        See Also:
        setBehaviorRuleXML(String), MarketingPackage.getCampaignElementTemplateType_BehaviorRuleXML()
      • setBehaviorRuleXML

        void setBehaviorRuleXML(java.lang.String value)
        Sets the value of the 'Behavior Rule XML' attribute.
        Parameters:
        value - the new value of the 'Behavior Rule XML' attribute.
        See Also:
        getBehaviorRuleXML()
      • getRelatedCampaignElementXML

        java.lang.String getRelatedCampaignElementXML()
        Returns the value of the 'Related Campaign Element XML' attribute. The runtime configuration of the campaign element associated with the campaign element template.
        Returns:
        the value of the 'Related Campaign Element XML' attribute.
        See Also:
        setRelatedCampaignElementXML(String), MarketingPackage.getCampaignElementTemplateType_RelatedCampaignElementXML()
      • 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.getCampaignElementTemplateType_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()