|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBStatementGroupType
public class XLptsDBStatementGroupType
XSD Generated Class: This structure holds all statements in the system. It is used by the TLptsStatementFactory for keeping a pool of statements. It is also used by the project to store the information in a xml file.
Java class for XLptsDBStatementGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBStatementGroupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="statementListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected java.util.List<XLptsDBStatementType> |
statementListItem
|
protected java.lang.String |
title
|
protected java.lang.String |
version
|
Constructor Summary | |
---|---|
XLptsDBStatementGroupType()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<XLptsDBStatementType> |
getStatementListItem()
Gets the value of the statementListItem property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String id
protected java.util.List<XLptsDBStatementType> statementListItem
protected java.lang.String title
protected java.lang.String version
Constructor Detail |
---|
public XLptsDBStatementGroupType()
Method Detail |
---|
public java.lang.String getId()
String
public java.util.List<XLptsDBStatementType> getStatementListItem()
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 statementListItem property.
For example, to add a new item, do as follows:
getStatementListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementType
public java.lang.String getTitle()
String
public java.lang.String getVersion()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |