webservices
Class DataModel

java.lang.Object
  extended by webservices.DataModel

public abstract class DataModel
extends java.lang.Object

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

rowIndex

protected int rowIndex

wrappedData

protected java.lang.Object wrappedData
Constructor Detail

DataModel

public DataModel()
Method Detail

getRowIndex

public int getRowIndex()
Gets the value of the rowIndex property.


setRowIndex

public void setRowIndex(int value)
Sets the value of the rowIndex property.


getWrappedData

public java.lang.Object getWrappedData()
Gets the value of the wrappedData property.

Returns:
possible object is Object

setWrappedData

public void setWrappedData(java.lang.Object value)
Sets the value of the wrappedData property.

Parameters:
value - allowed object is Object