Class Widget
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.Widget
-
public class Widget extends java.lang.ObjectJava class for Widget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Widget"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="widget" type="{}Widget" maxOccurs="unbounded" minOccurs="0"/> <element name="instance-settings" type="{}InstanceSettings" minOccurs="0"/> <element name="setting" type="{}WidgetSetting" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="widgetDefinitionId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="slotId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="template" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="lastFocusedChildIndex" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="lastFocusedTemplateInstanceId" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringaccessprotected java.lang.Stringidprotected InstanceSettingsinstanceSettingsprotected java.math.BigIntegerlastFocusedChildIndexprotected java.lang.StringlastFocusedTemplateInstanceIdprotected java.util.List<WidgetSetting>settingprotected java.lang.StringslotIdprotected java.lang.Booleantemplateprotected java.lang.Stringtitleprotected VirtualSocketsvirtualSocketsprotected java.util.List<Widget>widgetprotected java.lang.StringwidgetDefinitionId
-
Constructor Summary
Constructors Constructor Description Widget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccess()Gets the value of the access property.java.lang.StringgetId()Gets the value of the id property.InstanceSettingsgetInstanceSettings()Gets the value of the instanceSettings property.java.math.BigIntegergetLastFocusedChildIndex()Gets the value of the lastFocusedChildIndex property.java.lang.StringgetLastFocusedTemplateInstanceId()Gets the value of the lastFocusedTemplateInstanceId property.java.util.List<WidgetSetting>getSetting()Gets the value of the setting property.java.lang.StringgetSlotId()Gets the value of the slotId property.java.lang.StringgetTitle()Gets the value of the title property.VirtualSocketsgetVirtualSockets()Gets the value of the virtualSockets property.java.util.List<Widget>getWidget()Gets the value of the widget property.java.lang.StringgetWidgetDefinitionId()Gets the value of the widgetDefinitionId property.booleanisTemplate()Gets the value of the template property.voidsetAccess(java.lang.String value)Sets the value of the access property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetInstanceSettings(InstanceSettings value)Sets the value of the instanceSettings property.voidsetLastFocusedChildIndex(java.math.BigInteger value)Sets the value of the lastFocusedChildIndex property.voidsetLastFocusedTemplateInstanceId(java.lang.String value)Sets the value of the lastFocusedTemplateInstanceId property.voidsetSlotId(java.lang.String value)Sets the value of the slotId property.voidsetTemplate(java.lang.Boolean value)Sets the value of the template property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetVirtualSockets(VirtualSockets value)Sets the value of the virtualSockets property.voidsetWidgetDefinitionId(java.lang.String value)Sets the value of the widgetDefinitionId property.
-
-
-
Field Detail
-
widget
protected java.util.List<Widget> widget
-
instanceSettings
protected InstanceSettings instanceSettings
-
setting
protected java.util.List<WidgetSetting> setting
-
virtualSockets
protected VirtualSockets virtualSockets
-
id
protected java.lang.String id
-
widgetDefinitionId
protected java.lang.String widgetDefinitionId
-
slotId
protected java.lang.String slotId
-
title
protected java.lang.String title
-
template
protected java.lang.Boolean template
-
lastFocusedChildIndex
protected java.math.BigInteger lastFocusedChildIndex
-
lastFocusedTemplateInstanceId
protected java.lang.String lastFocusedTemplateInstanceId
-
access
protected java.lang.String access
-
-
Method Detail
-
getWidget
public java.util.List<Widget> getWidget()
Gets the value of the widget 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 widget property.For example, to add a new item, do as follows:
getWidget().add(newItem);
Objects of the following type(s) are allowed in the list
Widget
-
getInstanceSettings
public InstanceSettings getInstanceSettings()
Gets the value of the instanceSettings property.- Returns:
- possible object is
InstanceSettings
-
setInstanceSettings
public void setInstanceSettings(InstanceSettings value)
Sets the value of the instanceSettings property.- Parameters:
value- allowed object isInstanceSettings
-
getSetting
public java.util.List<WidgetSetting> getSetting()
Gets the value of the setting 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 setting property.For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
WidgetSetting
-
getVirtualSockets
public VirtualSockets getVirtualSockets()
Gets the value of the virtualSockets property.- Returns:
- possible object is
VirtualSockets
-
setVirtualSockets
public void setVirtualSockets(VirtualSockets value)
Sets the value of the virtualSockets property.- Parameters:
value- allowed object isVirtualSockets
-
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
-
getWidgetDefinitionId
public java.lang.String getWidgetDefinitionId()
Gets the value of the widgetDefinitionId property.- Returns:
- possible object is
String
-
setWidgetDefinitionId
public void setWidgetDefinitionId(java.lang.String value)
Sets the value of the widgetDefinitionId property.- Parameters:
value- allowed object isString
-
getSlotId
public java.lang.String getSlotId()
Gets the value of the slotId property.- Returns:
- possible object is
String
-
setSlotId
public void setSlotId(java.lang.String value)
Sets the value of the slotId property.- Parameters:
value- allowed object isString
-
getTitle
public java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
isTemplate
public boolean isTemplate()
Gets the value of the template property.- Returns:
- possible object is
Boolean
-
setTemplate
public void setTemplate(java.lang.Boolean value)
Sets the value of the template property.- Parameters:
value- allowed object isBoolean
-
getLastFocusedChildIndex
public java.math.BigInteger getLastFocusedChildIndex()
Gets the value of the lastFocusedChildIndex property.- Returns:
- possible object is
BigInteger
-
setLastFocusedChildIndex
public void setLastFocusedChildIndex(java.math.BigInteger value)
Sets the value of the lastFocusedChildIndex property.- Parameters:
value- allowed object isBigInteger
-
getLastFocusedTemplateInstanceId
public java.lang.String getLastFocusedTemplateInstanceId()
Gets the value of the lastFocusedTemplateInstanceId property.- Returns:
- possible object is
String
-
setLastFocusedTemplateInstanceId
public void setLastFocusedTemplateInstanceId(java.lang.String value)
Sets the value of the lastFocusedTemplateInstanceId property.- Parameters:
value- allowed object isString
-
getAccess
public java.lang.String getAccess()
Gets the value of the access property.- Returns:
- possible object is
String
-
setAccess
public void setAccess(java.lang.String value)
Sets the value of the access property.- Parameters:
value- allowed object isString
-
-