Class Widgets
- java.lang.Object
-
- com.hybris.cockpitng.core.persistence.impl.jaxb.Widgets
-
public class Widgets extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="widget" type="{}Widget" maxOccurs="unbounded" minOccurs="0"/> <element name="widget-connection" type="{}WidgetConnection" maxOccurs="unbounded" minOccurs="0"/> <element name="widget-extension" type="{}WidgetExtension" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Widget>widgetprotected java.util.List<WidgetConnection>widgetConnectionprotected java.util.List<WidgetConnectionRemove>widgetConnectionRemoveprotected java.util.List<WidgetExtension>widgetExtension
-
Constructor Summary
Constructors Constructor Description Widgets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Import>getImports()java.lang.StringgetParameters()java.lang.StringgetRequiredParameters()java.util.List<Requirement>getRequires()java.util.List<Widget>getWidget()Gets the value of the widget property.java.util.List<WidgetConnection>getWidgetConnection()Gets the value of the widgetConnection property.java.util.List<WidgetConnectionRemove>getWidgetConnectionRemove()Gets the value of the widgetConnectionRemove property.java.util.List<WidgetExtension>getWidgetExtension()Gets the value of the widgetExtension property.voidsetParameters(java.lang.String parameters)voidsetRequiredParameters(java.lang.String requiredParameters)
-
-
-
Field Detail
-
widget
protected java.util.List<Widget> widget
-
widgetConnection
protected java.util.List<WidgetConnection> widgetConnection
-
widgetConnectionRemove
protected java.util.List<WidgetConnectionRemove> widgetConnectionRemove
-
widgetExtension
protected java.util.List<WidgetExtension> widgetExtension
-
-
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
-
getWidgetConnection
public java.util.List<WidgetConnection> getWidgetConnection()
Gets the value of the widgetConnection 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 widgetConnection property.For example, to add a new item, do as follows:
getWidgetConnection().add(newItem);
Objects of the following type(s) are allowed in the list
WidgetConnection
-
getWidgetExtension
public java.util.List<WidgetExtension> getWidgetExtension()
Gets the value of the widgetExtension 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 widgetExtension property.For example, to add a new item, do as follows:
getWidgetExtension().add(newItem);
Objects of the following type(s) are allowed in the list
WidgetExtension
-
getImports
public java.util.List<Import> getImports()
-
getRequires
public java.util.List<Requirement> getRequires()
-
getParameters
public java.lang.String getParameters()
-
setParameters
public void setParameters(java.lang.String parameters)
-
getRequiredParameters
public java.lang.String getRequiredParameters()
-
setRequiredParameters
public void setRequiredParameters(java.lang.String requiredParameters)
-
getWidgetConnectionRemove
public java.util.List<WidgetConnectionRemove> getWidgetConnectionRemove()
Gets the value of the widgetConnectionRemove 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 widgetConnectionRemove property.For example, to add a new item, do as follows:
getWidgetConnectionRemove().add(newItem);Objects of the following type(s) are allowed in the list
WidgetConnectionRemove
-
-