Class CustomType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
-
- com.hybris.cockpitng.config.jaxb.wizard.CustomType
-
public class CustomType extends AbstractActionType
Java class for CustomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomType"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/wizard-config}AbstractActionType"> <sequence> <element name="parameter" type="{http://www.hybris.com/cockpitng/config/wizard-config}parameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="handler" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="composedHandler" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="align"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="left"/> <enumeration value="right"/> </restriction> </simpleType> </attribute> <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="validate-visible-only" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringalignprotected java.lang.StringcomposedHandlerprotected java.lang.Stringhandlerprotected java.lang.Stringlabelprotected java.util.List<Parameter>parameterprotected java.lang.Booleanprimaryprotected java.lang.BooleanvalidateVisibleOnly-
Fields inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
_if, defaultTarget, save, saveAll, visible
-
-
Constructor Summary
Constructors Constructor Description CustomType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlign()Gets the value of the align property.java.lang.StringgetComposedHandler()Gets the value of the composedHandler property.java.lang.StringgetHandler()Gets the value of the handler property.java.lang.StringgetLabel()Gets the value of the label property.java.util.List<Parameter>getParameter()Gets the value of the parameter property.java.lang.BooleangetPrimary()Gets the value of the primary property.booleanisValidateVisibleOnly()Gets the value of the validateVisibleOnly property.voidsetAlign(java.lang.String value)Sets the value of the align property.voidsetComposedHandler(java.lang.String value)Sets the value of the composedHandler property.voidsetHandler(java.lang.String value)Sets the value of the handler property.voidsetLabel(java.lang.String value)Sets the value of the label property.voidsetPrimary(java.lang.Boolean value)Sets the value of the primary property.voidsetValidateVisibleOnly(java.lang.Boolean value)Sets the value of the validateVisibleOnly property.-
Methods inherited from class com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
getDefaultTarget, getIf, getSave, getSaveAll, getVisible, setDefaultTarget, setSaveAll, setVisible
-
-
-
-
Field Detail
-
parameter
protected java.util.List<Parameter> parameter
-
label
protected java.lang.String label
-
handler
protected java.lang.String handler
-
composedHandler
protected java.lang.String composedHandler
-
align
protected java.lang.String align
-
primary
protected java.lang.Boolean primary
-
validateVisibleOnly
protected java.lang.Boolean validateVisibleOnly
-
-
Method Detail
-
getParameter
public java.util.List<Parameter> getParameter()
Gets the value of the parameter 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 parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);Objects of the following type(s) are allowed in the list
Parameter
-
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
-
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
-
getComposedHandler
public java.lang.String getComposedHandler()
Gets the value of the composedHandler property.- Returns:
- possible object is
String
-
setComposedHandler
public void setComposedHandler(java.lang.String value)
Sets the value of the composedHandler property.- Parameters:
value- allowed object isString
-
getAlign
public java.lang.String getAlign()
Gets the value of the align property.- Returns:
- possible object is
String
-
setAlign
public void setAlign(java.lang.String value)
Sets the value of the align property.- Parameters:
value- allowed object isString
-
getPrimary
public java.lang.Boolean getPrimary()
Gets the value of the primary property.- Returns:
- possible object is
Boolean
-
setPrimary
public void setPrimary(java.lang.Boolean value)
Sets the value of the primary property.- Parameters:
value- allowed object isBoolean
-
isValidateVisibleOnly
public boolean isValidateVisibleOnly()
Gets the value of the validateVisibleOnly property.- Returns:
- possible object is
Boolean
-
setValidateVisibleOnly
public void setValidateVisibleOnly(java.lang.Boolean value)
Sets the value of the validateVisibleOnly property.- Parameters:
value- allowed object isBoolean
-
-