Class DoneType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
-
- com.hybris.cockpitng.config.jaxb.wizard.DoneType
-
public class DoneType extends AbstractActionType
Java class for DoneType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoneType"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractActionType"> <sequence> <element name="assign" type="{http://www.hybris.com/cockpitng/config/wizard-config}AssignType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AssignType>assign-
Fields inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
_if, defaultTarget, save, saveAll, visible
-
-
Constructor Summary
Constructors Constructor Description DoneType()
-
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.-
Methods inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
getDefaultTarget, getIf, getSave, getSaveAll, getVisible, setDefaultTarget, setSaveAll, setVisible
-
-
-
-
Field Detail
-
assign
protected java.util.List<AssignType> assign
-
-
Method Detail
-
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
setmethod 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
-
-