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

com.lapetus_ltd._2009.xml.types
Class XLptsDBStatementJoinType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBStatementJoinType
Direct Known Subclasses:
TLptsDBStatementJoinType

public class XLptsDBStatementJoinType
extends java.lang.Object

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

fromColumn

protected XLptsDBStatementColumnType fromColumn

isAndConnector

protected boolean isAndConnector

operation

protected java.lang.String operation

toColumnListItem

protected java.util.List<XLptsDBStatementColumnType> toColumnListItem
Constructor Detail

XLptsDBStatementJoinType

public XLptsDBStatementJoinType()
Method Detail

getFromColumn

public XLptsDBStatementColumnType getFromColumn()
Gets the value of the fromColumn property.

Returns:
possible object is XLptsDBStatementColumnType

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

getToColumnListItem

public java.util.List<XLptsDBStatementColumnType> getToColumnListItem()
Gets the value of the toColumnListItem 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 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


isIsAndConnector

public boolean isIsAndConnector()
Gets the value of the isAndConnector property.


setFromColumn

public void setFromColumn(XLptsDBStatementColumnType value)
Sets the value of the fromColumn property.

Parameters:
value - allowed object is XLptsDBStatementColumnType

setIsAndConnector

public void setIsAndConnector(boolean value)
Sets the value of the isAndConnector property.


setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String


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