|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsXmlRowSetRowObjectType
public class XLptsXmlRowSetRowObjectType
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 |
---|
protected byte[] dataBytes
protected int sqlType
protected java.lang.String string
Constructor Detail |
---|
public XLptsXmlRowSetRowObjectType()
Method Detail |
---|
public byte[] getDataBytes()
String
public int getSqlType()
public java.lang.String getString()
String
public void setDataBytes(byte[] value)
value
- allowed object is
String
public void setSqlType(int value)
public void setString(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |