Class CustomType


  • public class CustomType
    extends AbstractActionType

    Java class for CustomType complex type.

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

     <complexType name="CustomType">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractActionType">
           <sequence>
             <element name="parameter" type="{http://www.hybris.com/cockpitng/config/wizard-config}parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="handler" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="composedHandler" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="align">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="left"/>
                 <enumeration value="right"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="validate-visible-only" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • parameter

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

        protected java.lang.String label
      • handler

        protected java.lang.String handler
      • composedHandler

        protected java.lang.String composedHandler
      • align

        protected java.lang.String align
      • primary

        protected java.lang.Boolean primary
      • validateVisibleOnly

        protected java.lang.Boolean validateVisibleOnly
    • Constructor Detail

      • CustomType

        public CustomType()
    • 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

      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

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

        public java.lang.String getHandler()
        Gets the value of the handler property.
        Returns:
        possible object is String
      • setHandler

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

        public java.lang.String getComposedHandler()
        Gets the value of the composedHandler property.
        Returns:
        possible object is String
      • setComposedHandler

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

        public java.lang.String getAlign()
        Gets the value of the align property.
        Returns:
        possible object is String
      • setAlign

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

        public java.lang.Boolean getPrimary()
        Gets the value of the primary property.
        Returns:
        possible object is Boolean
      • setPrimary

        public void setPrimary​(java.lang.Boolean value)
        Sets the value of the primary property.
        Parameters:
        value - allowed object is Boolean
      • isValidateVisibleOnly

        public boolean isValidateVisibleOnly()
        Gets the value of the validateVisibleOnly property.
        Returns:
        possible object is Boolean
      • setValidateVisibleOnly

        public void setValidateVisibleOnly​(java.lang.Boolean value)
        Sets the value of the validateVisibleOnly property.
        Parameters:
        value - allowed object is Boolean