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

com.lapetus_ltd._2009.xml.types
Class XLptsDBUpInsDelType

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

public abstract class XLptsDBUpInsDelType
extends java.lang.Object

XSD Generated Class: This class holds all the information so that statements of type DELETE, UPDATE and INSERT can be processed. The data of this structure is stored in the statement along with the type of statement, in a list. Every column that needs to be updated, deleted or inserted has one of these structures stored in the list in the statement.

Java class for XLptsDBUpInsDelType complex type.

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

 <complexType name="XLptsDBUpInsDelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sourceType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBUpInsDelSourceType"/>
         <element name="sourceString" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="charset" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="columnIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="columnName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="columnId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="sqlType" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tableId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String charset
           
protected  java.lang.String columnId
           
protected  int columnIndex
           
protected  java.lang.String columnName
           
protected  java.lang.String id
           
protected  java.lang.String sourceString
           
protected  XLptsDBUpInsDelSourceType sourceType
           
protected  int sqlType
           
protected  java.lang.String tableId
           
protected  java.lang.String tableName
           
 
Constructor Summary
XLptsDBUpInsDelType()
           
 
Method Summary
 java.lang.String getCharset()
          Gets the value of the charset property.
 java.lang.String getColumnId()
          Gets the value of the columnId property.
 int getColumnIndex()
          Gets the value of the columnIndex property.
 java.lang.String getColumnName()
          Gets the value of the columnName property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getSourceString()
          Gets the value of the sourceString property.
 XLptsDBUpInsDelSourceType getSourceType()
          Gets the value of the sourceType property.
 int getSqlType()
          Gets the value of the sqlType property.
 java.lang.String getTableId()
          Gets the value of the tableId property.
 java.lang.String getTableName()
          Gets the value of the tableName property.
 void setCharset(java.lang.String value)
          Sets the value of the charset property.
 void setColumnId(java.lang.String value)
          Sets the value of the columnId property.
 void setColumnIndex(int value)
          Sets the value of the columnIndex property.
 void setColumnName(java.lang.String value)
          Sets the value of the columnName property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setSourceString(java.lang.String value)
          Sets the value of the sourceString property.
 void setSourceType(XLptsDBUpInsDelSourceType value)
          Sets the value of the sourceType property.
 void setSqlType(int value)
          Sets the value of the sqlType property.
 void setTableId(java.lang.String value)
          Sets the value of the tableId property.
 void setTableName(java.lang.String value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

charset

protected java.lang.String charset

columnId

protected java.lang.String columnId

columnIndex

protected int columnIndex

columnName

protected java.lang.String columnName

id

protected java.lang.String id

sourceString

protected java.lang.String sourceString

sourceType

protected XLptsDBUpInsDelSourceType sourceType

sqlType

protected int sqlType

tableId

protected java.lang.String tableId

tableName

protected java.lang.String tableName
Constructor Detail

XLptsDBUpInsDelType

public XLptsDBUpInsDelType()
Method Detail

getCharset

public java.lang.String getCharset()
Gets the value of the charset property.

Returns:
possible object is String

getColumnId

public java.lang.String getColumnId()
Gets the value of the columnId property.

Returns:
possible object is String

getColumnIndex

public int getColumnIndex()
Gets the value of the columnIndex property.


getColumnName

public java.lang.String getColumnName()
Gets the value of the columnName property.

Returns:
possible object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getSourceString

public java.lang.String getSourceString()
Gets the value of the sourceString property.

Returns:
possible object is String

getSourceType

public XLptsDBUpInsDelSourceType getSourceType()
Gets the value of the sourceType property.

Returns:
possible object is XLptsDBUpInsDelSourceType

getSqlType

public int getSqlType()
Gets the value of the sqlType property.


getTableId

public java.lang.String getTableId()
Gets the value of the tableId property.

Returns:
possible object is String

getTableName

public java.lang.String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setCharset

public void setCharset(java.lang.String value)
Sets the value of the charset property.

Parameters:
value - allowed object is String

setColumnId

public void setColumnId(java.lang.String value)
Sets the value of the columnId property.

Parameters:
value - allowed object is String

setColumnIndex

public void setColumnIndex(int value)
Sets the value of the columnIndex property.


setColumnName

public void setColumnName(java.lang.String value)
Sets the value of the columnName property.

Parameters:
value - allowed object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setSourceString

public void setSourceString(java.lang.String value)
Sets the value of the sourceString property.

Parameters:
value - allowed object is String

setSourceType

public void setSourceType(XLptsDBUpInsDelSourceType value)
Sets the value of the sourceType property.

Parameters:
value - allowed object is XLptsDBUpInsDelSourceType

setSqlType

public void setSqlType(int value)
Sets the value of the sqlType property.


setTableId

public void setTableId(java.lang.String value)
Sets the value of the tableId property.

Parameters:
value - allowed object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String


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