|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsXmlRowSetSingleRowType | |
---|---|
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 XLptsXmlRowSetSingleRowType in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsXmlRowSetSingleRowType | |
---|---|
protected java.util.List<XLptsXmlRowSetSingleRowType> |
XLptsXmlRowSetTableType.rowListItem
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsXmlRowSetSingleRowType | |
---|---|
XLptsXmlRowSetSingleRowType |
ObjectFactory.createXLptsXmlRowSetSingleRowType()
Create an instance of XLptsXmlRowSetSingleRowType |
Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsXmlRowSetSingleRowType | |
---|---|
java.util.List<XLptsXmlRowSetSingleRowType> |
XLptsXmlRowSetTableType.getRowListItem()
Gets the value of the rowListItem property. |
Uses of XLptsXmlRowSetSingleRowType in com.lapetus_ltd.api.db.xml.types |
---|
Subclasses of XLptsXmlRowSetSingleRowType in com.lapetus_ltd.api.db.xml.types | |
---|---|
class |
TLptsXmlRowSetSingleRowType
Class Description : This type holds the data for a single row of data within the XLptsXmlRowSetTableType . |
Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsXmlRowSetSingleRowType | |
---|---|
java.util.List<XLptsXmlRowSetSingleRowType> |
TLptsXmlRowSetTableType.getRowListItem()
Gets the list of single rows for this table. |
Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetSingleRowType | |
---|---|
void |
TLptsXmlRowSetTableType.addRowListItem(XLptsXmlRowSetSingleRowType singleRowType)
Adds to the row list of this table. |
void |
TLptsXmlRowSetTableType.removeRowListItem(XLptsXmlRowSetSingleRowType singleRowType)
. |
Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsXmlRowSetSingleRowType | |
---|---|
TLptsXmlRowSetSingleRowType(XLptsXmlRowSetSingleRowType item)
This constructor copies the XmlRowSetSingleRowType information from another XLptsXmlRowSetSingleRowType. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |