Class CancelType


  • public class CancelType
    extends AbstractActionType

    Java class for CancelType complex type.

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

     <complexType name="CancelType">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractActionType">
           <sequence>
             <element name="revert" type="{http://www.hybris.com/cockpitng/config/wizard-config}RevertType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • revert

        protected java.util.List<RevertType> revert
    • Constructor Detail

      • CancelType

        public CancelType()
    • Method Detail

      • getRevert

        public java.util.List<RevertType> getRevert()
        Gets the value of the revert 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 revert property.

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

         getRevert().add(newItem);
         

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