- 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 and Description static QName
SOAP_ARRAY
The name of theSOAP-ENC:Array
type.static QName
SOAP_BASE64
The name of theSOAP-ENC:base64
type.static QName
SOAP_BOOLEAN
The name of theSOAP-ENC:boolean
type.static QName
SOAP_BYTE
The name of theSOAP-ENC:byte
type.static QName
SOAP_DOUBLE
The name of theSOAP-ENC:double
type.static QName
SOAP_FLOAT
The name of theSOAP-ENC:float
type.static QName
SOAP_INT
The name of theSOAP-ENC:int
type.static QName
SOAP_LONG
The name of theSOAP-ENC:long
type.static QName
SOAP_SHORT
The name of theSOAP-ENC:short
type.static QName
SOAP_STRING
The name of theSOAP-ENC:string
type.static QName
XSD_BASE64
The name of thexsd:base64Binary
type.static QName
XSD_BOOLEAN
The name of thexsd:boolean
type.static QName
XSD_BYTE
The name of thexsd:byte
type.static QName
XSD_DATETIME
The name of thexsd:dateTime
type.static QName
XSD_DECIMAL
The name of thexsd:decimal
type.static QName
XSD_DOUBLE
The name of thexsd:double
type.static QName
XSD_FLOAT
The name of thexsd:float
type.static QName
XSD_HEXBINARY
The name of thexsd:hexBinary
type.static QName
XSD_INT
The name of thexsd:int
type.static QName
XSD_INTEGER
The name of thexsd:integer
type.static QName
XSD_LONG
The name of thexsd:long
type.static QName
XSD_QNAME
The name of thexsd:QName
type.static QName
XSD_SHORT
The name of thexsd:short
type.static QName
XSD_STRING
The name of thexsd:string
type.
-
Constructor Summary
Constructors Constructor and Description XMLType()
-
-
-
Field Detail
-
XSD_STRING
public static final QName XSD_STRING
The name of thexsd:string
type.
-
XSD_FLOAT
public static final QName XSD_FLOAT
The name of thexsd:float
type.
-
XSD_BOOLEAN
public static final QName XSD_BOOLEAN
The name of thexsd:boolean
type.
-
XSD_DOUBLE
public static final QName XSD_DOUBLE
The name of thexsd:double
type.
-
XSD_INTEGER
public static final QName XSD_INTEGER
The name of thexsd:integer
type.
-
XSD_INT
public static final QName XSD_INT
The name of thexsd:int
type.
-
XSD_LONG
public static final QName XSD_LONG
The name of thexsd:long
type.
-
XSD_SHORT
public static final QName XSD_SHORT
The name of thexsd:short
type.
-
XSD_DECIMAL
public static final QName XSD_DECIMAL
The name of thexsd:decimal
type.
-
XSD_BASE64
public static final QName XSD_BASE64
The name of thexsd:base64Binary
type.
-
XSD_HEXBINARY
public static final QName XSD_HEXBINARY
The name of thexsd:hexBinary
type.
-
XSD_BYTE
public static final QName XSD_BYTE
The name of thexsd:byte
type.
-
XSD_DATETIME
public static final QName XSD_DATETIME
The name of thexsd:dateTime
type.
-
XSD_QNAME
public static final QName XSD_QNAME
The name of thexsd:QName
type.
-
SOAP_STRING
public static final QName SOAP_STRING
The name of theSOAP-ENC:string
type.
-
SOAP_BOOLEAN
public static final QName SOAP_BOOLEAN
The name of theSOAP-ENC:boolean
type.
-
SOAP_DOUBLE
public static final QName SOAP_DOUBLE
The name of theSOAP-ENC:double
type.
-
SOAP_BASE64
public static final QName SOAP_BASE64
The name of theSOAP-ENC:base64
type.
-
SOAP_FLOAT
public static final QName SOAP_FLOAT
The name of theSOAP-ENC:float
type.
-
SOAP_INT
public static final QName SOAP_INT
The name of theSOAP-ENC:int
type.
-
SOAP_LONG
public static final QName SOAP_LONG
The name of theSOAP-ENC:long
type.
-
SOAP_SHORT
public static final QName SOAP_SHORT
The name of theSOAP-ENC:short
type.
-
SOAP_BYTE
public static final QName SOAP_BYTE
The name of theSOAP-ENC:byte
type.
-
SOAP_ARRAY
public static final QName SOAP_ARRAY
The name of theSOAP-ENC:Array
type.
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 20:47:47 Cette version de la page est en cache (à la date du 21/08/2025 20:47:47) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 18/04/2008, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/xml/rpc/encoding/XMLType.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.