|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelWhereType
public class XLptsDBUpInsDelWhereType
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 |
---|
protected boolean andConnector
protected XLptsDBUpInsDelWhereType betweenOther
protected java.lang.String operation
Constructor Detail |
---|
public XLptsDBUpInsDelWhereType()
Method Detail |
---|
public XLptsDBUpInsDelWhereType getBetweenOther()
XLptsDBUpInsDelWhereType
public java.lang.String getOperation()
String
public boolean isAndConnector()
public void setAndConnector(boolean value)
public void setBetweenOther(XLptsDBUpInsDelWhereType value)
value
- allowed object is
XLptsDBUpInsDelWhereType
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 |