Class Widgets


  • public class Widgets
    extends java.lang.Object

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

      • Widgets

        public Widgets()
    • 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

      • 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 set method 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 set method 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 set method 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