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

com.lapetus_ltd._2009.xml.types
Class XLptsDBSqlStringFormatType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBSqlStringFormatType

public class XLptsDBSqlStringFormatType
extends java.lang.Object

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

character

protected XLptsDBSqlStringFormatCharacter character

format

protected XLptsDBSqlStringFormat format
Constructor Detail

XLptsDBSqlStringFormatType

public XLptsDBSqlStringFormatType()
Method Detail

getCharacter

public XLptsDBSqlStringFormatCharacter getCharacter()
Gets the value of the character property.

Returns:
possible object is XLptsDBSqlStringFormatCharacter

getFormat

public XLptsDBSqlStringFormat getFormat()
Gets the value of the format property.

Returns:
possible object is XLptsDBSqlStringFormat

setCharacter

public void setCharacter(XLptsDBSqlStringFormatCharacter value)
Sets the value of the character property.

Parameters:
value - allowed object is XLptsDBSqlStringFormatCharacter

setFormat

public void setFormat(XLptsDBSqlStringFormat value)
Sets the value of the format property.

Parameters:
value - allowed object is XLptsDBSqlStringFormat


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