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

Uses of Class
com.lapetus_ltd._2009.xml.types.XLptsXmlRowSetTableType

Packages that use XLptsXmlRowSetTableType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

Uses of XLptsXmlRowSetTableType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsXmlRowSetTableType
protected  XLptsXmlRowSetTableType XLptsXmlRowSetType.primaryTable
           
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsXmlRowSetTableType
protected  java.util.List<XLptsXmlRowSetTableType> XLptsXmlRowSetSingleRowType.subTableListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsXmlRowSetTableType
 XLptsXmlRowSetTableType ObjectFactory.createXLptsXmlRowSetTableType()
          Create an instance of XLptsXmlRowSetTableType
 XLptsXmlRowSetTableType XLptsXmlRowSetType.getPrimaryTable()
          Gets the value of the primaryTable property.
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsXmlRowSetTableType
 java.util.List<XLptsXmlRowSetTableType> XLptsXmlRowSetSingleRowType.getSubTableListItem()
          Gets the value of the subTableListItem property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsXmlRowSetTableType
 void XLptsXmlRowSetType.setPrimaryTable(XLptsXmlRowSetTableType value)
          Sets the value of the primaryTable property.
 

Uses of XLptsXmlRowSetTableType in com.lapetus_ltd.api.db.xml.types
 

Subclasses of XLptsXmlRowSetTableType in com.lapetus_ltd.api.db.xml.types
 class TLptsXmlRowSetTableType
          Class Description : This class is the wrapper for the xml row table class (XLptsXmlRowSetTableType).
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsXmlRowSetTableType
 java.util.List<XLptsXmlRowSetTableType> TLptsXmlRowSetSingleRowType.getSubTableListItem()
           Returns a copy of the sub-table list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetTableType
 void TLptsXmlRowSetSingleRowType.addSubTableListItem(XLptsXmlRowSetTableType tableType)
           Adds the XLptsXmlRowSetTableType to the subTableListItem list.
 void TLptsXmlRowSetSingleRowType.removeSubTableListItem(XLptsXmlRowSetTableType tableType)
           Removes the XLptsXmlRowSetTableType from the subTableListItem list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetTableType
TLptsXmlRowSetTableType(XLptsXmlRowSetTableType rowSetTableType)
          
Constructor for the XLptsXmlRowSetTableType object.
 



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