Class WidgetExtension


  • public class WidgetExtension
    extends java.lang.Object
    Allows to change existing widget configuration (in example add/remove child widgets).

    Java class for WidgetExtension complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WidgetExtension">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="move" type="{}WidgetMove" maxOccurs="unbounded" minOccurs="0"/>
             <element name="remove" type="{}WidgetRemoveEntry" maxOccurs="unbounded" minOccurs="0"/>
             <element name="remove-all" type="{}WidgetRemoveAllEntry" maxOccurs="unbounded" minOccurs="0"/>
             <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"/>
             <element ref="{}virtual-sockets" minOccurs="0"/>
           </sequence>
           <attribute name="widgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="contextId" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WidgetExtension

        public WidgetExtension()
    • Method Detail

      • getMove

        public java.util.List<WidgetMove> getMove()
        Gets the value of the move 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 set method for the move property.

        For example, to add a new item, do as follows:

            getMove().add(newItem);
         

        Objects of the following type(s) are allowed in the list WidgetMove

      • getRemove

        public java.util.List<WidgetRemoveEntry> getRemove()
        Gets the value of the remove 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 set method for the remove property.

        For example, to add a new item, do as follows:

            getRemove().add(newItem);
         

        Objects of the following type(s) are allowed in the list WidgetRemoveEntry

      • getRemoveAll

        public java.util.List<WidgetRemoveAllEntry> getRemoveAll()
        Gets the value of the removeAll 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 set method for the removeAll property.

        For example, to add a new item, do as follows:

            getRemoveAll().add(newItem);
         

        Objects of the following type(s) are allowed in the list WidgetRemoveAllEntry

      • 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 set method 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 is InstanceSettings
      • 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 set method 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()
        Set of virtual (dynamic) slots of widget instance.
        Returns:
        possible object is VirtualSockets
      • setVirtualSockets

        public void setVirtualSockets​(VirtualSockets value)
        Sets the value of the virtualSockets property.
        Parameters:
        value - allowed object is VirtualSockets
      • getWidgetId

        public java.lang.String getWidgetId()
        Gets the value of the widgetId property.
        Returns:
        possible object is String
      • setWidgetId

        public void setWidgetId​(java.lang.String value)
        Sets the value of the widgetId property.
        Parameters:
        value - allowed object is String
      • getContextId

        public java.lang.String getContextId()
        Gets the value of the contextId property.
        Returns:
        possible object is String
      • setContextId

        public void setContextId​(java.lang.String value)
        Sets the value of the contextId property.
        Parameters:
        value - allowed object is String