|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebservices.DataModel
public abstract class DataModel
Java class for dataModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rowIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="wrappedData" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
rowIndex
|
protected java.lang.Object |
wrappedData
|
| Constructor Summary | |
|---|---|
DataModel()
|
|
| Method Summary | |
|---|---|
int |
getRowIndex()
Gets the value of the rowIndex property. |
java.lang.Object |
getWrappedData()
Gets the value of the wrappedData property. |
void |
setRowIndex(int value)
Sets the value of the rowIndex property. |
void |
setWrappedData(java.lang.Object value)
Sets the value of the wrappedData property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int rowIndex
protected java.lang.Object wrappedData
| Constructor Detail |
|---|
public DataModel()
| Method Detail |
|---|
public int getRowIndex()
public void setRowIndex(int value)
public java.lang.Object getWrappedData()
Objectpublic void setWrappedData(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||