Package javax.xml.rpc.encoding
Class XMLType
- java.lang.Object
-
- javax.xml.rpc.encoding.XMLType
-
public class XMLType extends java.lang.ObjectConstants for common XML Schema and SOAP 1.1 types.- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.namespace.QNameSOAP_ARRAYThe name of theSOAP-ENC:Arraytype.static javax.xml.namespace.QNameSOAP_BASE64The name of theSOAP-ENC:base64type.static javax.xml.namespace.QNameSOAP_BOOLEANThe name of theSOAP-ENC:booleantype.static javax.xml.namespace.QNameSOAP_BYTEThe name of theSOAP-ENC:bytetype.static javax.xml.namespace.QNameSOAP_DOUBLEThe name of theSOAP-ENC:doubletype.static javax.xml.namespace.QNameSOAP_FLOATThe name of theSOAP-ENC:floattype.static javax.xml.namespace.QNameSOAP_INTThe name of theSOAP-ENC:inttype.static javax.xml.namespace.QNameSOAP_LONGThe name of theSOAP-ENC:longtype.static javax.xml.namespace.QNameSOAP_SHORTThe name of theSOAP-ENC:shorttype.static javax.xml.namespace.QNameSOAP_STRINGThe name of theSOAP-ENC:stringtype.static javax.xml.namespace.QNameXSD_BASE64The name of thexsd:base64Binarytype.static javax.xml.namespace.QNameXSD_BOOLEANThe name of thexsd:booleantype.static javax.xml.namespace.QNameXSD_BYTEThe name of thexsd:bytetype.static javax.xml.namespace.QNameXSD_DATETIMEThe name of thexsd:dateTimetype.static javax.xml.namespace.QNameXSD_DECIMALThe name of thexsd:decimaltype.static javax.xml.namespace.QNameXSD_DOUBLEThe name of thexsd:doubletype.static javax.xml.namespace.QNameXSD_FLOATThe name of thexsd:floattype.static javax.xml.namespace.QNameXSD_HEXBINARYThe name of thexsd:hexBinarytype.static javax.xml.namespace.QNameXSD_INTThe name of thexsd:inttype.static javax.xml.namespace.QNameXSD_INTEGERThe name of thexsd:integertype.static javax.xml.namespace.QNameXSD_LONGThe name of thexsd:longtype.static javax.xml.namespace.QNameXSD_QNAMEThe name of thexsd:QNametype.static javax.xml.namespace.QNameXSD_SHORTThe name of thexsd:shorttype.static javax.xml.namespace.QNameXSD_STRINGThe name of thexsd:stringtype.
-
Constructor Summary
Constructors Constructor Description XMLType()
-
-
-
Field Detail
-
XSD_STRING
public static final javax.xml.namespace.QName XSD_STRING
The name of thexsd:stringtype.
-
XSD_FLOAT
public static final javax.xml.namespace.QName XSD_FLOAT
The name of thexsd:floattype.
-
XSD_BOOLEAN
public static final javax.xml.namespace.QName XSD_BOOLEAN
The name of thexsd:booleantype.
-
XSD_DOUBLE
public static final javax.xml.namespace.QName XSD_DOUBLE
The name of thexsd:doubletype.
-
XSD_INTEGER
public static final javax.xml.namespace.QName XSD_INTEGER
The name of thexsd:integertype.
-
XSD_INT
public static final javax.xml.namespace.QName XSD_INT
The name of thexsd:inttype.
-
XSD_LONG
public static final javax.xml.namespace.QName XSD_LONG
The name of thexsd:longtype.
-
XSD_SHORT
public static final javax.xml.namespace.QName XSD_SHORT
The name of thexsd:shorttype.
-
XSD_DECIMAL
public static final javax.xml.namespace.QName XSD_DECIMAL
The name of thexsd:decimaltype.
-
XSD_BASE64
public static final javax.xml.namespace.QName XSD_BASE64
The name of thexsd:base64Binarytype.
-
XSD_HEXBINARY
public static final javax.xml.namespace.QName XSD_HEXBINARY
The name of thexsd:hexBinarytype.
-
XSD_BYTE
public static final javax.xml.namespace.QName XSD_BYTE
The name of thexsd:bytetype.
-
XSD_DATETIME
public static final javax.xml.namespace.QName XSD_DATETIME
The name of thexsd:dateTimetype.
-
XSD_QNAME
public static final javax.xml.namespace.QName XSD_QNAME
The name of thexsd:QNametype.
-
SOAP_STRING
public static final javax.xml.namespace.QName SOAP_STRING
The name of theSOAP-ENC:stringtype.
-
SOAP_BOOLEAN
public static final javax.xml.namespace.QName SOAP_BOOLEAN
The name of theSOAP-ENC:booleantype.
-
SOAP_DOUBLE
public static final javax.xml.namespace.QName SOAP_DOUBLE
The name of theSOAP-ENC:doubletype.
-
SOAP_BASE64
public static final javax.xml.namespace.QName SOAP_BASE64
The name of theSOAP-ENC:base64type.
-
SOAP_FLOAT
public static final javax.xml.namespace.QName SOAP_FLOAT
The name of theSOAP-ENC:floattype.
-
SOAP_INT
public static final javax.xml.namespace.QName SOAP_INT
The name of theSOAP-ENC:inttype.
-
SOAP_LONG
public static final javax.xml.namespace.QName SOAP_LONG
The name of theSOAP-ENC:longtype.
-
SOAP_SHORT
public static final javax.xml.namespace.QName SOAP_SHORT
The name of theSOAP-ENC:shorttype.
-
SOAP_BYTE
public static final javax.xml.namespace.QName SOAP_BYTE
The name of theSOAP-ENC:bytetype.
-
SOAP_ARRAY
public static final javax.xml.namespace.QName SOAP_ARRAY
The name of theSOAP-ENC:Arraytype.
-
-