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