com.softwareag.tamino.db.api.accessor
Class TXQTypes

java.lang.Object
  extended by com.softwareag.tamino.db.api.accessor.TXQTypes

public class TXQTypes
extends java.lang.Object

List of supported XML data types.

Version:
$Revision: 1.4 $
Author:
Vikram Shinde

Field Summary
static TXQTypes BASE64BINARY
          Constant that represents XML data type xs:base64Binary
static TXQTypes BOOLEAN
          Constant that represents XML data type xs:boolean
static TXQTypes BYTE
          Constant that represents XML data type xs:byte
static TXQTypes DATE
          Constant that represents XML data type xs:boolean
static TXQTypes DATETIME
          Constant that represents XML data type xs:dateTime
static TXQTypes DECIMAL
          Constant that represents XML data type xs:decimal
static TXQTypes DOUBLE
          Constant that represents XML data type xs:double
static TXQTypes DURATION
          Constant that represents XML data type xs:boolean
static TXQTypes ENTITY
          Constant that represents XML data type xs:ENTITY
static TXQTypes FLOAT
          Constant that represents XML data type xs:float
static TXQTypes GDAY
          Constant that represents XML data type xs:gDay
static TXQTypes GMONTH
          Constant that represents XML data type xs:gMonth
static TXQTypes GMONTHDAY
          Constant that represents XML data type xs:gMonthDay
static TXQTypes GYEAR
          Constant that represents XML data type xs:gYear
static TXQTypes GYEARMONTH
          Constant that represents XML data type xs:gYearMonth
static TXQTypes HEXBINARY
          Constant that represents XML data type xs:hexBinary
static TXQTypes ID
          Constant that represents XML data type xs:ID
static TXQTypes IDREF
          Constant that represents XML data type xs:IDREF
static TXQTypes INT
          Constant that represents XML data type xs:int
static TXQTypes INTEGER
          Constant that represents XML data type xs:integer
static TXQTypes LANGUAGE
          Constant that represents XML data type xs:language
static TXQTypes LONG
          Constant that represents XML data type xs:long
static TXQTypes NAME
          Constant that represents XML data type xs:Name
static TXQTypes NCNAME
          Constant that represents XML data type xs:NCName
static TXQTypes NEGATIVEINTEGER
          Constant that represents XML data type xs:negativeInteger
static TXQTypes NMTOKEN
          Constant that represents XML data type xs:NMTOKEN
static TXQTypes NONNEGATIVEINTEGER
          Constant that represents XML data type xs:nonNegativeInteger
static TXQTypes NONPOSITIVEINTEGER
          Constant that represents XML data type xs:nonPositiveInteger
static TXQTypes NORMALIZEDSTRING
          Constant that represents XML data type xs:normalizedString
static TXQTypes NOTATION
          Constant that represents XML data type xs:NOTATION
static TXQTypes POSITIVEINTEGER
          Constant that represents XML data type xs:positiveInteger
static TXQTypes QNAME
          Constant that represents XML data type xs:QName
static TXQTypes SHORT
          Constant that represents XML data type xs:short
static TXQTypes STRING
          Constant that represents XML data type xs:string
static TXQTypes TIME
          Constant that represents XML data type xs:boolean
static TXQTypes TOKEN
          Constant that represents XML data type xs:boolean
static TXQTypes UNSIGNEDBYTE
          Constant that represents XML data type xs:unsignedByte
static TXQTypes UNSIGNEDINT
          Constant that represents XML data type xs:unsignedInt
static TXQTypes UNSIGNEDLONG
          Constant that represents XML data type xs:unsignedLong
static TXQTypes UNSIGNEDSHORT
          Constant that represents XML data type xs:unsignedShort
static TXQTypes URI
          Constant that represents XML data type xs:anyURI
static java.lang.String xmlSchema_instanceNS
          xsi: bound to http://www.w3.org/2001/XMLSchema-instance namespace representing XML Schema-instance.
static java.lang.String xmlSchema_instancePrefix
          xsi: bound to http://www.w3.org/2001/XMLSchema-instance prefix representing XML Schema-instance.
static java.lang.String xmlSchemaNS
          xs: bound to http://www.w3.org/2001/XMLSchema namespace representing XML Schema.
static java.lang.String xmlSchemaPrefix
          xs: bound to http://www.w3.org/2001/XMLSchema prefix representing XML Schema.
static java.lang.String xpathdatatypesNS
          xdt: bound to http://www.w3.org/2005/xpath-datatypes namespace representing xpath-datatypes.
static java.lang.String xpathdatatypesPrefix
          xdt: bound to http://www.w3.org/2005/xpath-datatypes prefix representing xpath-datatypes.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether some other object is "equal to" this one.
 int hashCode()
          Returns a hash code value for the object.
 java.lang.String toString()
          Returns the string representation of a TXQTypes object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlSchemaPrefix

public static final java.lang.String xmlSchemaPrefix
xs: bound to http://www.w3.org/2001/XMLSchema prefix representing XML Schema.

See Also:
Constant Field Values

xmlSchemaNS

public static final java.lang.String xmlSchemaNS
xs: bound to http://www.w3.org/2001/XMLSchema namespace representing XML Schema.

See Also:
Constant Field Values

xmlSchema_instancePrefix

public static final java.lang.String xmlSchema_instancePrefix
xsi: bound to http://www.w3.org/2001/XMLSchema-instance prefix representing XML Schema-instance.

See Also:
Constant Field Values

xmlSchema_instanceNS

public static final java.lang.String xmlSchema_instanceNS
xsi: bound to http://www.w3.org/2001/XMLSchema-instance namespace representing XML Schema-instance.

See Also:
Constant Field Values

xpathdatatypesPrefix

public static final java.lang.String xpathdatatypesPrefix
xdt: bound to http://www.w3.org/2005/xpath-datatypes prefix representing xpath-datatypes.

See Also:
Constant Field Values

xpathdatatypesNS

public static final java.lang.String xpathdatatypesNS
xdt: bound to http://www.w3.org/2005/xpath-datatypes namespace representing xpath-datatypes.

See Also:
Constant Field Values

BOOLEAN

public static final TXQTypes BOOLEAN
Constant that represents XML data type xs:boolean


BYTE

public static final TXQTypes BYTE
Constant that represents XML data type xs:byte


SHORT

public static final TXQTypes SHORT
Constant that represents XML data type xs:short


INT

public static final TXQTypes INT
Constant that represents XML data type xs:int


LONG

public static final TXQTypes LONG
Constant that represents XML data type xs:long


FLOAT

public static final TXQTypes FLOAT
Constant that represents XML data type xs:float


DOUBLE

public static final TXQTypes DOUBLE
Constant that represents XML data type xs:double


INTEGER

public static final TXQTypes INTEGER
Constant that represents XML data type xs:integer


DECIMAL

public static final TXQTypes DECIMAL
Constant that represents XML data type xs:decimal


STRING

public static final TXQTypes STRING
Constant that represents XML data type xs:string


DATETIME

public static final TXQTypes DATETIME
Constant that represents XML data type xs:dateTime


BASE64BINARY

public static final TXQTypes BASE64BINARY
Constant that represents XML data type xs:base64Binary


HEXBINARY

public static final TXQTypes HEXBINARY
Constant that represents XML data type xs:hexBinary


DURATION

public static final TXQTypes DURATION
Constant that represents XML data type xs:boolean


TIME

public static final TXQTypes TIME
Constant that represents XML data type xs:boolean


DATE

public static final TXQTypes DATE
Constant that represents XML data type xs:boolean


GYEARMONTH

public static final TXQTypes GYEARMONTH
Constant that represents XML data type xs:gYearMonth


GYEAR

public static final TXQTypes GYEAR
Constant that represents XML data type xs:gYear


GMONTHDAY

public static final TXQTypes GMONTHDAY
Constant that represents XML data type xs:gMonthDay


GDAY

public static final TXQTypes GDAY
Constant that represents XML data type xs:gDay


GMONTH

public static final TXQTypes GMONTH
Constant that represents XML data type xs:gMonth


URI

public static final TXQTypes URI
Constant that represents XML data type xs:anyURI


TOKEN

public static final TXQTypes TOKEN
Constant that represents XML data type xs:boolean


NORMALIZEDSTRING

public static final TXQTypes NORMALIZEDSTRING
Constant that represents XML data type xs:normalizedString


LANGUAGE

public static final TXQTypes LANGUAGE
Constant that represents XML data type xs:language


NAME

public static final TXQTypes NAME
Constant that represents XML data type xs:Name


NMTOKEN

public static final TXQTypes NMTOKEN
Constant that represents XML data type xs:NMTOKEN


NCNAME

public static final TXQTypes NCNAME
Constant that represents XML data type xs:NCName


ID

public static final TXQTypes ID
Constant that represents XML data type xs:ID


IDREF

public static final TXQTypes IDREF
Constant that represents XML data type xs:IDREF


ENTITY

public static final TXQTypes ENTITY
Constant that represents XML data type xs:ENTITY


NONPOSITIVEINTEGER

public static final TXQTypes NONPOSITIVEINTEGER
Constant that represents XML data type xs:nonPositiveInteger


NONNEGATIVEINTEGER

public static final TXQTypes NONNEGATIVEINTEGER
Constant that represents XML data type xs:nonNegativeInteger


NEGATIVEINTEGER

public static final TXQTypes NEGATIVEINTEGER
Constant that represents XML data type xs:negativeInteger


UNSIGNEDLONG

public static final TXQTypes UNSIGNEDLONG
Constant that represents XML data type xs:unsignedLong


POSITIVEINTEGER

public static final TXQTypes POSITIVEINTEGER
Constant that represents XML data type xs:positiveInteger


UNSIGNEDINT

public static final TXQTypes UNSIGNEDINT
Constant that represents XML data type xs:unsignedInt


UNSIGNEDSHORT

public static final TXQTypes UNSIGNEDSHORT
Constant that represents XML data type xs:unsignedShort


UNSIGNEDBYTE

public static final TXQTypes UNSIGNEDBYTE
Constant that represents XML data type xs:unsignedByte


QNAME

public static final TXQTypes QNAME
Constant that represents XML data type xs:QName


NOTATION

public static final TXQTypes NOTATION
Constant that represents XML data type xs:NOTATION

Method Detail

toString

public java.lang.String toString()
Returns the string representation of a TXQTypes object.

Overrides:
toString in class java.lang.Object
Returns:
the xml data type.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. Overrides the Object.equals method.

Overrides:
equals in class java.lang.Object
Parameters:
obj - - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable. Overrides the Object.hashCode method.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.


Copyright (c) 2013 Software AG. All Rights Reserved.