Class Table
- java.lang.Object
-
- org.w3._1999.xhtml.Table
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Table extends java.lang.Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2Java 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"> <sequence> <element ref="{http://www.w3.org/1999/xhtml}caption" minOccurs="0"/> <choice> <element ref="{http://www.w3.org/1999/xhtml}col" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.w3.org/1999/xhtml}colgroup" maxOccurs="unbounded" minOccurs="0"/> </choice> <element ref="{http://www.w3.org/1999/xhtml}thead" minOccurs="0"/> <element ref="{http://www.w3.org/1999/xhtml}tfoot" minOccurs="0"/> <choice> <element ref="{http://www.w3.org/1999/xhtml}tbody" maxOccurs="unbounded"/> <element ref="{http://www.w3.org/1999/xhtml}tr" maxOccurs="unbounded"/> </choice> </sequence> <attGroup ref="{http://www.w3.org/1999/xhtml}attrs"/> <attribute name="summary" type="{http://www.w3.org/1999/xhtml}Text" /> <attribute name="width" type="{http://www.w3.org/1999/xhtml}Length" /> <attribute name="border" type="{http://www.w3.org/1999/xhtml}Pixels" /> <attribute name="frame" type="{http://www.w3.org/1999/xhtml}TFrame" /> <attribute name="rules" type="{http://www.w3.org/1999/xhtml}TRules" /> <attribute name="cellspacing" type="{http://www.w3.org/1999/xhtml}Length" /> <attribute name="cellpadding" type="{http://www.w3.org/1999/xhtml}Length" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerborderprotected Captioncaptionprotected java.lang.Stringcellpaddingprotected java.lang.Stringcellspacingprotected java.util.List<java.lang.String>clazzprotected java.util.List<Col>colprotected java.util.List<Colgroup>colgroupprotected java.lang.Stringdirprotected TFrameframeprotected java.lang.Stringidprotected java.lang.Stringlangprotected java.lang.StringlangAttributeprotected java.lang.Stringonclickprotected java.lang.Stringondblclickprotected java.lang.Stringonkeydownprotected java.lang.Stringonkeypressprotected java.lang.Stringonkeyupprotected java.lang.Stringonmousedownprotected java.lang.Stringonmousemoveprotected java.lang.Stringonmouseoutprotected java.lang.Stringonmouseoverprotected java.lang.Stringonmouseupprotected TRulesrulesprotected java.lang.Stringstyleprotected java.lang.Stringsummaryprotected java.util.List<Tbody>tbodyprotected Tfoottfootprotected Theadtheadprotected java.lang.Stringtitleprotected java.util.List<Tr>trprotected java.lang.Stringwidth
-
Constructor Summary
Constructors Constructor Description Table()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(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.math.BigIntegergetBorder()Gets the value of the border property.CaptiongetCaption()Gets the value of the caption property.java.lang.StringgetCellpadding()Gets the value of the cellpadding property.java.lang.StringgetCellspacing()Gets the value of the cellspacing property.java.util.List<java.lang.String>getClazz()Gets the value of the clazz property.java.util.List<Col>getCol()Gets the value of the col property.java.util.List<Colgroup>getColgroup()Gets the value of the colgroup property.java.lang.StringgetDir()Gets the value of the dir property.TFramegetFrame()Gets the value of the frame property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetLangAttribute()Gets the value of the langAttribute property.java.lang.StringgetOnclick()Gets the value of the onclick property.java.lang.StringgetOndblclick()Gets the value of the ondblclick property.java.lang.StringgetOnkeydown()Gets the value of the onkeydown property.java.lang.StringgetOnkeypress()Gets the value of the onkeypress property.java.lang.StringgetOnkeyup()Gets the value of the onkeyup property.java.lang.StringgetOnmousedown()Gets the value of the onmousedown property.java.lang.StringgetOnmousemove()Gets the value of the onmousemove property.java.lang.StringgetOnmouseout()Gets the value of the onmouseout property.java.lang.StringgetOnmouseover()Gets the value of the onmouseover property.java.lang.StringgetOnmouseup()Gets the value of the onmouseup property.TRulesgetRules()Gets the value of the rules property.java.lang.StringgetStyle()Gets the value of the style property.java.lang.StringgetSummary()Gets the value of the summary property.java.util.List<Tbody>getTbody()Gets the value of the tbody property.TfootgetTfoot()Gets the value of the tfoot property.TheadgetThead()Gets the value of the thead property.java.lang.StringgetTitle()Gets the value of the title property.java.util.List<Tr>getTr()Gets the value of the tr property.java.lang.StringgetWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetBorder(java.math.BigInteger value)Sets the value of the border property.voidsetCaption(Caption value)Sets the value of the caption property.voidsetCellpadding(java.lang.String value)Sets the value of the cellpadding property.voidsetCellspacing(java.lang.String value)Sets the value of the cellspacing property.voidsetDir(java.lang.String value)Sets the value of the dir property.voidsetFrame(TFrame value)Sets the value of the frame property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetLangAttribute(java.lang.String value)Sets the value of the langAttribute property.voidsetOnclick(java.lang.String value)Sets the value of the onclick property.voidsetOndblclick(java.lang.String value)Sets the value of the ondblclick property.voidsetOnkeydown(java.lang.String value)Sets the value of the onkeydown property.voidsetOnkeypress(java.lang.String value)Sets the value of the onkeypress property.voidsetOnkeyup(java.lang.String value)Sets the value of the onkeyup property.voidsetOnmousedown(java.lang.String value)Sets the value of the onmousedown property.voidsetOnmousemove(java.lang.String value)Sets the value of the onmousemove property.voidsetOnmouseout(java.lang.String value)Sets the value of the onmouseout property.voidsetOnmouseover(java.lang.String value)Sets the value of the onmouseover property.voidsetOnmouseup(java.lang.String value)Sets the value of the onmouseup property.voidsetRules(TRules value)Sets the value of the rules property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetSummary(java.lang.String value)Sets the value of the summary property.voidsetTfoot(Tfoot value)Sets the value of the tfoot property.voidsetThead(Thead value)Sets the value of the thead property.voidsetTitle(java.lang.String value)Sets the value of the title property.voidsetWidth(java.lang.String value)Sets the value of the width property.java.lang.StringtoString()TablewithBorder(java.math.BigInteger value)TablewithCaption(Caption value)TablewithCellpadding(java.lang.String value)TablewithCellspacing(java.lang.String value)TablewithClazz(java.lang.String... values)TablewithClazz(java.util.Collection<java.lang.String> values)TablewithCol(java.util.Collection<Col> values)TablewithCol(Col... values)TablewithColgroup(java.util.Collection<Colgroup> values)TablewithColgroup(Colgroup... values)TablewithDir(java.lang.String value)TablewithFrame(TFrame value)TablewithId(java.lang.String value)TablewithLang(java.lang.String value)TablewithLangAttribute(java.lang.String value)TablewithOnclick(java.lang.String value)TablewithOndblclick(java.lang.String value)TablewithOnkeydown(java.lang.String value)TablewithOnkeypress(java.lang.String value)TablewithOnkeyup(java.lang.String value)TablewithOnmousedown(java.lang.String value)TablewithOnmousemove(java.lang.String value)TablewithOnmouseout(java.lang.String value)TablewithOnmouseover(java.lang.String value)TablewithOnmouseup(java.lang.String value)TablewithRules(TRules value)TablewithStyle(java.lang.String value)TablewithSummary(java.lang.String value)TablewithTbody(java.util.Collection<Tbody> values)TablewithTbody(Tbody... values)TablewithTfoot(Tfoot value)TablewithThead(Thead value)TablewithTitle(java.lang.String value)TablewithTr(java.util.Collection<Tr> values)TablewithTr(Tr... values)TablewithWidth(java.lang.String value)
-
-
-
Field Detail
-
caption
protected Caption caption
-
col
protected java.util.List<Col> col
-
colgroup
protected java.util.List<Colgroup> colgroup
-
thead
protected Thead thead
-
tfoot
protected Tfoot tfoot
-
tbody
protected java.util.List<Tbody> tbody
-
tr
protected java.util.List<Tr> tr
-
summary
protected java.lang.String summary
-
width
protected java.lang.String width
-
border
protected java.math.BigInteger border
-
frame
protected TFrame frame
-
rules
protected TRules rules
-
cellspacing
protected java.lang.String cellspacing
-
cellpadding
protected java.lang.String cellpadding
-
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
-
-
Method Detail
-
getCaption
public Caption getCaption()
Gets the value of the caption property.- Returns:
- possible object is
Caption
-
setCaption
public void setCaption(Caption value)
Sets the value of the caption property.- Parameters:
value- allowed object isCaption
-
getCol
public java.util.List<Col> getCol()
Gets the value of the col 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
setmethod for the col property.For example, to add a new item, do as follows:
getCol().add(newItem);Objects of the following type(s) are allowed in the list
Col
-
getColgroup
public java.util.List<Colgroup> getColgroup()
Gets the value of the colgroup 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
setmethod for the colgroup property.For example, to add a new item, do as follows:
getColgroup().add(newItem);Objects of the following type(s) are allowed in the list
Colgroup
-
getThead
public Thead getThead()
Gets the value of the thead property.- Returns:
- possible object is
Thead
-
setThead
public void setThead(Thead value)
Sets the value of the thead property.- Parameters:
value- allowed object isThead
-
getTfoot
public Tfoot getTfoot()
Gets the value of the tfoot property.- Returns:
- possible object is
Tfoot
-
setTfoot
public void setTfoot(Tfoot value)
Sets the value of the tfoot property.- Parameters:
value- allowed object isTfoot
-
getTbody
public java.util.List<Tbody> getTbody()
Gets the value of the tbody 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
setmethod for the tbody property.For example, to add a new item, do as follows:
getTbody().add(newItem);Objects of the following type(s) are allowed in the list
Tbody
-
getTr
public java.util.List<Tr> getTr()
Gets the value of the tr 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
setmethod for the tr property.For example, to add a new item, do as follows:
getTr().add(newItem);Objects of the following type(s) are allowed in the list
Tr
-
getSummary
public java.lang.String getSummary()
Gets the value of the summary property.- Returns:
- possible object is
String
-
setSummary
public void setSummary(java.lang.String value)
Sets the value of the summary property.- Parameters:
value- allowed object isString
-
getWidth
public java.lang.String getWidth()
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
public void setWidth(java.lang.String value)
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getBorder
public java.math.BigInteger getBorder()
Gets the value of the border property.- Returns:
- possible object is
BigInteger
-
setBorder
public void setBorder(java.math.BigInteger value)
Sets the value of the border property.- Parameters:
value- allowed object isBigInteger
-
getFrame
public TFrame getFrame()
Gets the value of the frame property.- Returns:
- possible object is
TFrame
-
setFrame
public void setFrame(TFrame value)
Sets the value of the frame property.- Parameters:
value- allowed object isTFrame
-
getRules
public TRules getRules()
Gets the value of the rules property.- Returns:
- possible object is
TRules
-
setRules
public void setRules(TRules value)
Sets the value of the rules property.- Parameters:
value- allowed object isTRules
-
getCellspacing
public java.lang.String getCellspacing()
Gets the value of the cellspacing property.- Returns:
- possible object is
String
-
setCellspacing
public void setCellspacing(java.lang.String value)
Sets the value of the cellspacing property.- Parameters:
value- allowed object isString
-
getCellpadding
public java.lang.String getCellpadding()
Gets the value of the cellpadding property.- Returns:
- possible object is
String
-
setCellpadding
public void setCellpadding(java.lang.String value)
Sets the value of the cellpadding property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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
setmethod 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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withSummary
public Table withSummary(java.lang.String value)
-
withWidth
public Table withWidth(java.lang.String value)
-
withBorder
public Table withBorder(java.math.BigInteger value)
-
withCellspacing
public Table withCellspacing(java.lang.String value)
-
withCellpadding
public Table withCellpadding(java.lang.String value)
-
withOnclick
public Table withOnclick(java.lang.String value)
-
withOndblclick
public Table withOndblclick(java.lang.String value)
-
withOnmousedown
public Table withOnmousedown(java.lang.String value)
-
withOnmouseup
public Table withOnmouseup(java.lang.String value)
-
withOnmouseover
public Table withOnmouseover(java.lang.String value)
-
withOnmousemove
public Table withOnmousemove(java.lang.String value)
-
withOnmouseout
public Table withOnmouseout(java.lang.String value)
-
withOnkeypress
public Table withOnkeypress(java.lang.String value)
-
withOnkeydown
public Table withOnkeydown(java.lang.String value)
-
withOnkeyup
public Table withOnkeyup(java.lang.String value)
-
withId
public Table withId(java.lang.String value)
-
withClazz
public Table withClazz(java.lang.String... values)
-
withClazz
public Table withClazz(java.util.Collection<java.lang.String> values)
-
withStyle
public Table withStyle(java.lang.String value)
-
withTitle
public Table withTitle(java.lang.String value)
-
withLangAttribute
public Table withLangAttribute(java.lang.String value)
-
withLang
public Table withLang(java.lang.String value)
-
withDir
public Table 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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:
appendin interfaceorg.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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
-