Class Textarea

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class Textarea
    extends java.lang.Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    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">
           <attGroup ref="{http://www.w3.org/1999/xhtml}focus"/>
           <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="rows" use="required" type="{http://www.w3.org/1999/xhtml}Number" />
           <attribute name="cols" use="required" type="{http://www.w3.org/1999/xhtml}Number" />
           <attribute name="disabled">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="disabled"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="readonly">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                 <enumeration value="readonly"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="onselect" type="{http://www.w3.org/1999/xhtml}Script" />
           <attribute name="onchange" type="{http://www.w3.org/1999/xhtml}Script" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String accesskey  
      protected java.util.List<java.lang.String> clazz  
      protected java.math.BigInteger cols  
      protected java.lang.String content  
      protected java.lang.String dir  
      protected java.lang.String disabled  
      protected java.lang.String id  
      protected java.lang.String lang  
      protected java.lang.String langAttribute  
      protected java.lang.String name  
      protected java.lang.String onblur  
      protected java.lang.String onchange  
      protected java.lang.String onclick  
      protected java.lang.String ondblclick  
      protected java.lang.String onfocus  
      protected java.lang.String onkeydown  
      protected java.lang.String onkeypress  
      protected java.lang.String onkeyup  
      protected java.lang.String onmousedown  
      protected java.lang.String onmousemove  
      protected java.lang.String onmouseout  
      protected java.lang.String onmouseover  
      protected java.lang.String onmouseup  
      protected java.lang.String onselect  
      protected java.lang.String readonly  
      protected java.math.BigInteger rows  
      protected java.lang.String style  
      protected java.lang.Integer tabindex  
      protected java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      Textarea()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)  
      boolean equals​(java.lang.Object object)  
      boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)  
      java.lang.String getAccesskey()
      Gets the value of the accesskey property.
      java.util.List<java.lang.String> getClazz()
      Gets the value of the clazz property.
      java.math.BigInteger getCols()
      Gets the value of the cols property.
      java.lang.String getContent()
      Gets the value of the content property.
      java.lang.String getDir()
      Gets the value of the dir property.
      java.lang.String getDisabled()
      Gets the value of the disabled property.
      java.lang.String getId()
      Gets the value of the id property.
      java.lang.String getLang()
      Gets the value of the lang property.
      java.lang.String getLangAttribute()
      Gets the value of the langAttribute property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getOnblur()
      Gets the value of the onblur property.
      java.lang.String getOnchange()
      Gets the value of the onchange property.
      java.lang.String getOnclick()
      Gets the value of the onclick property.
      java.lang.String getOndblclick()
      Gets the value of the ondblclick property.
      java.lang.String getOnfocus()
      Gets the value of the onfocus property.
      java.lang.String getOnkeydown()
      Gets the value of the onkeydown property.
      java.lang.String getOnkeypress()
      Gets the value of the onkeypress property.
      java.lang.String getOnkeyup()
      Gets the value of the onkeyup property.
      java.lang.String getOnmousedown()
      Gets the value of the onmousedown property.
      java.lang.String getOnmousemove()
      Gets the value of the onmousemove property.
      java.lang.String getOnmouseout()
      Gets the value of the onmouseout property.
      java.lang.String getOnmouseover()
      Gets the value of the onmouseover property.
      java.lang.String getOnmouseup()
      Gets the value of the onmouseup property.
      java.lang.String getOnselect()
      Gets the value of the onselect property.
      java.lang.String getReadonly()
      Gets the value of the readonly property.
      java.math.BigInteger getRows()
      Gets the value of the rows property.
      java.lang.String getStyle()
      Gets the value of the style property.
      java.lang.Integer getTabindex()
      Gets the value of the tabindex property.
      java.lang.String getTitle()
      Gets the value of the title property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setAccesskey​(java.lang.String value)
      Sets the value of the accesskey property.
      void setCols​(java.math.BigInteger value)
      Sets the value of the cols property.
      void setContent​(java.lang.String value)
      Sets the value of the content property.
      void setDir​(java.lang.String value)
      Sets the value of the dir property.
      void setDisabled​(java.lang.String value)
      Sets the value of the disabled property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setLang​(java.lang.String value)
      Sets the value of the lang property.
      void setLangAttribute​(java.lang.String value)
      Sets the value of the langAttribute property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setOnblur​(java.lang.String value)
      Sets the value of the onblur property.
      void setOnchange​(java.lang.String value)
      Sets the value of the onchange property.
      void setOnclick​(java.lang.String value)
      Sets the value of the onclick property.
      void setOndblclick​(java.lang.String value)
      Sets the value of the ondblclick property.
      void setOnfocus​(java.lang.String value)
      Sets the value of the onfocus property.
      void setOnkeydown​(java.lang.String value)
      Sets the value of the onkeydown property.
      void setOnkeypress​(java.lang.String value)
      Sets the value of the onkeypress property.
      void setOnkeyup​(java.lang.String value)
      Sets the value of the onkeyup property.
      void setOnmousedown​(java.lang.String value)
      Sets the value of the onmousedown property.
      void setOnmousemove​(java.lang.String value)
      Sets the value of the onmousemove property.
      void setOnmouseout​(java.lang.String value)
      Sets the value of the onmouseout property.
      void setOnmouseover​(java.lang.String value)
      Sets the value of the onmouseover property.
      void setOnmouseup​(java.lang.String value)
      Sets the value of the onmouseup property.
      void setOnselect​(java.lang.String value)
      Sets the value of the onselect property.
      void setReadonly​(java.lang.String value)
      Sets the value of the readonly property.
      void setRows​(java.math.BigInteger value)
      Sets the value of the rows property.
      void setStyle​(java.lang.String value)
      Sets the value of the style property.
      void setTabindex​(java.lang.Integer value)
      Sets the value of the tabindex property.
      void setTitle​(java.lang.String value)
      Sets the value of the title property.
      java.lang.String toString()  
      Textarea withAccesskey​(java.lang.String value)  
      Textarea withClazz​(java.lang.String... values)  
      Textarea withClazz​(java.util.Collection<java.lang.String> values)  
      Textarea withCols​(java.math.BigInteger value)  
      Textarea withContent​(java.lang.String value)  
      Textarea withDir​(java.lang.String value)  
      Textarea withDisabled​(java.lang.String value)  
      Textarea withId​(java.lang.String value)  
      Textarea withLang​(java.lang.String value)  
      Textarea withLangAttribute​(java.lang.String value)  
      Textarea withName​(java.lang.String value)  
      Textarea withOnblur​(java.lang.String value)  
      Textarea withOnchange​(java.lang.String value)  
      Textarea withOnclick​(java.lang.String value)  
      Textarea withOndblclick​(java.lang.String value)  
      Textarea withOnfocus​(java.lang.String value)  
      Textarea withOnkeydown​(java.lang.String value)  
      Textarea withOnkeypress​(java.lang.String value)  
      Textarea withOnkeyup​(java.lang.String value)  
      Textarea withOnmousedown​(java.lang.String value)  
      Textarea withOnmousemove​(java.lang.String value)  
      Textarea withOnmouseout​(java.lang.String value)  
      Textarea withOnmouseover​(java.lang.String value)  
      Textarea withOnmouseup​(java.lang.String value)  
      Textarea withOnselect​(java.lang.String value)  
      Textarea withReadonly​(java.lang.String value)  
      Textarea withRows​(java.math.BigInteger value)  
      Textarea withStyle​(java.lang.String value)  
      Textarea withTabindex​(java.lang.Integer value)  
      Textarea withTitle​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • content

        protected java.lang.String content
      • name

        protected java.lang.String name
      • rows

        protected java.math.BigInteger rows
      • cols

        protected java.math.BigInteger cols
      • disabled

        protected java.lang.String disabled
      • readonly

        protected java.lang.String readonly
      • onselect

        protected java.lang.String onselect
      • onchange

        protected java.lang.String onchange
      • accesskey

        protected java.lang.String accesskey
      • tabindex

        protected java.lang.Integer tabindex
      • onfocus

        protected java.lang.String onfocus
      • onblur

        protected java.lang.String onblur
      • onclick

        protected java.lang.String onclick
      • ondblclick

        protected java.lang.String ondblclick
      • onmousedown

        protected java.lang.String onmousedown
      • onmouseup

        protected java.lang.String onmouseup
      • onmouseover

        protected java.lang.String onmouseover
      • onmousemove

        protected java.lang.String onmousemove
      • onmouseout

        protected java.lang.String onmouseout
      • onkeypress

        protected java.lang.String onkeypress
      • onkeydown

        protected java.lang.String onkeydown
      • onkeyup

        protected java.lang.String onkeyup
      • id

        protected java.lang.String id
      • clazz

        protected java.util.List<java.lang.String> clazz
      • style

        protected java.lang.String style
      • title

        protected java.lang.String title
      • langAttribute

        protected java.lang.String langAttribute
      • lang

        protected java.lang.String lang
      • dir

        protected java.lang.String dir
    • Constructor Detail

      • Textarea

        public Textarea()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(java.lang.String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • 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
      • getRows

        public java.math.BigInteger getRows()
        Gets the value of the rows property.
        Returns:
        possible object is BigInteger
      • setRows

        public void setRows​(java.math.BigInteger value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is BigInteger
      • getCols

        public java.math.BigInteger getCols()
        Gets the value of the cols property.
        Returns:
        possible object is BigInteger
      • setCols

        public void setCols​(java.math.BigInteger value)
        Sets the value of the cols property.
        Parameters:
        value - allowed object is BigInteger
      • getDisabled

        public java.lang.String getDisabled()
        Gets the value of the disabled property.
        Returns:
        possible object is String
      • setDisabled

        public void setDisabled​(java.lang.String value)
        Sets the value of the disabled property.
        Parameters:
        value - allowed object is String
      • getReadonly

        public java.lang.String getReadonly()
        Gets the value of the readonly property.
        Returns:
        possible object is String
      • setReadonly

        public void setReadonly​(java.lang.String value)
        Sets the value of the readonly property.
        Parameters:
        value - allowed object is String
      • getOnselect

        public java.lang.String getOnselect()
        Gets the value of the onselect property.
        Returns:
        possible object is String
      • setOnselect

        public void setOnselect​(java.lang.String value)
        Sets the value of the onselect property.
        Parameters:
        value - allowed object is String
      • getOnchange

        public java.lang.String getOnchange()
        Gets the value of the onchange property.
        Returns:
        possible object is String
      • setOnchange

        public void setOnchange​(java.lang.String value)
        Sets the value of the onchange property.
        Parameters:
        value - allowed object is String
      • getAccesskey

        public java.lang.String getAccesskey()
        Gets the value of the accesskey property.
        Returns:
        possible object is String
      • setAccesskey

        public void setAccesskey​(java.lang.String value)
        Sets the value of the accesskey property.
        Parameters:
        value - allowed object is String
      • getTabindex

        public java.lang.Integer getTabindex()
        Gets the value of the tabindex property.
        Returns:
        possible object is Integer
      • setTabindex

        public void setTabindex​(java.lang.Integer value)
        Sets the value of the tabindex property.
        Parameters:
        value - allowed object is Integer
      • getOnfocus

        public java.lang.String getOnfocus()
        Gets the value of the onfocus property.
        Returns:
        possible object is String
      • setOnfocus

        public void setOnfocus​(java.lang.String value)
        Sets the value of the onfocus property.
        Parameters:
        value - allowed object is String
      • getOnblur

        public java.lang.String getOnblur()
        Gets the value of the onblur property.
        Returns:
        possible object is String
      • setOnblur

        public void setOnblur​(java.lang.String value)
        Sets the value of the onblur property.
        Parameters:
        value - allowed object is String
      • getOnclick

        public java.lang.String getOnclick()
        Gets the value of the onclick property.
        Returns:
        possible object is String
      • setOnclick

        public void setOnclick​(java.lang.String value)
        Sets the value of the onclick property.
        Parameters:
        value - allowed object is String
      • getOndblclick

        public java.lang.String getOndblclick()
        Gets the value of the ondblclick property.
        Returns:
        possible object is String
      • setOndblclick

        public void setOndblclick​(java.lang.String value)
        Sets the value of the ondblclick property.
        Parameters:
        value - allowed object is String
      • getOnmousedown

        public java.lang.String getOnmousedown()
        Gets the value of the onmousedown property.
        Returns:
        possible object is String
      • setOnmousedown

        public void setOnmousedown​(java.lang.String value)
        Sets the value of the onmousedown property.
        Parameters:
        value - allowed object is String
      • getOnmouseup

        public java.lang.String getOnmouseup()
        Gets the value of the onmouseup property.
        Returns:
        possible object is String
      • setOnmouseup

        public void setOnmouseup​(java.lang.String value)
        Sets the value of the onmouseup property.
        Parameters:
        value - allowed object is String
      • getOnmouseover

        public java.lang.String getOnmouseover()
        Gets the value of the onmouseover property.
        Returns:
        possible object is String
      • setOnmouseover

        public void setOnmouseover​(java.lang.String value)
        Sets the value of the onmouseover property.
        Parameters:
        value - allowed object is String
      • getOnmousemove

        public java.lang.String getOnmousemove()
        Gets the value of the onmousemove property.
        Returns:
        possible object is String
      • setOnmousemove

        public void setOnmousemove​(java.lang.String value)
        Sets the value of the onmousemove property.
        Parameters:
        value - allowed object is String
      • getOnmouseout

        public java.lang.String getOnmouseout()
        Gets the value of the onmouseout property.
        Returns:
        possible object is String
      • setOnmouseout

        public void setOnmouseout​(java.lang.String value)
        Sets the value of the onmouseout property.
        Parameters:
        value - allowed object is String
      • getOnkeypress

        public java.lang.String getOnkeypress()
        Gets the value of the onkeypress property.
        Returns:
        possible object is String
      • setOnkeypress

        public void setOnkeypress​(java.lang.String value)
        Sets the value of the onkeypress property.
        Parameters:
        value - allowed object is String
      • getOnkeydown

        public java.lang.String getOnkeydown()
        Gets the value of the onkeydown property.
        Returns:
        possible object is String
      • setOnkeydown

        public void setOnkeydown​(java.lang.String value)
        Sets the value of the onkeydown property.
        Parameters:
        value - allowed object is String
      • getOnkeyup

        public java.lang.String getOnkeyup()
        Gets the value of the onkeyup property.
        Returns:
        possible object is String
      • setOnkeyup

        public void setOnkeyup​(java.lang.String value)
        Sets the value of the onkeyup property.
        Parameters:
        value - allowed object is String
      • 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
      • getClazz

        public java.util.List<java.lang.String> getClazz()
        Gets the value of the clazz 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 clazz property.

        For example, to add a new item, do as follows:

            getClazz().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getStyle

        public java.lang.String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(java.lang.String value)
        Sets the value of the style 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
      • getLangAttribute

        public java.lang.String getLangAttribute()
        Gets the value of the langAttribute property.
        Returns:
        possible object is String
      • setLangAttribute

        public void setLangAttribute​(java.lang.String value)
        Sets the value of the langAttribute property.
        Parameters:
        value - allowed object is String
      • getLang

        public java.lang.String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

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

        public java.lang.String getDir()
        Gets the value of the dir property.
        Returns:
        possible object is String
      • setDir

        public void setDir​(java.lang.String value)
        Sets the value of the dir property.
        Parameters:
        value - allowed object is String
      • withContent

        public Textarea withContent​(java.lang.String value)
      • withName

        public Textarea withName​(java.lang.String value)
      • withRows

        public Textarea withRows​(java.math.BigInteger value)
      • withCols

        public Textarea withCols​(java.math.BigInteger value)
      • withDisabled

        public Textarea withDisabled​(java.lang.String value)
      • withReadonly

        public Textarea withReadonly​(java.lang.String value)
      • withOnselect

        public Textarea withOnselect​(java.lang.String value)
      • withOnchange

        public Textarea withOnchange​(java.lang.String value)
      • withAccesskey

        public Textarea withAccesskey​(java.lang.String value)
      • withTabindex

        public Textarea withTabindex​(java.lang.Integer value)
      • withOnfocus

        public Textarea withOnfocus​(java.lang.String value)
      • withOnblur

        public Textarea withOnblur​(java.lang.String value)
      • withOnclick

        public Textarea withOnclick​(java.lang.String value)
      • withOndblclick

        public Textarea withOndblclick​(java.lang.String value)
      • withOnmousedown

        public Textarea withOnmousedown​(java.lang.String value)
      • withOnmouseup

        public Textarea withOnmouseup​(java.lang.String value)
      • withOnmouseover

        public Textarea withOnmouseover​(java.lang.String value)
      • withOnmousemove

        public Textarea withOnmousemove​(java.lang.String value)
      • withOnmouseout

        public Textarea withOnmouseout​(java.lang.String value)
      • withOnkeypress

        public Textarea withOnkeypress​(java.lang.String value)
      • withOnkeydown

        public Textarea withOnkeydown​(java.lang.String value)
      • withOnkeyup

        public Textarea withOnkeyup​(java.lang.String value)
      • withId

        public Textarea withId​(java.lang.String value)
      • withClazz

        public Textarea withClazz​(java.lang.String... values)
      • withClazz

        public Textarea withClazz​(java.util.Collection<java.lang.String> values)
      • withStyle

        public Textarea withStyle​(java.lang.String value)
      • withTitle

        public Textarea withTitle​(java.lang.String value)
      • withLangAttribute

        public Textarea withLangAttribute​(java.lang.String value)
      • withLang

        public Textarea withLang​(java.lang.String value)
      • withDir

        public Textarea withDir​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2