Class WidgetMove


  • public class WidgetMove
    extends java.lang.Object
    Specifies widget to be moved to as a child (by ID).

    Java class for WidgetMove complex type.

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

     <complexType name="WidgetMove">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="widgetId" 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="targetSlotId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="failOnError" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean failOnError  
      protected java.lang.Integer position  
      protected java.lang.String targetSlotId  
      protected java.lang.String targetWidgetId  
      protected java.lang.String widgetId  
    • Constructor Summary

      Constructors 
      Constructor Description
      WidgetMove()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getPosition()
      Gets the value of the position property.
      java.lang.String getTargetSlotId()
      Gets the value of the targetSlotId property.
      java.lang.String getTargetWidgetId()
      Gets the value of the targetWidgetId property.
      java.lang.String getWidgetId()
      Gets the value of the widgetId property.
      boolean isFailOnError()
      Gets the value of the failOnError property.
      void setFailOnError​(java.lang.Boolean value)
      Sets the value of the failOnError property.
      void setPosition​(java.lang.Integer value)
      Sets the value of the position property.
      void setTargetSlotId​(java.lang.String value)
      Sets the value of the targetSlotId property.
      void setTargetWidgetId​(java.lang.String value)
      Sets the value of the targetWidgetId property.
      void setWidgetId​(java.lang.String value)
      Sets the value of the widgetId property.
      • Methods inherited from class java.lang.Object

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

      • widgetId

        protected java.lang.String widgetId
      • targetWidgetId

        protected java.lang.String targetWidgetId
      • targetSlotId

        protected java.lang.String targetSlotId
      • position

        protected java.lang.Integer position
      • failOnError

        protected java.lang.Boolean failOnError
    • Constructor Detail

      • WidgetMove

        public WidgetMove()
    • Method Detail

      • 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
      • 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
      • getTargetSlotId

        public java.lang.String getTargetSlotId()
        Gets the value of the targetSlotId property.
        Returns:
        possible object is String
      • setTargetSlotId

        public void setTargetSlotId​(java.lang.String value)
        Sets the value of the targetSlotId property.
        Parameters:
        value - allowed object is String
      • getPosition

        public java.lang.Integer getPosition()
        Gets the value of the position property.
        Returns:
        possible object is Integer
      • setPosition

        public void setPosition​(java.lang.Integer value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is Integer
      • isFailOnError

        public boolean isFailOnError()
        Gets the value of the failOnError property.
        Returns:
        possible object is Boolean
      • setFailOnError

        public void setFailOnError​(java.lang.Boolean value)
        Sets the value of the failOnError property.
        Parameters:
        value - allowed object is Boolean