Class Input

java.lang.Object
org.w3._1999.xhtml.Input
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class Input extends 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}attrs"/>
       <attGroup ref="{http://www.w3.org/1999/xhtml}focus"/>
       <attribute name="type" type="{http://www.w3.org/1999/xhtml}InputType" default="text" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="checked">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="checked"/>
           </restriction>
         </simpleType>
       </attribute>
       <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="size" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="maxlength" type="{http://www.w3.org/1999/xhtml}Number" />
       <attribute name="src" type="{http://www.w3.org/1999/xhtml}URI" />
       <attribute name="alt" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="usemap" type="{http://www.w3.org/1999/xhtml}URI" />
       <attribute name="onselect" type="{http://www.w3.org/1999/xhtml}Script" />
       <attribute name="onchange" type="{http://www.w3.org/1999/xhtml}Script" />
       <attribute name="accept" type="{http://www.w3.org/1999/xhtml}ContentTypes" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected InputType type
    • name

      protected String name
    • value

      protected String value
    • checked

      protected String checked
    • disabled

      protected String disabled
    • readonly

      protected String readonly
    • size

      protected String size
    • maxlength

      protected BigInteger maxlength
    • src

      protected String src
    • alt

      protected String alt
    • usemap

      protected String usemap
    • onselect

      protected String onselect
    • onchange

      protected String onchange
    • accept

      protected String accept
    • langAttribute

      protected String langAttribute
    • lang

      protected String lang
    • dir

      protected String dir
    • id

      protected String id
    • clazz

      protected List<String> clazz
    • style

      protected String style
    • title

      protected String title
    • onclick

      protected String onclick
    • ondblclick

      protected String ondblclick
    • onmousedown

      protected String onmousedown
    • onmouseup

      protected String onmouseup
    • onmouseover

      protected String onmouseover
    • onmousemove

      protected String onmousemove
    • onmouseout

      protected String onmouseout
    • onkeypress

      protected String onkeypress
    • onkeydown

      protected String onkeydown
    • onkeyup

      protected String onkeyup
    • accesskey

      protected String accesskey
    • tabindex

      protected Integer tabindex
    • onfocus

      protected String onfocus
    • onblur

      protected String onblur
  • Constructor Details

    • Input

      public Input()
  • Method Details

    • getType

      public InputType getType()
      Gets the value of the type property.
      Returns:
      possible object is InputType
    • setType

      public void setType(InputType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is InputType
    • getName

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

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

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getChecked

      public String getChecked()
      Gets the value of the checked property.
      Returns:
      possible object is String
    • setChecked

      public void setChecked(String value)
      Sets the value of the checked property.
      Parameters:
      value - allowed object is String
    • getDisabled

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

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

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

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

      public String getSize()
      Gets the value of the size property.
      Returns:
      possible object is String
    • setSize

      public void setSize(String value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is String
    • getMaxlength

      public BigInteger getMaxlength()
      Gets the value of the maxlength property.
      Returns:
      possible object is BigInteger
    • setMaxlength

      public void setMaxlength(BigInteger value)
      Sets the value of the maxlength property.
      Parameters:
      value - allowed object is BigInteger
    • getSrc

      public String getSrc()
      Gets the value of the src property.
      Returns:
      possible object is String
    • setSrc

      public void setSrc(String value)
      Sets the value of the src property.
      Parameters:
      value - allowed object is String
    • getAlt

      public String getAlt()
      Gets the value of the alt property.
      Returns:
      possible object is String
    • setAlt

      public void setAlt(String value)
      Sets the value of the alt property.
      Parameters:
      value - allowed object is String
    • getUsemap

      public String getUsemap()
      Gets the value of the usemap property.
      Returns:
      possible object is String
    • setUsemap

      public void setUsemap(String value)
      Sets the value of the usemap property.
      Parameters:
      value - allowed object is String
    • getOnselect

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

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

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

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

      public String getAccept()
      Gets the value of the accept property.
      Returns:
      possible object is String
    • setAccept

      public void setAccept(String value)
      Sets the value of the accept property.
      Parameters:
      value - allowed object is String
    • getLangAttribute

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

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

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

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

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

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

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getClazz

      public List<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 Jakarta XML Binding 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 String getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle(String value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getOnclick

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setOnkeyup(String value)
      Sets the value of the onkeyup property.
      Parameters:
      value - allowed object is String
    • getAccesskey

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

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

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

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

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

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

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

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

      public Input withType(InputType value)
    • withName

      public Input withName(String value)
    • withValue

      public Input withValue(String value)
    • withChecked

      public Input withChecked(String value)
    • withDisabled

      public Input withDisabled(String value)
    • withReadonly

      public Input withReadonly(String value)
    • withSize

      public Input withSize(String value)
    • withMaxlength

      public Input withMaxlength(BigInteger value)
    • withSrc

      public Input withSrc(String value)
    • withAlt

      public Input withAlt(String value)
    • withUsemap

      public Input withUsemap(String value)
    • withOnselect

      public Input withOnselect(String value)
    • withOnchange

      public Input withOnchange(String value)
    • withAccept

      public Input withAccept(String value)
    • withLangAttribute

      public Input withLangAttribute(String value)
    • withLang

      public Input withLang(String value)
    • withDir

      public Input withDir(String value)
    • withId

      public Input withId(String value)
    • withClazz

      public Input withClazz(String... values)
    • withClazz

      public Input withClazz(Collection<String> values)
    • withStyle

      public Input withStyle(String value)
    • withTitle

      public Input withTitle(String value)
    • withOnclick

      public Input withOnclick(String value)
    • withOndblclick

      public Input withOndblclick(String value)
    • withOnmousedown

      public Input withOnmousedown(String value)
    • withOnmouseup

      public Input withOnmouseup(String value)
    • withOnmouseover

      public Input withOnmouseover(String value)
    • withOnmousemove

      public Input withOnmousemove(String value)
    • withOnmouseout

      public Input withOnmouseout(String value)
    • withOnkeypress

      public Input withOnkeypress(String value)
    • withOnkeydown

      public Input withOnkeydown(String value)
    • withOnkeyup

      public Input withOnkeyup(String value)
    • withAccesskey

      public Input withAccesskey(String value)
    • withTabindex

      public Input withTabindex(Integer value)
    • withOnfocus

      public Input withOnfocus(String value)
    • withOnblur

      public Input withOnblur(String value)
    • equals

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

      public boolean equals(Object object)
      Overrides:
      equals in class 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 Object
    • toString

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

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

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

      public void setClazz(List<String> value)