Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsXmlRowSetRowObjectType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsXmlRowSetRowObjectType
Direct Known Subclasses:
TLptsXmlRowSetRowObjectType

public class XLptsXmlRowSetRowObjectType
extends java.lang.Object

XSD Generated Class: This type is used in the XLptsXmlRowSetType for the information of a single cell in the record set. The bytes field stores the actual byte value of the field, whereas the string stores the converted value. The string value can change depending on the CHARSET used for CHAR SQL types. The SQL type below is a direct correlation to the SQL enumeration types of java. (java.sql.Types)

Java class for XLptsXmlRowSetRowObjectType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsXmlRowSetRowObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="sqlType" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="string" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dataBytes" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] dataBytes
           
protected  int sqlType
           
protected  java.lang.String string
           
 
Constructor Summary
XLptsXmlRowSetRowObjectType()
           
 
Method Summary
 byte[] getDataBytes()
          Gets the value of the dataBytes property.
 int getSqlType()
          Gets the value of the sqlType property.
 java.lang.String getString()
          Gets the value of the string property.
 void setDataBytes(byte[] value)
          Sets the value of the dataBytes property.
 void setSqlType(int value)
          Sets the value of the sqlType property.
 void setString(java.lang.String value)
          Sets the value of the string property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataBytes

protected byte[] dataBytes

sqlType

protected int sqlType

string

protected java.lang.String string
Constructor Detail

XLptsXmlRowSetRowObjectType

public XLptsXmlRowSetRowObjectType()
Method Detail

getDataBytes

public byte[] getDataBytes()
Gets the value of the dataBytes property.

Returns:
possible object is String

getSqlType

public int getSqlType()
Gets the value of the sqlType property.


getString

public java.lang.String getString()
Gets the value of the string property.

Returns:
possible object is String

setDataBytes

public void setDataBytes(byte[] value)
Sets the value of the dataBytes property.

Parameters:
value - allowed object is String

setSqlType

public void setSqlType(int value)
Sets the value of the sqlType property.


setString

public void setString(java.lang.String value)
Sets the value of the string property.

Parameters:
value - allowed object is String


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)