org.w3._1999.xhtml.Tr Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of legislation-gov-uk Show documentation
Show all versions of legislation-gov-uk Show documentation
Java library for consuming the Legislation.gov.uk API
//
// 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._1999.xsl.format.TableBorderStyleType;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
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 maxOccurs="unbounded">
* <element ref="{http://www.w3.org/1999/xhtml}td"/>
* <element ref="{http://www.w3.org/1999/xhtml}th"/>
* </choice>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBackgroundColorAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/XSL/Format}TableBorderTopAttributes"/>
* <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/XSL/Format}TableBorderAttributes"/>
* <attGroup ref="{http://www.w3.org/1999/xhtml}TableID"/>
* <attribute name="height" type="{http://www.w3.org/1999/xhtml}TableSimpleLengthType" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"tdsAndThs"
})
@XmlRootElement(name = "tr")
public class Tr {
@XmlElements({
@XmlElement(name = "td", type = Td.class),
@XmlElement(name = "th", type = Th.class)
})
protected List