Class StepType


  • public class StepType
    extends java.lang.Object

    Java class for StepType complex type.

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

     <complexType name="StepType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="info" type="{http://www.hybris.com/cockpitng/config/wizard-config}InfoType" minOccurs="0"/>
             <element name="content" type="{http://www.hybris.com/cockpitng/config/wizard-config}ContentType"/>
             <element name="navigation" type="{http://www.hybris.com/cockpitng/config/wizard-config}NavigationType" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sublabel" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected java.lang.String id
      • label

        protected java.lang.String label
      • sublabel

        protected java.lang.String sublabel
      • mergeMode

        protected java.lang.String mergeMode
      • generatedId

        protected java.lang.String generatedId
      • position

        protected java.math.BigInteger position
      • hideBreadcrumbs

        protected java.lang.Boolean hideBreadcrumbs
    • Constructor Detail

      • StepType

        public StepType()
    • Method Detail

      • getInfo

        public InfoType getInfo()
        Gets the value of the info property.
        Returns:
        possible object is InfoType
      • setInfo

        public void setInfo​(InfoType value)
        Sets the value of the info property.
        Parameters:
        value - allowed object is InfoType
      • getContent

        public ContentType getContent()
        Gets the value of the content property.
        Returns:
        possible object is ContentType
      • setContent

        public void setContent​(ContentType value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is ContentType
      • getNavigation

        public NavigationType getNavigation()
        Gets the value of the navigation property.
        Returns:
        possible object is NavigationType
      • setNavigation

        public void setNavigation​(NavigationType value)
        Sets the value of the navigation property.
        Parameters:
        value - allowed object is NavigationType
      • 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
      • 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
      • getSublabel

        public java.lang.String getSublabel()
        Gets the value of the sublabel property.
        Returns:
        possible object is String
      • setSublabel

        public void setSublabel​(java.lang.String value)
        Sets the value of the sublabel 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
      • getGeneratedId

        public java.lang.String getGeneratedId()
      • afterUnmarshal

        public void afterUnmarshal​(javax.xml.bind.Unmarshaller u,
                                   java.lang.Object parent)
      • getPosition

        public java.math.BigInteger getPosition()
        Gets the value of the position property.
        Returns:
        possible object is BigInteger
      • setPosition

        public void setPosition​(java.math.BigInteger value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is BigInteger
      • getHideBreadcrumbs

        public java.lang.Boolean getHideBreadcrumbs()
      • setHideBreadcrumbs

        public void setHideBreadcrumbs​(java.lang.Boolean hideBreadcrumbs)