public class TXQTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String xmlSchemaPrefix
public static final java.lang.String xmlSchemaNS
public static final java.lang.String xmlSchema_instancePrefix
public static final java.lang.String xmlSchema_instanceNS
public static final java.lang.String xpathdatatypesPrefix
public static final java.lang.String xpathdatatypesNS
public static final TXQTypes BOOLEAN
public static final TXQTypes BYTE
public static final TXQTypes SHORT
public static final TXQTypes INT
public static final TXQTypes LONG
public static final TXQTypes FLOAT
public static final TXQTypes DOUBLE
public static final TXQTypes INTEGER
public static final TXQTypes DECIMAL
public static final TXQTypes STRING
public static final TXQTypes DATETIME
public static final TXQTypes BASE64BINARY
public static final TXQTypes HEXBINARY
public static final TXQTypes DURATION
public static final TXQTypes TIME
public static final TXQTypes DATE
public static final TXQTypes GYEARMONTH
public static final TXQTypes GYEAR
public static final TXQTypes GMONTHDAY
public static final TXQTypes GDAY
public static final TXQTypes GMONTH
public static final TXQTypes URI
public static final TXQTypes TOKEN
public static final TXQTypes NORMALIZEDSTRING
public static final TXQTypes LANGUAGE
public static final TXQTypes NAME
public static final TXQTypes NMTOKEN
public static final TXQTypes NCNAME
public static final TXQTypes ID
public static final TXQTypes IDREF
public static final TXQTypes ENTITY
public static final TXQTypes NONPOSITIVEINTEGER
public static final TXQTypes NONNEGATIVEINTEGER
public static final TXQTypes NEGATIVEINTEGER
public static final TXQTypes UNSIGNEDLONG
public static final TXQTypes POSITIVEINTEGER
public static final TXQTypes UNSIGNEDINT
public static final TXQTypes UNSIGNEDSHORT
public static final TXQTypes UNSIGNEDBYTE
public static final TXQTypes QNAME
public static final TXQTypes NOTATION
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.public int hashCode()
hashCode
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.