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

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

Packages that use XLptsXmlRowSetRowObjectType
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 XLptsXmlRowSetRowObjectType in com.lapetus_ltd._2009.xml.types
 

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

Methods in com.lapetus_ltd._2009.xml.types that return XLptsXmlRowSetRowObjectType
 XLptsXmlRowSetRowObjectType ObjectFactory.createXLptsXmlRowSetRowObjectType()
          Create an instance of XLptsXmlRowSetRowObjectType
 

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

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

Subclasses of XLptsXmlRowSetRowObjectType in com.lapetus_ltd.api.db.xml.types
 class TLptsXmlRowSetRowObjectType
          Class Description : This class initiates the XML row object.
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsXmlRowSetRowObjectType
 java.util.List<XLptsXmlRowSetRowObjectType> TLptsXmlRowSetSingleRowType.getRowObjectListItem()
           Returns a copy of the object list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetRowObjectType
 void TLptsXmlRowSetSingleRowType.addRowObjectListItem(XLptsXmlRowSetRowObjectType type)
           Adds the XLptsXmlRowSetRowObjectType to the rowObjectListItem list.
 void TLptsXmlRowSetSingleRowType.removeRowObjectListItem(XLptsXmlRowSetRowObjectType type)
           Removes the XLptsXmlRowSetRowObjectType object from the rowObjectListItem list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetRowObjectType
TLptsXmlRowSetRowObjectType(XLptsXmlRowSetRowObjectType type)
          Copies an existing XLptsXmlRowSetRowObjectType object and instantiates a new one.
 



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