| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.encoding.XMLType
Constants for common XML Schema and SOAP 1.1 types.
| Field Summary | |
| static QName | SOAP_ARRAYThe name of the SOAP-ENC:Arraytype. | 
| static QName | SOAP_BASE64The name of the SOAP-ENC:base64type. | 
| static QName | SOAP_BOOLEANThe name of the SOAP-ENC:booleantype. | 
| static QName | SOAP_BYTEThe name of the SOAP-ENC:bytetype. | 
| static QName | SOAP_DOUBLEThe name of the SOAP-ENC:doubletype. | 
| static QName | SOAP_FLOATThe name of the SOAP-ENC:floattype. | 
| static QName | SOAP_INTThe name of the SOAP-ENC:inttype. | 
| static QName | SOAP_LONGThe name of the SOAP-ENC:longtype. | 
| static QName | SOAP_SHORTThe name of the SOAP-ENC:shorttype. | 
| static QName | SOAP_STRINGThe name of the SOAP-ENC:stringtype. | 
| static QName | XSD_BASE64The name of the xsd:base64Binarytype. | 
| static QName | XSD_BOOLEANThe name of the xsd:booleantype. | 
| static QName | XSD_BYTEThe name of the xsd:bytetype. | 
| static QName | XSD_DATETIMEThe name of the xsd:dateTimetype. | 
| static QName | XSD_DECIMALThe name of the xsd:decimaltype. | 
| static QName | XSD_DOUBLEThe name of the xsd:doubletype. | 
| static QName | XSD_FLOATThe name of the xsd:floattype. | 
| static QName | XSD_HEXBINARYThe name of the xsd:hexBinarytype. | 
| static QName | XSD_INTThe name of the xsd:inttype. | 
| static QName | XSD_INTEGERThe name of the xsd:integertype. | 
| static QName | XSD_LONGThe name of the xsd:longtype. | 
| static QName | XSD_QNAMEThe name of the xsd:QNametype. | 
| static QName | XSD_SHORTThe name of the xsd:shorttype. | 
| static QName | XSD_STRINGThe name of the xsd:stringtype. | 
| Constructor Summary | |
| XMLType() | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
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.
| Constructor Detail | 
public XMLType()
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.