Class CancelType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
-
- com.hybris.cockpitng.config.jaxb.wizard.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 Summary
Fields Modifier and Type Field Description protected java.util.List<RevertType>revert-
Fields inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
_if, defaultTarget, save, saveAll, visible
-
-
Constructor Summary
Constructors Constructor Description CancelType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RevertType>getRevert()Gets the value of the revert property.-
Methods inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
getDefaultTarget, getIf, getSave, getSaveAll, getVisible, setDefaultTarget, setSaveAll, setVisible
-
-
-
-
Field Detail
-
revert
protected java.util.List<RevertType> revert
-
-
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
setmethod 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
-
-