|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsXmlRowSetType
public class XLptsXmlRowSetType
XSD Generated Class: This holds the information for a rowset returned from a query execution of the Statement. It is used either for storage or transmission of data. The TLptsRowSet class extends this type and implements the RowSet interface.
Java class for XLptsXmlRowSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsXmlRowSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="primaryTable" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsXmlRowSetTableType"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> <attribute name="statementId" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> <attribute name="charset" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
charset
|
protected java.lang.String |
id
|
protected XLptsXmlRowSetTableType |
primaryTable
|
protected java.lang.String |
statementId
|
Constructor Summary | |
---|---|
XLptsXmlRowSetType()
|
Method Summary | |
---|---|
java.lang.String |
getCharset()
Gets the value of the charset property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsXmlRowSetTableType |
getPrimaryTable()
Gets the value of the primaryTable property. |
java.lang.String |
getStatementId()
Gets the value of the statementId property. |
void |
setCharset(java.lang.String value)
Sets the value of the charset property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setPrimaryTable(XLptsXmlRowSetTableType value)
Sets the value of the primaryTable property. |
void |
setStatementId(java.lang.String value)
Sets the value of the statementId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String charset
protected java.lang.String id
protected XLptsXmlRowSetTableType primaryTable
protected java.lang.String statementId
Constructor Detail |
---|
public XLptsXmlRowSetType()
Method Detail |
---|
public java.lang.String getCharset()
String
public java.lang.String getId()
String
public XLptsXmlRowSetTableType getPrimaryTable()
XLptsXmlRowSetTableType
public java.lang.String getStatementId()
String
public void setCharset(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setPrimaryTable(XLptsXmlRowSetTableType value)
value
- allowed object is
XLptsXmlRowSetTableType
public void setStatementId(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 |