Class WidgetConnectionRemove


  • public class WidgetConnectionRemove
    extends java.lang.Object
    Removes a connection between two widgets.

    Java class for WidgetConnectionRemove complex type.

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

     <complexType name="WidgetConnectionRemove">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="sourceWidgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="outputId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="targetWidgetId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="inputId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String inputId  
      protected java.lang.String name  
      protected java.lang.String outputId  
      protected java.lang.String sourceWidgetId  
      protected java.lang.String targetWidgetId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInputId()
      Gets the value of the inputId property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getOutputId()
      Gets the value of the outputId property.
      java.lang.String getSourceWidgetId()
      Gets the value of the sourceWidgetId property.
      java.lang.String getTargetWidgetId()
      Gets the value of the targetWidgetId property.
      void setInputId​(java.lang.String value)
      Sets the value of the inputId property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setOutputId​(java.lang.String value)
      Sets the value of the outputId property.
      void setSourceWidgetId​(java.lang.String value)
      Sets the value of the sourceWidgetId property.
      void setTargetWidgetId​(java.lang.String value)
      Sets the value of the targetWidgetId property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • sourceWidgetId

        protected java.lang.String sourceWidgetId
      • outputId

        protected java.lang.String outputId
      • targetWidgetId

        protected java.lang.String targetWidgetId
      • inputId

        protected java.lang.String inputId
    • Constructor Detail

      • WidgetConnectionRemove

        public WidgetConnectionRemove()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getSourceWidgetId

        public java.lang.String getSourceWidgetId()
        Gets the value of the sourceWidgetId property.
        Returns:
        possible object is String
      • setSourceWidgetId

        public void setSourceWidgetId​(java.lang.String value)
        Sets the value of the sourceWidgetId property.
        Parameters:
        value - allowed object is String
      • getOutputId

        public java.lang.String getOutputId()
        Gets the value of the outputId property.
        Returns:
        possible object is String
      • setOutputId

        public void setOutputId​(java.lang.String value)
        Sets the value of the outputId property.
        Parameters:
        value - allowed object is String
      • getTargetWidgetId

        public java.lang.String getTargetWidgetId()
        Gets the value of the targetWidgetId property.
        Returns:
        possible object is String
      • setTargetWidgetId

        public void setTargetWidgetId​(java.lang.String value)
        Sets the value of the targetWidgetId property.
        Parameters:
        value - allowed object is String
      • getInputId

        public java.lang.String getInputId()
        Gets the value of the inputId property.
        Returns:
        possible object is String
      • setInputId

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