|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBStatementCriteriaItemType
public class XLptsDBStatementCriteriaItemType
XSD Generated Class: This structure holds the parameter settings for a statement. The parameter information can hold a simple WHERE clause or it can specify a relationship between two statements. See XLptsDBStatementCriteriaType for more details.
Java class for XLptsDBStatementCriteriaItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBStatementCriteriaItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="andConnector" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="sqlIndex" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="primaryIndexListItem" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="primaryColumnListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType" maxOccurs="unbounded" minOccurs="0"/> <element name="columnItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType"/> <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="staticStringListItem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="joinType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBJoinType"/> <element name="joinOnUsingType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBJoinOnUsingType"/> <element name="joinLeftTable" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementTableType"/> <element name="joinRightTable" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementTableType"/> <element name="joinUsingColumnListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType" maxOccurs="unbounded" minOccurs="0"/> <element name="joinOnListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementJoinType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
andConnector
|
protected XLptsDBStatementColumnType |
columnItem
|
protected java.lang.String |
id
|
protected XLptsDBStatementTableType |
joinLeftTable
|
protected java.util.List<XLptsDBStatementJoinType> |
joinOnListItem
|
protected XLptsDBJoinOnUsingType |
joinOnUsingType
|
protected XLptsDBStatementTableType |
joinRightTable
|
protected XLptsDBJoinType |
joinType
|
protected java.util.List<XLptsDBStatementColumnType> |
joinUsingColumnListItem
|
protected java.lang.String |
operation
|
protected java.util.List<XLptsDBStatementColumnType> |
primaryColumnListItem
|
protected java.util.List<java.lang.Integer> |
primaryIndexListItem
|
protected int |
sqlIndex
|
protected java.util.List<java.lang.String> |
staticStringListItem
|
Constructor Summary | |
---|---|
XLptsDBStatementCriteriaItemType()
|
Method Summary | |
---|---|
XLptsDBStatementColumnType |
getColumnItem()
Gets the value of the columnItem property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsDBStatementTableType |
getJoinLeftTable()
Gets the value of the joinLeftTable property. |
java.util.List<XLptsDBStatementJoinType> |
getJoinOnListItem()
Gets the value of the joinOnListItem property. |
XLptsDBJoinOnUsingType |
getJoinOnUsingType()
Gets the value of the joinOnUsingType property. |
XLptsDBStatementTableType |
getJoinRightTable()
Gets the value of the joinRightTable property. |
XLptsDBJoinType |
getJoinType()
Gets the value of the joinType property. |
java.util.List<XLptsDBStatementColumnType> |
getJoinUsingColumnListItem()
Gets the value of the joinUsingColumnListItem property. |
java.lang.String |
getOperation()
Gets the value of the operation property. |
java.util.List<XLptsDBStatementColumnType> |
getPrimaryColumnListItem()
Gets the value of the primaryColumnListItem property. |
java.util.List<java.lang.Integer> |
getPrimaryIndexListItem()
Gets the value of the primaryIndexListItem property. |
int |
getSqlIndex()
Gets the value of the sqlIndex property. |
java.util.List<java.lang.String> |
getStaticStringListItem()
Gets the value of the staticStringListItem property. |
boolean |
isAndConnector()
Gets the value of the andConnector property. |
void |
setAndConnector(boolean value)
Sets the value of the andConnector property. |
void |
setColumnItem(XLptsDBStatementColumnType value)
Sets the value of the columnItem property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setJoinLeftTable(XLptsDBStatementTableType value)
Sets the value of the joinLeftTable property. |
void |
setJoinOnUsingType(XLptsDBJoinOnUsingType value)
Sets the value of the joinOnUsingType property. |
void |
setJoinRightTable(XLptsDBStatementTableType value)
Sets the value of the joinRightTable property. |
void |
setJoinType(XLptsDBJoinType value)
Sets the value of the joinType property. |
void |
setOperation(java.lang.String value)
Sets the value of the operation property. |
void |
setSqlIndex(int value)
Sets the value of the sqlIndex property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean andConnector
protected XLptsDBStatementColumnType columnItem
protected java.lang.String id
protected XLptsDBStatementTableType joinLeftTable
protected java.util.List<XLptsDBStatementJoinType> joinOnListItem
protected XLptsDBJoinOnUsingType joinOnUsingType
protected XLptsDBStatementTableType joinRightTable
protected XLptsDBJoinType joinType
protected java.util.List<XLptsDBStatementColumnType> joinUsingColumnListItem
protected java.lang.String operation
protected java.util.List<XLptsDBStatementColumnType> primaryColumnListItem
protected java.util.List<java.lang.Integer> primaryIndexListItem
protected int sqlIndex
protected java.util.List<java.lang.String> staticStringListItem
Constructor Detail |
---|
public XLptsDBStatementCriteriaItemType()
Method Detail |
---|
public XLptsDBStatementColumnType getColumnItem()
XLptsDBStatementColumnType
public java.lang.String getId()
String
public XLptsDBStatementTableType getJoinLeftTable()
XLptsDBStatementTableType
public java.util.List<XLptsDBStatementJoinType> getJoinOnListItem()
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 joinOnListItem property.
For example, to add a new item, do as follows:
getJoinOnListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementJoinType
public XLptsDBJoinOnUsingType getJoinOnUsingType()
XLptsDBJoinOnUsingType
public XLptsDBStatementTableType getJoinRightTable()
XLptsDBStatementTableType
public XLptsDBJoinType getJoinType()
XLptsDBJoinType
public java.util.List<XLptsDBStatementColumnType> getJoinUsingColumnListItem()
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 joinUsingColumnListItem property.
For example, to add a new item, do as follows:
getJoinUsingColumnListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementColumnType
public java.lang.String getOperation()
String
public java.util.List<XLptsDBStatementColumnType> getPrimaryColumnListItem()
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 primaryColumnListItem property.
For example, to add a new item, do as follows:
getPrimaryColumnListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementColumnType
public java.util.List<java.lang.Integer> getPrimaryIndexListItem()
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 primaryIndexListItem property.
For example, to add a new item, do as follows:
getPrimaryIndexListItem().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public int getSqlIndex()
public java.util.List<java.lang.String> getStaticStringListItem()
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 staticStringListItem property.
For example, to add a new item, do as follows:
getStaticStringListItem().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isAndConnector()
public void setAndConnector(boolean value)
public void setColumnItem(XLptsDBStatementColumnType value)
value
- allowed object is
XLptsDBStatementColumnType
public void setId(java.lang.String value)
value
- allowed object is
String
public void setJoinLeftTable(XLptsDBStatementTableType value)
value
- allowed object is
XLptsDBStatementTableType
public void setJoinOnUsingType(XLptsDBJoinOnUsingType value)
value
- allowed object is
XLptsDBJoinOnUsingType
public void setJoinRightTable(XLptsDBStatementTableType value)
value
- allowed object is
XLptsDBStatementTableType
public void setJoinType(XLptsDBJoinType value)
value
- allowed object is
XLptsDBJoinType
public void setOperation(java.lang.String value)
value
- allowed object is
String
public void setSqlIndex(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |