|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.fix.validation.beans.Th
public class Th
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="{}fieldref" minOccurs="0"/> </sequence> <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 | |
---|---|
Th()
|
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 Th()
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
Fieldref
String
public Byte getColspan()
Byte
public void setColspan(Byte value)
value
- allowed object is
Byte
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |