public class XMLType extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
SOAP_ARRAY
The name of the
SOAP-ENC:Array type. |
static QName |
SOAP_BASE64
The name of the
SOAP-ENC:base64 type. |
static QName |
SOAP_BOOLEAN
The name of the
SOAP-ENC:boolean type. |
static QName |
SOAP_BYTE
The name of the
SOAP-ENC:byte type. |
static QName |
SOAP_DOUBLE
The name of the
SOAP-ENC:double type. |
static QName |
SOAP_FLOAT
The name of the
SOAP-ENC:float type. |
static QName |
SOAP_INT
The name of the
SOAP-ENC:int type. |
static QName |
SOAP_LONG
The name of the
SOAP-ENC:long type. |
static QName |
SOAP_SHORT
The name of the
SOAP-ENC:short type. |
static QName |
SOAP_STRING
The name of the
SOAP-ENC:string type. |
static QName |
XSD_BASE64
The name of the
xsd:base64Binary type. |
static QName |
XSD_BOOLEAN
The name of the
xsd:boolean type. |
static QName |
XSD_BYTE
The name of the
xsd:byte type. |
static QName |
XSD_DATETIME
The name of the
xsd:dateTime type. |
static QName |
XSD_DECIMAL
The name of the
xsd:decimal type. |
static QName |
XSD_DOUBLE
The name of the
xsd:double type. |
static QName |
XSD_FLOAT
The name of the
xsd:float type. |
static QName |
XSD_HEXBINARY
The name of the
xsd:hexBinary type. |
static QName |
XSD_INT
The name of the
xsd:int type. |
static QName |
XSD_INTEGER
The name of the
xsd:integer type. |
static QName |
XSD_LONG
The name of the
xsd:long type. |
static QName |
XSD_QNAME
The name of the
xsd:QName type. |
static QName |
XSD_SHORT
The name of the
xsd:short type. |
static QName |
XSD_STRING
The name of the
xsd:string type. |
Constructor and Description |
---|
XMLType() |
public static final QName XSD_STRING
xsd:string
type.public static final QName XSD_FLOAT
xsd:float
type.public static final QName XSD_BOOLEAN
xsd:boolean
type.public static final QName XSD_DOUBLE
xsd:double
type.public static final QName XSD_INTEGER
xsd:integer
type.public static final QName XSD_INT
xsd:int
type.public static final QName XSD_LONG
xsd:long
type.public static final QName XSD_SHORT
xsd:short
type.public static final QName XSD_DECIMAL
xsd:decimal
type.public static final QName XSD_BASE64
xsd:base64Binary
type.public static final QName XSD_HEXBINARY
xsd:hexBinary
type.public static final QName XSD_BYTE
xsd:byte
type.public static final QName XSD_DATETIME
xsd:dateTime
type.public static final QName XSD_QNAME
xsd:QName
type.public static final QName SOAP_STRING
SOAP-ENC:string
type.public static final QName SOAP_BOOLEAN
SOAP-ENC:boolean
type.public static final QName SOAP_DOUBLE
SOAP-ENC:double
type.public static final QName SOAP_BASE64
SOAP-ENC:base64
type.public static final QName SOAP_FLOAT
SOAP-ENC:float
type.public static final QName SOAP_INT
SOAP-ENC:int
type.public static final QName SOAP_LONG
SOAP-ENC:long
type.public static final QName SOAP_SHORT
SOAP-ENC:short
type.public static final QName SOAP_BYTE
SOAP-ENC:byte
type.public static final QName SOAP_ARRAY
SOAP-ENC:Array
type.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.