|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.validation.beans.Td
public class Td
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>
| Field Summary | |
|---|---|
protected Byte |
colspan
|
protected List<Object> |
content
|
| Constructor Summary | |
|---|---|
Td()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> content
protected Byte colspan
| Constructor Detail |
|---|
public Td()
| Method Detail |
|---|
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()
Bytepublic void setColspan(Byte value)
value - allowed object is
Bytepublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||