Class 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>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicVisitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBeanId()
      Gets the value of the beanId property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      ScriptingConfig getScriptingConfig()
      Gets the value of the scriptingConfig property.
      void setBeanId​(java.lang.String value)
      Sets the value of the beanId 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 setScriptingConfig​(ScriptingConfig value)
      Sets the value of the scriptingConfig property.
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
      • mergeMode

        protected java.lang.String mergeMode
      • beanId

        protected java.lang.String beanId
    • Constructor Detail

      • DynamicVisitor

        public DynamicVisitor()
    • 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 is ScriptingConfig
      • 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
      • 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
      • 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 is String