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

com.lapetus_ltd._2009.xml.types
Class XLptsXmlRowSetType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsXmlRowSetType
Direct Known Subclasses:
TLptsXmlRowSetType

public class XLptsXmlRowSetType
extends java.lang.Object

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

charset

protected java.lang.String charset

id

protected java.lang.String id

primaryTable

protected XLptsXmlRowSetTableType primaryTable

statementId

protected java.lang.String statementId
Constructor Detail

XLptsXmlRowSetType

public XLptsXmlRowSetType()
Method Detail

getCharset

public java.lang.String getCharset()
Gets the value of the charset property.

Returns:
possible object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getPrimaryTable

public XLptsXmlRowSetTableType getPrimaryTable()
Gets the value of the primaryTable property.

Returns:
possible object is XLptsXmlRowSetTableType

getStatementId

public java.lang.String getStatementId()
Gets the value of the statementId property.

Returns:
possible object is String

setCharset

public void setCharset(java.lang.String value)
Sets the value of the charset property.

Parameters:
value - allowed object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setPrimaryTable

public void setPrimaryTable(XLptsXmlRowSetTableType value)
Sets the value of the primaryTable property.

Parameters:
value - allowed object is XLptsXmlRowSetTableType

setStatementId

public void setStatementId(java.lang.String value)
Sets the value of the statementId property.

Parameters:
value - allowed object is String


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