Class NavigationType


  • public class NavigationType
    extends java.lang.Object

    Java class for NavigationType complex type.

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

     <complexType name="NavigationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="cancel" type="{http://www.hybris.com/cockpitng/config/wizard-config}CancelType" minOccurs="0"/>
             <element name="back" type="{http://www.hybris.com/cockpitng/config/wizard-config}BackType" minOccurs="0"/>
             <element name="next" type="{http://www.hybris.com/cockpitng/config/wizard-config}NextType" minOccurs="0"/>
             <element name="done" type="{http://www.hybris.com/cockpitng/config/wizard-config}DoneType" minOccurs="0"/>
             <element name="custom" type="{http://www.hybris.com/cockpitng/config/wizard-config}CustomType" minOccurs="0"/>
           </all>
           <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 Detail

      • NavigationType

        public NavigationType()
    • Method Detail

      • getCancel

        public CancelType getCancel()
        Gets the value of the cancel property.
        Returns:
        possible object is CancelType
      • setCancel

        public void setCancel​(CancelType value)
        Sets the value of the cancel property.
        Parameters:
        value - allowed object is CancelType
      • getBack

        public BackType getBack()
        Gets the value of the back property.
        Returns:
        possible object is BackType
      • setBack

        public void setBack​(BackType value)
        Sets the value of the back property.
        Parameters:
        value - allowed object is BackType
      • getNext

        public NextType getNext()
        Gets the value of the next property.
        Returns:
        possible object is NextType
      • setNext

        public void setNext​(NextType value)
        Sets the value of the next property.
        Parameters:
        value - allowed object is NextType
      • getDone

        public DoneType getDone()
        Gets the value of the done property.
        Returns:
        possible object is DoneType
      • setDone

        public void setDone​(DoneType value)
        Sets the value of the done property.
        Parameters:
        value - allowed object is DoneType
      • getCustom

        public CustomType getCustom()
        Gets the value of the custom property.
        Returns:
        possible object is CustomType
      • setCustom

        public void setCustom​(CustomType value)
        Sets the value of the custom property.
        Parameters:
        value - allowed object is CustomType
      • 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