|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBSqlStringFormatType
public class XLptsDBSqlStringFormatType
XSD Generated Class: This holds the total information about the formatting of the SQL string quotes There are two ENUMs contained in this class, namely XLptsDBSqlStringFormatCharacter and XLptsDBSqlStringFormat. XLptsDBSqlStringFormat indicates as to the extent or scope of the quotation. In other words, whether the quotes go around both the table and column names, or around each seperately, or only around the second half, which is the column Name. XLptsDBSqlStringFormatCharacter indicates as to the type of quotation. This can be a single quote, double quote or a square bracket.
Java class for XLptsDBSqlStringFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBSqlStringFormatType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="character" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBSqlStringFormatCharacter"/> <element name="format" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBSqlStringFormat"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XLptsDBSqlStringFormatCharacter |
character
|
protected XLptsDBSqlStringFormat |
format
|
Constructor Summary | |
---|---|
XLptsDBSqlStringFormatType()
|
Method Summary | |
---|---|
XLptsDBSqlStringFormatCharacter |
getCharacter()
Gets the value of the character property. |
XLptsDBSqlStringFormat |
getFormat()
Gets the value of the format property. |
void |
setCharacter(XLptsDBSqlStringFormatCharacter value)
Sets the value of the character property. |
void |
setFormat(XLptsDBSqlStringFormat value)
Sets the value of the format property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XLptsDBSqlStringFormatCharacter character
protected XLptsDBSqlStringFormat format
Constructor Detail |
---|
public XLptsDBSqlStringFormatType()
Method Detail |
---|
public XLptsDBSqlStringFormatCharacter getCharacter()
XLptsDBSqlStringFormatCharacter
public XLptsDBSqlStringFormat getFormat()
XLptsDBSqlStringFormat
public void setCharacter(XLptsDBSqlStringFormatCharacter value)
value
- allowed object is
XLptsDBSqlStringFormatCharacter
public void setFormat(XLptsDBSqlStringFormat value)
value
- allowed object is
XLptsDBSqlStringFormat
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |