Class ComposedHandlerType


  • public class ComposedHandlerType
    extends java.lang.Object

    Java class for ComposedHandlerType complex type.

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

     <complexType name="ComposedHandlerType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="additionalParams" type="{http://www.hybris.com/cockpitng/config/wizard-config}AdditionalParamType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="handlerBean" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="handlerId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • handlerBean

        protected java.lang.String handlerBean
      • handlerId

        protected java.lang.String handlerId
    • Constructor Detail

      • ComposedHandlerType

        public ComposedHandlerType()
    • Method Detail

      • getAdditionalParams

        public java.util.List<AdditionalParamType> getAdditionalParams()
        Gets the value of the additionalParams 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 additionalParams property.

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

         getAdditionalParams().add(newItem);
         

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

      • getHandlerBean

        public java.lang.String getHandlerBean()
        Gets the value of the handlerBean property.
        Returns:
        possible object is String
      • setHandlerBean

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

        public java.lang.String getHandlerId()
        Gets the value of the handlerId property.
        Returns:
        possible object is String
      • setHandlerId

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