Class Action
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.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.StringactionIdprotected java.lang.Stringidprotected java.lang.StringmergeModeprotected java.lang.StringoutputPropertyprotected java.util.List<Parameter>parameterprotected java.lang.Stringpropertyprotected java.lang.StringtriggerOnKeys-
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.StringgetActionId()Gets the value of the actionId property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetOutputProperty()Gets the value of the outputProperty property.java.util.List<Parameter>getParameter()Gets the value of the parameter property.java.lang.StringgetProperty()Gets the value of the property property.java.lang.StringgetTriggerOnKeys()Gets the value of the triggerOnKeys property.voidsetActionId(java.lang.String value)Sets the value of the actionId property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetOutputProperty(java.lang.String value)Sets the value of the outputProperty property.voidsetProperty(java.lang.String value)Sets the value of the property property.voidsetTriggerOnKeys(java.lang.String value)Sets the value of the triggerOnKeys property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
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
-
-
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
setmethod 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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-