public class Td 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"> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{}fieldref"/> <element ref="{}msgref"/> <element ref="{}ul"/> </choice> <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}byte" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Byte |
colspan |
protected List<Object> |
content |
Constructor and Description |
---|
Td() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
Byte |
getColspan()
Gets the value of the colspan property.
|
List<Object> |
getContent()
Gets the value of the content property.
|
int |
hashCode() |
void |
setColspan(Byte value)
Sets the value of the colspan property.
|
String |
toString() |
public List<Object> getContent()
set
method for the content property.
For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
String
Ul
Msgref
Fieldref
public Byte getColspan()
Byte
public void setColspan(Byte value)
value
- allowed object is
Byte
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.