|
|||||||||
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
public abstract class XLptsDBUpInsDelType
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 |
---|
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 Detail |
---|
public XLptsDBUpInsDelType()
Method Detail |
---|
public java.lang.String getCharset()
String
public java.lang.String getColumnId()
String
public int getColumnIndex()
public java.lang.String getColumnName()
String
public java.lang.String getId()
String
public java.lang.String getSourceString()
String
public XLptsDBUpInsDelSourceType getSourceType()
XLptsDBUpInsDelSourceType
public int getSqlType()
public java.lang.String getTableId()
String
public java.lang.String getTableName()
String
public void setCharset(java.lang.String value)
value
- allowed object is
String
public void setColumnId(java.lang.String value)
value
- allowed object is
String
public void setColumnIndex(int value)
public void setColumnName(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setSourceString(java.lang.String value)
value
- allowed object is
String
public void setSourceType(XLptsDBUpInsDelSourceType value)
value
- allowed object is
XLptsDBUpInsDelSourceType
public void setSqlType(int value)
public void setTableId(java.lang.String value)
value
- allowed object is
String
public void setTableName(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 |