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

com.lapetus_ltd._2009.xml.types
Class XLptsDBUpInsDelWhereType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
      extended by com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelWhereType
Direct Known Subclasses:
TLptsDBUpInsDelWhereType

public class XLptsDBUpInsDelWhereType
extends XLptsDBUpInsDelType

XSD Generated Class: This class holds all the specific information for a WHERE clause of the UPDATE or DELETE.

Java class for XLptsDBUpInsDelWhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsDBUpInsDelWhereType">
   <complexContent>
     <extension base="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBUpInsDelType">
       <sequence>
         <element name="betweenOther" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBUpInsDelWhereType"/>
         <element name="andConnector" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean andConnector
           
protected  XLptsDBUpInsDelWhereType betweenOther
           
protected  java.lang.String operation
           
 
Fields inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
charset, columnId, columnIndex, columnName, id, sourceString, sourceType, sqlType, tableId, tableName
 
Constructor Summary
XLptsDBUpInsDelWhereType()
           
 
Method Summary
 XLptsDBUpInsDelWhereType getBetweenOther()
          Gets the value of the betweenOther property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 boolean isAndConnector()
          Gets the value of the andConnector property.
 void setAndConnector(boolean value)
          Sets the value of the andConnector property.
 void setBetweenOther(XLptsDBUpInsDelWhereType value)
          Sets the value of the betweenOther property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 
Methods inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
getCharset, getColumnId, getColumnIndex, getColumnName, getId, getSourceString, getSourceType, getSqlType, getTableId, getTableName, setCharset, setColumnId, setColumnIndex, setColumnName, setId, setSourceString, setSourceType, setSqlType, setTableId, setTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

andConnector

protected boolean andConnector

betweenOther

protected XLptsDBUpInsDelWhereType betweenOther

operation

protected java.lang.String operation
Constructor Detail

XLptsDBUpInsDelWhereType

public XLptsDBUpInsDelWhereType()
Method Detail

getBetweenOther

public XLptsDBUpInsDelWhereType getBetweenOther()
Gets the value of the betweenOther property.

Returns:
possible object is XLptsDBUpInsDelWhereType

getOperation

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

Returns:
possible object is String

isAndConnector

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


setAndConnector

public void setAndConnector(boolean value)
Sets the value of the andConnector property.


setBetweenOther

public void setBetweenOther(XLptsDBUpInsDelWhereType value)
Sets the value of the betweenOther property.

Parameters:
value - allowed object is XLptsDBUpInsDelWhereType

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)