Class NavigationType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.NavigationType
-
public class NavigationType extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description NavigationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackTypegetBack()Gets the value of the back property.CancelTypegetCancel()Gets the value of the cancel property.CustomTypegetCustom()Gets the value of the custom property.DoneTypegetDone()Gets the value of the done property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.NextTypegetNext()Gets the value of the next property.voidsetBack(BackType value)Sets the value of the back property.voidsetCancel(CancelType value)Sets the value of the cancel property.voidsetCustom(CustomType value)Sets the value of the custom property.voidsetDone(DoneType value)Sets the value of the done 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.voidsetNext(NextType value)Sets the value of the next property.
-
-
-
Field Detail
-
cancel
protected CancelType cancel
-
back
protected BackType back
-
next
protected NextType next
-
done
protected DoneType done
-
custom
protected CustomType custom
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
-
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 isCancelType
-
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 isBackType
-
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 isNextType
-
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 isDoneType
-
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 isCustomType
-
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
-
-