Class StepType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.StepType
-
public class StepType extends java.lang.ObjectJava class for StepType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StepType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="info" type="{http://www.hybris.com/cockpitng/config/wizard-config}InfoType" minOccurs="0"/> <element name="content" type="{http://www.hybris.com/cockpitng/config/wizard-config}ContentType"/> <element name="navigation" type="{http://www.hybris.com/cockpitng/config/wizard-config}NavigationType" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sublabel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentTypecontentprotected java.lang.StringgeneratedIdprotected java.lang.BooleanhideBreadcrumbsprotected java.lang.Stringidprotected InfoTypeinfoprotected java.lang.Stringlabelprotected java.lang.StringmergeModeprotected NavigationTypenavigationprotected java.math.BigIntegerpositionprotected java.lang.Stringsublabel
-
Constructor Summary
Constructors Constructor Description StepType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)ContentTypegetContent()Gets the value of the content property.java.lang.StringgetGeneratedId()java.lang.BooleangetHideBreadcrumbs()java.lang.StringgetId()Gets the value of the id property.InfoTypegetInfo()Gets the value of the info property.java.lang.StringgetLabel()Gets the value of the label property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.NavigationTypegetNavigation()Gets the value of the navigation property.java.math.BigIntegergetPosition()Gets the value of the position property.java.lang.StringgetSublabel()Gets the value of the sublabel property.voidsetContent(ContentType value)Sets the value of the content property.voidsetHideBreadcrumbs(java.lang.Boolean hideBreadcrumbs)voidsetId(java.lang.String value)Sets the value of the id property.voidsetInfo(InfoType value)Sets the value of the info property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetNavigation(NavigationType value)Sets the value of the navigation property.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.voidsetSublabel(java.lang.String value)Sets the value of the sublabel property.
-
-
-
Field Detail
-
info
protected InfoType info
-
content
protected ContentType content
-
navigation
protected NavigationType navigation
-
id
protected java.lang.String id
-
label
protected java.lang.String label
-
sublabel
protected java.lang.String sublabel
-
mergeMode
protected java.lang.String mergeMode
-
generatedId
protected java.lang.String generatedId
-
position
protected java.math.BigInteger position
-
hideBreadcrumbs
protected java.lang.Boolean hideBreadcrumbs
-
-
Method Detail
-
getInfo
public InfoType getInfo()
Gets the value of the info property.- Returns:
- possible object is
InfoType
-
setInfo
public void setInfo(InfoType value)
Sets the value of the info property.- Parameters:
value- allowed object isInfoType
-
getContent
public ContentType getContent()
Gets the value of the content property.- Returns:
- possible object is
ContentType
-
setContent
public void setContent(ContentType value)
Sets the value of the content property.- Parameters:
value- allowed object isContentType
-
getNavigation
public NavigationType getNavigation()
Gets the value of the navigation property.- Returns:
- possible object is
NavigationType
-
setNavigation
public void setNavigation(NavigationType value)
Sets the value of the navigation property.- Parameters:
value- allowed object isNavigationType
-
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
-
getLabel
public java.lang.String getLabel()
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
public void setLabel(java.lang.String value)
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getSublabel
public java.lang.String getSublabel()
Gets the value of the sublabel property.- Returns:
- possible object is
String
-
setSublabel
public void setSublabel(java.lang.String value)
Sets the value of the sublabel 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
-
getGeneratedId
public java.lang.String getGeneratedId()
-
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller u, java.lang.Object parent)
-
getPosition
public java.math.BigInteger getPosition()
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
public void setPosition(java.math.BigInteger value)
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
getHideBreadcrumbs
public java.lang.Boolean getHideBreadcrumbs()
-
setHideBreadcrumbs
public void setHideBreadcrumbs(java.lang.Boolean hideBreadcrumbs)
-
-