Package javax.xml.rpc.encoding
Class XMLType
java.lang.Object
javax.xml.rpc.encoding.XMLType
Constants for common XML Schema and SOAP 1.1 types.
- Version:
- 1.0
- Author:
- Rahul Sharma
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameThe name of theSOAP-ENC:Arraytype.static final QNameThe name of theSOAP-ENC:base64type.static final QNameThe name of theSOAP-ENC:booleantype.static final QNameThe name of theSOAP-ENC:bytetype.static final QNameThe name of theSOAP-ENC:doubletype.static final QNameThe name of theSOAP-ENC:floattype.static final QNameThe name of theSOAP-ENC:inttype.static final QNameThe name of theSOAP-ENC:longtype.static final QNameThe name of theSOAP-ENC:shorttype.static final QNameThe name of theSOAP-ENC:stringtype.static final QNameThe name of thexsd:base64Binarytype.static final QNameThe name of thexsd:booleantype.static final QNameThe name of thexsd:bytetype.static final QNameThe name of thexsd:dateTimetype.static final QNameThe name of thexsd:decimaltype.static final QNameThe name of thexsd:doubletype.static final QNameThe name of thexsd:floattype.static final QNameThe name of thexsd:hexBinarytype.static final QNameThe name of thexsd:inttype.static final QNameThe name of thexsd:integertype.static final QNameThe name of thexsd:longtype.static final QNameThe name of thexsd:QNametype.static final QNameThe name of thexsd:shorttype.static final QNameThe name of thexsd:stringtype. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XSD_STRING
The name of thexsd:stringtype. -
XSD_FLOAT
The name of thexsd:floattype. -
XSD_BOOLEAN
The name of thexsd:booleantype. -
XSD_DOUBLE
The name of thexsd:doubletype. -
XSD_INTEGER
The name of thexsd:integertype. -
XSD_INT
The name of thexsd:inttype. -
XSD_LONG
The name of thexsd:longtype. -
XSD_SHORT
The name of thexsd:shorttype. -
XSD_DECIMAL
The name of thexsd:decimaltype. -
XSD_BASE64
The name of thexsd:base64Binarytype. -
XSD_HEXBINARY
The name of thexsd:hexBinarytype. -
XSD_BYTE
The name of thexsd:bytetype. -
XSD_DATETIME
The name of thexsd:dateTimetype. -
XSD_QNAME
The name of thexsd:QNametype. -
SOAP_STRING
The name of theSOAP-ENC:stringtype. -
SOAP_BOOLEAN
The name of theSOAP-ENC:booleantype. -
SOAP_DOUBLE
The name of theSOAP-ENC:doubletype. -
SOAP_BASE64
The name of theSOAP-ENC:base64type. -
SOAP_FLOAT
The name of theSOAP-ENC:floattype. -
SOAP_INT
The name of theSOAP-ENC:inttype. -
SOAP_LONG
The name of theSOAP-ENC:longtype. -
SOAP_SHORT
The name of theSOAP-ENC:shorttype. -
SOAP_BYTE
The name of theSOAP-ENC:bytetype. -
SOAP_ARRAY
The name of theSOAP-ENC:Arraytype.
-
-
Constructor Details
-
XMLType
public XMLType()
-