|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBStatementJoinType
public class XLptsDBStatementJoinType
XSD Generated Class: This information is used during the processing of a JOIN between tables.
Java class for XLptsDBStatementJoinType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBStatementJoinType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fromColumn" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType"/> <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="toColumnListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType" maxOccurs="unbounded" minOccurs="0"/> <element name="isAndConnector" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XLptsDBStatementColumnType |
fromColumn
|
protected boolean |
isAndConnector
|
protected java.lang.String |
operation
|
protected java.util.List<XLptsDBStatementColumnType> |
toColumnListItem
|
Constructor Summary | |
---|---|
XLptsDBStatementJoinType()
|
Method Summary | |
---|---|
XLptsDBStatementColumnType |
getFromColumn()
Gets the value of the fromColumn property. |
java.lang.String |
getOperation()
Gets the value of the operation property. |
java.util.List<XLptsDBStatementColumnType> |
getToColumnListItem()
Gets the value of the toColumnListItem property. |
boolean |
isIsAndConnector()
Gets the value of the isAndConnector property. |
void |
setFromColumn(XLptsDBStatementColumnType value)
Sets the value of the fromColumn property. |
void |
setIsAndConnector(boolean value)
Sets the value of the isAndConnector property. |
void |
setOperation(java.lang.String value)
Sets the value of the operation property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XLptsDBStatementColumnType fromColumn
protected boolean isAndConnector
protected java.lang.String operation
protected java.util.List<XLptsDBStatementColumnType> toColumnListItem
Constructor Detail |
---|
public XLptsDBStatementJoinType()
Method Detail |
---|
public XLptsDBStatementColumnType getFromColumn()
XLptsDBStatementColumnType
public java.lang.String getOperation()
String
public java.util.List<XLptsDBStatementColumnType> getToColumnListItem()
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 toColumnListItem property.
For example, to add a new item, do as follows:
getToColumnListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementColumnType
public boolean isIsAndConnector()
public void setFromColumn(XLptsDBStatementColumnType value)
value
- allowed object is
XLptsDBStatementColumnType
public void setIsAndConnector(boolean value)
public void setOperation(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 |