Class DynamicVisitor
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.core.config.impl.jaxb.dynamicforms.DynamicVisitor
-
public class DynamicVisitor extends Positioned
Java class for dynamicVisitor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamicVisitor"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/common}positioned"> <sequence> <element name="scriptingConfig" type="{http://www.hybris.com/cockpitng/component/dynamicForms}scriptingConfig" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="beanId" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbeanIdprotected java.lang.Stringidprotected java.lang.StringmergeModeprotected ScriptingConfigscriptingConfig-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description DynamicVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeanId()Gets the value of the beanId property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.ScriptingConfiggetScriptingConfig()Gets the value of the scriptingConfig property.voidsetBeanId(java.lang.String value)Sets the value of the beanId 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.voidsetScriptingConfig(ScriptingConfig value)Sets the value of the scriptingConfig property.-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-
-
-
Field Detail
-
scriptingConfig
protected ScriptingConfig scriptingConfig
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
beanId
protected java.lang.String beanId
-
-
Method Detail
-
getScriptingConfig
public ScriptingConfig getScriptingConfig()
Gets the value of the scriptingConfig property.- Returns:
- possible object is
ScriptingConfig
-
setScriptingConfig
public void setScriptingConfig(ScriptingConfig value)
Sets the value of the scriptingConfig property.- Parameters:
value- allowed object isScriptingConfig
-
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
-
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
-
getBeanId
public java.lang.String getBeanId()
Gets the value of the beanId property.- Returns:
- possible object is
String
-
setBeanId
public void setBeanId(java.lang.String value)
Sets the value of the beanId property.- Parameters:
value- allowed object isString
-
-