Package javax.xml.rpc.encoding
Class XMLType
- java.lang.Object
-
- javax.xml.rpc.encoding.XMLType
-
public class XMLType extends java.lang.Object
Constants for common XML Schema and SOAP 1.1 types.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QName
SOAP_ARRAY
The name of theSOAP-ENC:Array
type.static javax.xml.namespace.QName
SOAP_BASE64
The name of theSOAP-ENC:base64
type.static javax.xml.namespace.QName
SOAP_BOOLEAN
The name of theSOAP-ENC:boolean
type.static javax.xml.namespace.QName
SOAP_BYTE
The name of theSOAP-ENC:byte
type.static javax.xml.namespace.QName
SOAP_DOUBLE
The name of theSOAP-ENC:double
type.static javax.xml.namespace.QName
SOAP_FLOAT
The name of theSOAP-ENC:float
type.static javax.xml.namespace.QName
SOAP_INT
The name of theSOAP-ENC:int
type.static javax.xml.namespace.QName
SOAP_LONG
The name of theSOAP-ENC:long
type.static javax.xml.namespace.QName
SOAP_SHORT
The name of theSOAP-ENC:short
type.static javax.xml.namespace.QName
SOAP_STRING
The name of theSOAP-ENC:string
type.static javax.xml.namespace.QName
XSD_BASE64
The name of thexsd:base64Binary
type.static javax.xml.namespace.QName
XSD_BOOLEAN
The name of thexsd:boolean
type.static javax.xml.namespace.QName
XSD_BYTE
The name of thexsd:byte
type.static javax.xml.namespace.QName
XSD_DATETIME
The name of thexsd:dateTime
type.static javax.xml.namespace.QName
XSD_DECIMAL
The name of thexsd:decimal
type.static javax.xml.namespace.QName
XSD_DOUBLE
The name of thexsd:double
type.static javax.xml.namespace.QName
XSD_FLOAT
The name of thexsd:float
type.static javax.xml.namespace.QName
XSD_HEXBINARY
The name of thexsd:hexBinary
type.static javax.xml.namespace.QName
XSD_INT
The name of thexsd:int
type.static javax.xml.namespace.QName
XSD_INTEGER
The name of thexsd:integer
type.static javax.xml.namespace.QName
XSD_LONG
The name of thexsd:long
type.static javax.xml.namespace.QName
XSD_QNAME
The name of thexsd:QName
type.static javax.xml.namespace.QName
XSD_SHORT
The name of thexsd:short
type.static javax.xml.namespace.QName
XSD_STRING
The name of thexsd:string
type.
-
Constructor Summary
Constructors Constructor Description XMLType()
-
-
-
Field Detail
-
XSD_STRING
public static final javax.xml.namespace.QName XSD_STRING
The name of thexsd:string
type.
-
XSD_FLOAT
public static final javax.xml.namespace.QName XSD_FLOAT
The name of thexsd:float
type.
-
XSD_BOOLEAN
public static final javax.xml.namespace.QName XSD_BOOLEAN
The name of thexsd:boolean
type.
-
XSD_DOUBLE
public static final javax.xml.namespace.QName XSD_DOUBLE
The name of thexsd:double
type.
-
XSD_INTEGER
public static final javax.xml.namespace.QName XSD_INTEGER
The name of thexsd:integer
type.
-
XSD_INT
public static final javax.xml.namespace.QName XSD_INT
The name of thexsd:int
type.
-
XSD_LONG
public static final javax.xml.namespace.QName XSD_LONG
The name of thexsd:long
type.
-
XSD_SHORT
public static final javax.xml.namespace.QName XSD_SHORT
The name of thexsd:short
type.
-
XSD_DECIMAL
public static final javax.xml.namespace.QName XSD_DECIMAL
The name of thexsd:decimal
type.
-
XSD_BASE64
public static final javax.xml.namespace.QName XSD_BASE64
The name of thexsd:base64Binary
type.
-
XSD_HEXBINARY
public static final javax.xml.namespace.QName XSD_HEXBINARY
The name of thexsd:hexBinary
type.
-
XSD_BYTE
public static final javax.xml.namespace.QName XSD_BYTE
The name of thexsd:byte
type.
-
XSD_DATETIME
public static final javax.xml.namespace.QName XSD_DATETIME
The name of thexsd:dateTime
type.
-
XSD_QNAME
public static final javax.xml.namespace.QName XSD_QNAME
The name of thexsd:QName
type.
-
SOAP_STRING
public static final javax.xml.namespace.QName SOAP_STRING
The name of theSOAP-ENC:string
type.
-
SOAP_BOOLEAN
public static final javax.xml.namespace.QName SOAP_BOOLEAN
The name of theSOAP-ENC:boolean
type.
-
SOAP_DOUBLE
public static final javax.xml.namespace.QName SOAP_DOUBLE
The name of theSOAP-ENC:double
type.
-
SOAP_BASE64
public static final javax.xml.namespace.QName SOAP_BASE64
The name of theSOAP-ENC:base64
type.
-
SOAP_FLOAT
public static final javax.xml.namespace.QName SOAP_FLOAT
The name of theSOAP-ENC:float
type.
-
SOAP_INT
public static final javax.xml.namespace.QName SOAP_INT
The name of theSOAP-ENC:int
type.
-
SOAP_LONG
public static final javax.xml.namespace.QName SOAP_LONG
The name of theSOAP-ENC:long
type.
-
SOAP_SHORT
public static final javax.xml.namespace.QName SOAP_SHORT
The name of theSOAP-ENC:short
type.
-
SOAP_BYTE
public static final javax.xml.namespace.QName SOAP_BYTE
The name of theSOAP-ENC:byte
type.
-
SOAP_ARRAY
public static final javax.xml.namespace.QName SOAP_ARRAY
The name of theSOAP-ENC:Array
type.
-
-