Class WidgetRemoveAllEntry


  • public class WidgetRemoveAllEntry
    extends java.lang.Object

    Java class for WidgetRemoveAllEntry complex type.

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

     <complexType name="WidgetRemoveAllEntry">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="contextId" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="includeSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String contextId  
      protected java.lang.Boolean includeSettings  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContextId()
      Gets the value of the contextId property.
      boolean isIncludeSettings()
      Gets the value of the includeSettings property.
      void setContextId​(java.lang.String value)
      Sets the value of the contextId property.
      void setIncludeSettings​(java.lang.Boolean value)
      Sets the value of the includeSettings property.
      • Methods inherited from class java.lang.Object

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

      • contextId

        protected java.lang.String contextId
      • includeSettings

        protected java.lang.Boolean includeSettings
    • Constructor Detail

      • WidgetRemoveAllEntry

        public WidgetRemoveAllEntry()
    • Method Detail

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

        public boolean isIncludeSettings()
        Gets the value of the includeSettings property.
        Returns:
        possible object is Boolean
      • setIncludeSettings

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