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

com.lapetus_ltd._2009.xml.types
Class XLptsXmlRowSetSingleRowType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsXmlRowSetSingleRowType
Direct Known Subclasses:
TLptsXmlRowSetSingleRowType

public class XLptsXmlRowSetSingleRowType
extends java.lang.Object

XSD Generated Class: This holds the information for a single row of a rowset, and is part of the XLptsXmlRowSetType.

Java class for XLptsXmlRowSetSingleRowType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsXmlRowSetSingleRowType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rowObjectListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsXmlRowSetRowObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subTableListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsXmlRowSetTableType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="rowNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int rowNumber
           
protected  java.util.List<XLptsXmlRowSetRowObjectType> rowObjectListItem
           
protected  java.util.List<XLptsXmlRowSetTableType> subTableListItem
           
 
Constructor Summary
XLptsXmlRowSetSingleRowType()
           
 
Method Summary
 int getRowNumber()
          Gets the value of the rowNumber property.
 java.util.List<XLptsXmlRowSetRowObjectType> getRowObjectListItem()
          Gets the value of the rowObjectListItem property.
 java.util.List<XLptsXmlRowSetTableType> getSubTableListItem()
          Gets the value of the subTableListItem property.
 void setRowNumber(int value)
          Sets the value of the rowNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowNumber

protected int rowNumber

rowObjectListItem

protected java.util.List<XLptsXmlRowSetRowObjectType> rowObjectListItem

subTableListItem

protected java.util.List<XLptsXmlRowSetTableType> subTableListItem
Constructor Detail

XLptsXmlRowSetSingleRowType

public XLptsXmlRowSetSingleRowType()
Method Detail

getRowNumber

public int getRowNumber()
Gets the value of the rowNumber property.


getRowObjectListItem

public java.util.List<XLptsXmlRowSetRowObjectType> getRowObjectListItem()
Gets the value of the rowObjectListItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rowObjectListItem property.

For example, to add a new item, do as follows:

    getRowObjectListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list XLptsXmlRowSetRowObjectType


getSubTableListItem

public java.util.List<XLptsXmlRowSetTableType> getSubTableListItem()
Gets the value of the subTableListItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subTableListItem property.

For example, to add a new item, do as follows:

    getSubTableListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list XLptsXmlRowSetTableType


setRowNumber

public void setRowNumber(int value)
Sets the value of the rowNumber property.



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