Class PrepareType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.PrepareType
-
public class PrepareType extends java.lang.ObjectJava class for PrepareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrepareType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="initialize" type="{http://www.hybris.com/cockpitng/config/wizard-config}InitializeType" maxOccurs="unbounded" minOccurs="0"/> <element name="assign" type="{http://www.hybris.com/cockpitng/config/wizard-config}AssignType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AssignType>assignprotected java.lang.Stringhandlerprotected java.lang.Stringidprotected java.util.List<InitializeType>initializeprotected java.lang.StringmergeMode
-
Constructor Summary
Constructors Constructor Description PrepareType()
-
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.java.lang.StringgetHandler()Gets the value of the handler property.java.lang.StringgetId()Gets the value of the id property.java.util.List<InitializeType>getInitialize()Gets the value of the initialize property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.voidsetHandler(java.lang.String value)Sets the value of the handler property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.
-
-
-
Field Detail
-
initialize
protected java.util.List<InitializeType> initialize
-
assign
protected java.util.List<AssignType> assign
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
handler
protected java.lang.String handler
-
-
Method Detail
-
getInitialize
public java.util.List<InitializeType> getInitialize()
Gets the value of the initialize 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 initialize property.For example, to add a new item, do as follows:
getInitialize().add(newItem);Objects of the following type(s) are allowed in the list
InitializeType
-
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
-
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 isString
-
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 isString
-
getHandler
public java.lang.String getHandler()
Gets the value of the handler property.- Returns:
- possible object is
String
-
setHandler
public void setHandler(java.lang.String value)
Sets the value of the handler property.- Parameters:
value- allowed object isString
-
-