public class Tr extends Object implements Findable
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"> <sequence> <element ref="{}th" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}td" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Td> |
td |
protected List<Th> |
th |
Constructor and Description |
---|
Tr() |
public List<Th> getTh()
set
method for the th property.
For example, to add a new item, do as follows:
getTh().add(newItem);Objects of the following type(s) are allowed in the list
Th
public List<Td> getTd()
set
method for the td property.
For example, to add a new item, do as follows:
getTd().add(newItem);Objects of the following type(s) are allowed in the list
Td
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.