org.w3._1999.xhtml.Tfoot Maven / Gradle / Ivy
Show all versions of legislation-gov-uk Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.08.07 at 06:17:52 PM CEST
//
package org.w3._1999.xhtml;
import org.w3._1998.math.mathml.Math;
import org.w3._1999.xsl.format.TableBorderStyleType;
import uk.co.tso.assets.namespace.error.ErrorType;
import uk.gov.legislation.namespaces.legislation.*;
import uk.gov.legislation.namespaces.legislation.Character;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
/**
* 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">
* <choice>
* <element name="tr" maxOccurs="unbounded">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded">
* <element name="td">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <group ref="{http://www.legislation.gov.uk/namespaces/legislation}TableFootnoteCell"/>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableCellAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableAlignmentAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"trs"
})
@XmlRootElement(name = "tfoot")
public class Tfoot {
@XmlElement(name = "tr")
protected List trs;
@XmlAttribute(name = "id")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
protected String id;
@XmlAttribute(name = "valign")
protected String valign;
@XmlAttribute(name = "align")
protected String align;
@XmlAttribute(name = "border-left-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderLeftStyle;
@XmlAttribute(name = "border-left-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderLeftColor;
@XmlAttribute(name = "border-left-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderLeftWidth;
@XmlAttribute(name = "border-right-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderRightStyle;
@XmlAttribute(name = "border-bottom-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderBottomStyle;
@XmlAttribute(name = "border-right-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderRightColor;
@XmlAttribute(name = "border-bottom-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderBottomColor;
@XmlAttribute(name = "border-right-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderRightWidth;
@XmlAttribute(name = "border-bottom-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderBottomWidth;
@XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlSchemaType(name = "language")
protected String lang;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
@XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlSchemaType(name = "anyURI")
protected String base;
@XmlAttribute(name = "border-top-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderTopStyle;
@XmlAttribute(name = "border-top-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderTopColor;
@XmlAttribute(name = "border-top-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderTopWidth;
@XmlAttribute(name = "background-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String backgroundColor;
/**
* Gets the value of the trs 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 trs property.
*
*
* For example, to add a new item, do as follows:
*
* getTrs().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Tfoot.Tr }
*
*
*/
public List
getTrs() {
if (trs == null) {
trs = new ArrayList<>();
}
return this.trs;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the valign property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getValign() {
return valign;
}
/**
* Sets the value of the valign property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setValign(String value) {
this.valign = value;
}
/**
* Gets the value of the align property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAlign() {
if (align == null) {
return "inherit";
} else {
return align;
}
}
/**
* Sets the value of the align property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAlign(String value) {
this.align = value;
}
/**
* Gets the value of the borderLeftStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderLeftStyle() {
if (borderLeftStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderLeftStyle;
}
}
/**
* Sets the value of the borderLeftStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderLeftStyle(TableBorderStyleType value) {
this.borderLeftStyle = value;
}
/**
* Gets the value of the borderLeftColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderLeftColor() {
if (borderLeftColor == null) {
return "inherit";
} else {
return borderLeftColor;
}
}
/**
* Sets the value of the borderLeftColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderLeftColor(String value) {
this.borderLeftColor = value;
}
/**
* Gets the value of the borderLeftWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderLeftWidth() {
if (borderLeftWidth == null) {
return "inherit";
} else {
return borderLeftWidth;
}
}
/**
* Sets the value of the borderLeftWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderLeftWidth(String value) {
this.borderLeftWidth = value;
}
/**
* Gets the value of the borderRightStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderRightStyle() {
if (borderRightStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderRightStyle;
}
}
/**
* Sets the value of the borderRightStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderRightStyle(TableBorderStyleType value) {
this.borderRightStyle = value;
}
/**
* Gets the value of the borderBottomStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderBottomStyle() {
if (borderBottomStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderBottomStyle;
}
}
/**
* Sets the value of the borderBottomStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderBottomStyle(TableBorderStyleType value) {
this.borderBottomStyle = value;
}
/**
* Gets the value of the borderRightColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderRightColor() {
if (borderRightColor == null) {
return "inherit";
} else {
return borderRightColor;
}
}
/**
* Sets the value of the borderRightColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderRightColor(String value) {
this.borderRightColor = value;
}
/**
* Gets the value of the borderBottomColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderBottomColor() {
if (borderBottomColor == null) {
return "inherit";
} else {
return borderBottomColor;
}
}
/**
* Sets the value of the borderBottomColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderBottomColor(String value) {
this.borderBottomColor = value;
}
/**
* Gets the value of the borderRightWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderRightWidth() {
if (borderRightWidth == null) {
return "inherit";
} else {
return borderRightWidth;
}
}
/**
* Sets the value of the borderRightWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderRightWidth(String value) {
this.borderRightWidth = value;
}
/**
* Gets the value of the borderBottomWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderBottomWidth() {
if (borderBottomWidth == null) {
return "inherit";
} else {
return borderBottomWidth;
}
}
/**
* Sets the value of the borderBottomWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderBottomWidth(String value) {
this.borderBottomWidth = value;
}
/**
* Gets the value of the lang property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLang() {
return lang;
}
/**
* Sets the value of the lang property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLang(String value) {
this.lang = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Gets the value of the base property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBase() {
return base;
}
/**
* Sets the value of the base property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBase(String value) {
this.base = value;
}
/**
* Gets the value of the borderTopStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderTopStyle() {
if (borderTopStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderTopStyle;
}
}
/**
* Sets the value of the borderTopStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderTopStyle(TableBorderStyleType value) {
this.borderTopStyle = value;
}
/**
* Gets the value of the borderTopColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderTopColor() {
if (borderTopColor == null) {
return "inherit";
} else {
return borderTopColor;
}
}
/**
* Sets the value of the borderTopColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderTopColor(String value) {
this.borderTopColor = value;
}
/**
* Gets the value of the borderTopWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderTopWidth() {
if (borderTopWidth == null) {
return "inherit";
} else {
return borderTopWidth;
}
}
/**
* Sets the value of the borderTopWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderTopWidth(String value) {
this.borderTopWidth = value;
}
/**
* Gets the value of the backgroundColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBackgroundColor() {
return backgroundColor;
}
/**
* Sets the value of the backgroundColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBackgroundColor(String value) {
this.backgroundColor = value;
}
/**
* 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">
* <choice maxOccurs="unbounded">
* <element name="td">
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <group ref="{http://www.legislation.gov.uk/namespaces/legislation}TableFootnoteCell"/>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableCellAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
* </element>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"tds"
})
public static class Tr {
@XmlElement(name = "td")
protected List tds;
@XmlAttribute(name = "border-left-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderLeftStyle;
@XmlAttribute(name = "border-left-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderLeftColor;
@XmlAttribute(name = "border-left-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderLeftWidth;
@XmlAttribute(name = "border-top-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderTopStyle;
@XmlAttribute(name = "border-top-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderTopColor;
@XmlAttribute(name = "border-top-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderTopWidth;
@XmlAttribute(name = "id")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlID
protected String id;
@XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
@XmlSchemaType(name = "language")
protected String lang;
@XmlAttribute(name = "space", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String space;
@XmlAttribute(name = "base", namespace = "http://www.w3.org/XML/1998/namespace")
@XmlSchemaType(name = "anyURI")
protected String base;
@XmlAttribute(name = "background-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String backgroundColor;
@XmlAttribute(name = "border-right-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderRightStyle;
@XmlAttribute(name = "border-bottom-style", namespace = "http://www.w3.org/1999/XSL/Format")
protected TableBorderStyleType borderBottomStyle;
@XmlAttribute(name = "border-right-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderRightColor;
@XmlAttribute(name = "border-bottom-color", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderBottomColor;
@XmlAttribute(name = "border-right-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderRightWidth;
@XmlAttribute(name = "border-bottom-width", namespace = "http://www.w3.org/1999/XSL/Format")
protected String borderBottomWidth;
/**
* Gets the value of the tds 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 tds property.
*
*
* For example, to add a new item, do as follows:
*
* getTds().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Tfoot.Tr.Td }
*
*
*/
public List
getTds() {
if (tds == null) {
tds = new ArrayList<>();
}
return this.tds;
}
/**
* Gets the value of the borderLeftStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderLeftStyle() {
if (borderLeftStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderLeftStyle;
}
}
/**
* Sets the value of the borderLeftStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderLeftStyle(TableBorderStyleType value) {
this.borderLeftStyle = value;
}
/**
* Gets the value of the borderLeftColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderLeftColor() {
if (borderLeftColor == null) {
return "inherit";
} else {
return borderLeftColor;
}
}
/**
* Sets the value of the borderLeftColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderLeftColor(String value) {
this.borderLeftColor = value;
}
/**
* Gets the value of the borderLeftWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderLeftWidth() {
if (borderLeftWidth == null) {
return "inherit";
} else {
return borderLeftWidth;
}
}
/**
* Sets the value of the borderLeftWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderLeftWidth(String value) {
this.borderLeftWidth = value;
}
/**
* Gets the value of the borderTopStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderTopStyle() {
if (borderTopStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderTopStyle;
}
}
/**
* Sets the value of the borderTopStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderTopStyle(TableBorderStyleType value) {
this.borderTopStyle = value;
}
/**
* Gets the value of the borderTopColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderTopColor() {
if (borderTopColor == null) {
return "inherit";
} else {
return borderTopColor;
}
}
/**
* Sets the value of the borderTopColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderTopColor(String value) {
this.borderTopColor = value;
}
/**
* Gets the value of the borderTopWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderTopWidth() {
if (borderTopWidth == null) {
return "inherit";
} else {
return borderTopWidth;
}
}
/**
* Sets the value of the borderTopWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderTopWidth(String value) {
this.borderTopWidth = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the lang property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLang() {
return lang;
}
/**
* Sets the value of the lang property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLang(String value) {
this.lang = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getSpace() {
return space;
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSpace(String value) {
this.space = value;
}
/**
* Gets the value of the base property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBase() {
return base;
}
/**
* Sets the value of the base property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBase(String value) {
this.base = value;
}
/**
* Gets the value of the backgroundColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBackgroundColor() {
return backgroundColor;
}
/**
* Sets the value of the backgroundColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBackgroundColor(String value) {
this.backgroundColor = value;
}
/**
* Gets the value of the borderRightStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderRightStyle() {
if (borderRightStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderRightStyle;
}
}
/**
* Sets the value of the borderRightStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderRightStyle(TableBorderStyleType value) {
this.borderRightStyle = value;
}
/**
* Gets the value of the borderBottomStyle property.
*
* @return
* possible object is
* {@link TableBorderStyleType }
*
*/
public TableBorderStyleType getBorderBottomStyle() {
if (borderBottomStyle == null) {
return TableBorderStyleType.INHERIT;
} else {
return borderBottomStyle;
}
}
/**
* Sets the value of the borderBottomStyle property.
*
* @param value
* allowed object is
* {@link TableBorderStyleType }
*
*/
public void setBorderBottomStyle(TableBorderStyleType value) {
this.borderBottomStyle = value;
}
/**
* Gets the value of the borderRightColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderRightColor() {
if (borderRightColor == null) {
return "inherit";
} else {
return borderRightColor;
}
}
/**
* Sets the value of the borderRightColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderRightColor(String value) {
this.borderRightColor = value;
}
/**
* Gets the value of the borderBottomColor property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderBottomColor() {
if (borderBottomColor == null) {
return "inherit";
} else {
return borderBottomColor;
}
}
/**
* Sets the value of the borderBottomColor property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderBottomColor(String value) {
this.borderBottomColor = value;
}
/**
* Gets the value of the borderRightWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderRightWidth() {
if (borderRightWidth == null) {
return "inherit";
} else {
return borderRightWidth;
}
}
/**
* Sets the value of the borderRightWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderRightWidth(String value) {
this.borderRightWidth = value;
}
/**
* Gets the value of the borderBottomWidth property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBorderBottomWidth() {
if (borderBottomWidth == null) {
return "inherit";
} else {
return borderBottomWidth;
}
}
/**
* Sets the value of the borderBottomWidth property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBorderBottomWidth(String value) {
this.borderBottomWidth = value;
}
/**
* 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">
* <choice maxOccurs="unbounded" minOccurs="0">
* <group ref="{http://www.legislation.gov.uk/namespaces/legislation}TableFootnoteCell"/>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderLeftAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableXMLattributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableCellAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"content"
})
public static class Td {
@XmlElementRefs({
@XmlElementRef(name = "Addition", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ExternalLink", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = ExternalLink.class, required = false),
@XmlElementRef(name = "Proviso", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Proviso.class, required = false),
@XmlElementRef(name = "DecoratedGroup", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = DecoratedGroup.class, required = false),
@XmlElementRef(name = "InlineAmendment", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = InlineAmendment.class, required = false),
@XmlElementRef(name = "math", namespace = "http://www.w3.org/1998/Math/MathML", type = Math.class, required = false),
@XmlElementRef(name = "CommentaryRef", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = CommentaryRef.class, required = false),
@XmlElementRef(name = "MarginNoteRef", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = MarginNoteRef.class, required = false),
@XmlElementRef(name = "Acronym", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Acronym.class, required = false),
@XmlElementRef(name = "Form", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Form.class, required = false),
@XmlElementRef(name = "InternalLink", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = InternalLink.class, required = false),
@XmlElementRef(name = "CitationListRef", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = CitationListRef.class, required = false),
@XmlElementRef(name = "Abbreviation", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Abbreviation.class, required = false),
@XmlElementRef(name = "UnorderedList", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = UnorderedList.class, required = false),
@XmlElementRef(name = "Strong", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Strong.class, required = false),
@XmlElementRef(name = "Warning", namespace = "http://www.tso.co.uk/assets/namespace/error", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Inferior", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Para", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Para.class, required = false),
@XmlElementRef(name = "Term", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Term.class, required = false),
@XmlElementRef(name = "Emphasis", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Emphasis.class, required = false),
@XmlElementRef(name = "InlineExtract", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = InlineExtract.class, required = false),
@XmlElementRef(name = "Image", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Image.class, required = false),
@XmlElementRef(name = "Tabular", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Tabular.class, required = false),
@XmlElementRef(name = "Figure", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Figure.class, required = false),
@XmlElementRef(name = "KeyList", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = KeyList.class, required = false),
@XmlElementRef(name = "Formula", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Formula.class, required = false),
@XmlElementRef(name = "Error", namespace = "http://www.tso.co.uk/assets/namespace/error", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Span", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Character", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Character.class, required = false),
@XmlElementRef(name = "Footnote", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Footnote.class, required = false),
@XmlElementRef(name = "Citation", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Citation.class, required = false),
@XmlElementRef(name = "CitationSubRef", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = CitationSubRef.class, required = false),
@XmlElementRef(name = "Underline", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "SmallCaps", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = SmallCaps.class, required = false),
@XmlElementRef(name = "Superior", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "FootnoteRef", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = FootnoteRef.class, required = false),
@XmlElementRef(name = "Repeal", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Repeal.class, required = false),
@XmlElementRef(name = "Substitution", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = JAXBElement.class, required = false),
@XmlElementRef(name = "OrderedList", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = OrderedList.class, required = false),
@XmlElementRef(name = "Definition", namespace = "http://www.legislation.gov.uk/namespaces/legislation", type = Definition.class, required = false)
})
@XmlMixed
protected List