Class Widget


  • public class Widget
    extends java.lang.Object

    Java 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 Detail

      • widget

        protected java.util.List<Widget> widget
      • 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
    • Constructor Detail

      • Widget

        public Widget()
    • 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 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()
        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 is VirtualSockets
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is Boolean
      • 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 is BigInteger
      • 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 is String
      • 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 is String