Class Action


  • public class Action
    extends Positioned

    Java class for action complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="action">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="parameter" type="{http://www.hybris.com/cockpit/config/hybris}parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="action-id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="output-property" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="triggerOnKeys" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String actionId  
      protected java.lang.String id  
      protected java.lang.String mergeMode  
      protected java.lang.String outputProperty  
      protected java.util.List<Parameter> parameter  
      protected java.lang.String property  
      protected java.lang.String triggerOnKeys  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActionId()
      Gets the value of the actionId property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getOutputProperty()
      Gets the value of the outputProperty property.
      java.util.List<Parameter> getParameter()
      Gets the value of the parameter property.
      java.lang.String getProperty()
      Gets the value of the property property.
      java.lang.String getTriggerOnKeys()
      Gets the value of the triggerOnKeys property.
      void setActionId​(java.lang.String value)
      Sets the value of the actionId property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setOutputProperty​(java.lang.String value)
      Sets the value of the outputProperty property.
      void setProperty​(java.lang.String value)
      Sets the value of the property property.
      void setTriggerOnKeys​(java.lang.String value)
      Sets the value of the triggerOnKeys property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameter

        protected java.util.List<Parameter> parameter
      • id

        protected java.lang.String id
      • actionId

        protected java.lang.String actionId
      • property

        protected java.lang.String property
      • outputProperty

        protected java.lang.String outputProperty
      • triggerOnKeys

        protected java.lang.String triggerOnKeys
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • getParameter

        public java.util.List<Parameter> getParameter()
        Gets the value of the parameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

        For example, to add a new item, do as follows:

         getParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getActionId

        public java.lang.String getActionId()
        Gets the value of the actionId property.
        Returns:
        possible object is String
      • setActionId

        public void setActionId​(java.lang.String value)
        Sets the value of the actionId property.
        Parameters:
        value - allowed object is String
      • getProperty

        public java.lang.String getProperty()
        Gets the value of the property property.
        Returns:
        possible object is String
      • setProperty

        public void setProperty​(java.lang.String value)
        Sets the value of the property property.
        Parameters:
        value - allowed object is String
      • getOutputProperty

        public java.lang.String getOutputProperty()
        Gets the value of the outputProperty property.
        Returns:
        possible object is String
      • setOutputProperty

        public void setOutputProperty​(java.lang.String value)
        Sets the value of the outputProperty property.
        Parameters:
        value - allowed object is String
      • getTriggerOnKeys

        public java.lang.String getTriggerOnKeys()
        Gets the value of the triggerOnKeys property.
        Returns:
        possible object is String
      • setTriggerOnKeys

        public void setTriggerOnKeys​(java.lang.String value)
        Sets the value of the triggerOnKeys property.
        Parameters:
        value - allowed object is String
      • getMergeMode

        public java.lang.String getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is String
      • setMergeMode

        public void setMergeMode​(java.lang.String value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is String