Class PrepareType


  • public class PrepareType
    extends java.lang.Object

    Java class for PrepareType complex type.

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

     <complexType name="PrepareType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="initialize" type="{http://www.hybris.com/cockpitng/config/wizard-config}InitializeType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="assign" type="{http://www.hybris.com/cockpitng/config/wizard-config}AssignType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      PrepareType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<AssignType> getAssign()
      Gets the value of the assign property.
      java.lang.String getHandler()
      Gets the value of the handler property.
      java.lang.String getId()
      Gets the value of the id property.
      java.util.List<InitializeType> getInitialize()
      Gets the value of the initialize property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      void setHandler​(java.lang.String value)
      Sets the value of the handler 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.
      • Methods inherited from class java.lang.Object

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

      • assign

        protected java.util.List<AssignType> assign
      • id

        protected java.lang.String id
      • mergeMode

        protected java.lang.String mergeMode
      • handler

        protected java.lang.String handler
    • Constructor Detail

      • PrepareType

        public PrepareType()
    • Method Detail

      • getInitialize

        public java.util.List<InitializeType> getInitialize()
        Gets the value of the initialize 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 initialize property.

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

            getInitialize().add(newItem);
         

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

      • getAssign

        public java.util.List<AssignType> getAssign()
        Gets the value of the assign 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 assign property.

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

            getAssign().add(newItem);
         

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

      • 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
      • 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