Class Th

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

public class Th extends Flow 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>
     <extension base="{http://www.w3.org/1999/xhtml}Flow">
       <attGroup ref="{http://www.w3.org/1999/xhtml}cellhalign"/>
       <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/>
       <attGroup ref="{http://www.w3.org/1999/xhtml}cellvalign"/>
       <attribute name="abbr" type="{http://www.w3.org/1999/xhtml}Text" />
       <attribute name="axis" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="headers" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="scope" type="{http://www.w3.org/1999/xhtml}Scope" />
       <attribute name="rowspan" type="{http://www.w3.org/1999/xhtml}Number" default="1" />
       <attribute name="colspan" type="{http://www.w3.org/1999/xhtml}Number" default="1" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • abbr

      protected String abbr
    • axis

      protected String axis
    • headers

      protected List<Object> headers
    • scope

      protected Scope scope
    • rowspan

      protected BigInteger rowspan
    • colspan

      protected BigInteger colspan
    • align

      protected String align
    • _char

      protected String _char
    • charoff

      protected String charoff
    • 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
    • valign

      protected String valign
  • Constructor Details

    • Th

      public Th()
  • Method Details

    • getAbbr

      public String getAbbr()
      Gets the value of the abbr property.
      Returns:
      possible object is String
    • setAbbr

      public void setAbbr(String value)
      Sets the value of the abbr property.
      Parameters:
      value - allowed object is String
    • getAxis

      public String getAxis()
      Gets the value of the axis property.
      Returns:
      possible object is String
    • setAxis

      public void setAxis(String value)
      Sets the value of the axis property.
      Parameters:
      value - allowed object is String
    • getHeaders

      public List<Object> getHeaders()
      Gets the value of the headers 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 headers property.

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

          getHeaders().add(newItem);
       

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

    • getScope

      public Scope getScope()
      Gets the value of the scope property.
      Returns:
      possible object is Scope
    • setScope

      public void setScope(Scope value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is Scope
    • getRowspan

      public BigInteger getRowspan()
      Gets the value of the rowspan property.
      Returns:
      possible object is BigInteger
    • setRowspan

      public void setRowspan(BigInteger value)
      Sets the value of the rowspan property.
      Parameters:
      value - allowed object is BigInteger
    • getColspan

      public BigInteger getColspan()
      Gets the value of the colspan property.
      Returns:
      possible object is BigInteger
    • setColspan

      public void setColspan(BigInteger value)
      Sets the value of the colspan property.
      Parameters:
      value - allowed object is BigInteger
    • getAlign

      public String getAlign()
      Gets the value of the align property.
      Returns:
      possible object is String
    • setAlign

      public void setAlign(String value)
      Sets the value of the align property.
      Parameters:
      value - allowed object is String
    • getChar

      public String getChar()
      Gets the value of the char property.
      Returns:
      possible object is String
    • setChar

      public void setChar(String value)
      Sets the value of the char property.
      Parameters:
      value - allowed object is String
    • getCharoff

      public String getCharoff()
      Gets the value of the charoff property.
      Returns:
      possible object is String
    • setCharoff

      public void setCharoff(String value)
      Sets the value of the charoff 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
    • getValign

      public String getValign()
      Gets the value of the valign property.
      Returns:
      possible object is String
    • setValign

      public void setValign(String value)
      Sets the value of the valign property.
      Parameters:
      value - allowed object is String
    • withAbbr

      public Th withAbbr(String value)
    • withAxis

      public Th withAxis(String value)
    • withHeaders

      public Th withHeaders(Object... values)
    • withHeaders

      public Th withHeaders(Collection<Object> values)
    • withScope

      public Th withScope(Scope value)
    • withRowspan

      public Th withRowspan(BigInteger value)
    • withColspan

      public Th withColspan(BigInteger value)
    • withAlign

      public Th withAlign(String value)
    • withChar

      public Th withChar(String value)
    • withCharoff

      public Th withCharoff(String value)
    • withLangAttribute

      public Th withLangAttribute(String value)
    • withLang

      public Th withLang(String value)
    • withDir

      public Th withDir(String value)
    • withId

      public Th withId(String value)
    • withClazz

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

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

      public Th withStyle(String value)
    • withTitle

      public Th withTitle(String value)
    • withOnclick

      public Th withOnclick(String value)
    • withOndblclick

      public Th withOndblclick(String value)
    • withOnmousedown

      public Th withOnmousedown(String value)
    • withOnmouseup

      public Th withOnmouseup(String value)
    • withOnmouseover

      public Th withOnmouseover(String value)
    • withOnmousemove

      public Th withOnmousemove(String value)
    • withOnmouseout

      public Th withOnmouseout(String value)
    • withOnkeypress

      public Th withOnkeypress(String value)
    • withOnkeydown

      public Th withOnkeydown(String value)
    • withOnkeyup

      public Th withOnkeyup(String value)
    • withValign

      public Th withValign(String value)
    • withContent

      public Th withContent(Object... values)
      Overrides:
      withContent in class Flow
    • withContent

      public Th withContent(Collection<Object> values)
      Overrides:
      withContent in class Flow
    • 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
      Overrides:
      equals in class Flow
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Flow
    • toString

      public String toString()
      Overrides:
      toString in class Flow
    • 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
      Overrides:
      append in class Flow
    • 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
      Overrides:
      appendFields in class Flow
    • setHeaders

      public void setHeaders(List<Object> value)
    • setClazz

      public void setClazz(List<String> value)