|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsXmlRowSetSingleRowType
public class XLptsXmlRowSetSingleRowType
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 |
---|
protected int rowNumber
protected java.util.List<XLptsXmlRowSetRowObjectType> rowObjectListItem
protected java.util.List<XLptsXmlRowSetTableType> subTableListItem
Constructor Detail |
---|
public XLptsXmlRowSetSingleRowType()
Method Detail |
---|
public int getRowNumber()
public java.util.List<XLptsXmlRowSetRowObjectType> getRowObjectListItem()
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
public java.util.List<XLptsXmlRowSetTableType> getSubTableListItem()
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
public void setRowNumber(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |