Class XMLType


  • public class XMLType
    extends java.lang.Object
    Constants for common XML Schema and SOAP 1.1 types.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.xml.namespace.QName SOAP_ARRAY
      The name of the SOAP-ENC:Array type.
      static javax.xml.namespace.QName SOAP_BASE64
      The name of the SOAP-ENC:base64 type.
      static javax.xml.namespace.QName SOAP_BOOLEAN
      The name of the SOAP-ENC:boolean type.
      static javax.xml.namespace.QName SOAP_BYTE
      The name of the SOAP-ENC:byte type.
      static javax.xml.namespace.QName SOAP_DOUBLE
      The name of the SOAP-ENC:double type.
      static javax.xml.namespace.QName SOAP_FLOAT
      The name of the SOAP-ENC:float type.
      static javax.xml.namespace.QName SOAP_INT
      The name of the SOAP-ENC:int type.
      static javax.xml.namespace.QName SOAP_LONG
      The name of the SOAP-ENC:long type.
      static javax.xml.namespace.QName SOAP_SHORT
      The name of the SOAP-ENC:short type.
      static javax.xml.namespace.QName SOAP_STRING
      The name of the SOAP-ENC:string type.
      static javax.xml.namespace.QName XSD_BASE64
      The name of the xsd:base64Binary type.
      static javax.xml.namespace.QName XSD_BOOLEAN
      The name of the xsd:boolean type.
      static javax.xml.namespace.QName XSD_BYTE
      The name of the xsd:byte type.
      static javax.xml.namespace.QName XSD_DATETIME
      The name of the xsd:dateTime type.
      static javax.xml.namespace.QName XSD_DECIMAL
      The name of the xsd:decimal type.
      static javax.xml.namespace.QName XSD_DOUBLE
      The name of the xsd:double type.
      static javax.xml.namespace.QName XSD_FLOAT
      The name of the xsd:float type.
      static javax.xml.namespace.QName XSD_HEXBINARY
      The name of the xsd:hexBinary type.
      static javax.xml.namespace.QName XSD_INT
      The name of the xsd:int type.
      static javax.xml.namespace.QName XSD_INTEGER
      The name of the xsd:integer type.
      static javax.xml.namespace.QName XSD_LONG
      The name of the xsd:long type.
      static javax.xml.namespace.QName XSD_QNAME
      The name of the xsd:QName type.
      static javax.xml.namespace.QName XSD_SHORT
      The name of the xsd:short type.
      static javax.xml.namespace.QName XSD_STRING
      The name of the xsd:string type.
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • XSD_STRING

        public static final javax.xml.namespace.QName XSD_STRING
        The name of the xsd:string type.
      • XSD_FLOAT

        public static final javax.xml.namespace.QName XSD_FLOAT
        The name of the xsd:float type.
      • XSD_BOOLEAN

        public static final javax.xml.namespace.QName XSD_BOOLEAN
        The name of the xsd:boolean type.
      • XSD_DOUBLE

        public static final javax.xml.namespace.QName XSD_DOUBLE
        The name of the xsd:double type.
      • XSD_INTEGER

        public static final javax.xml.namespace.QName XSD_INTEGER
        The name of the xsd:integer type.
      • XSD_INT

        public static final javax.xml.namespace.QName XSD_INT
        The name of the xsd:int type.
      • XSD_LONG

        public static final javax.xml.namespace.QName XSD_LONG
        The name of the xsd:long type.
      • XSD_SHORT

        public static final javax.xml.namespace.QName XSD_SHORT
        The name of the xsd:short type.
      • XSD_DECIMAL

        public static final javax.xml.namespace.QName XSD_DECIMAL
        The name of the xsd:decimal type.
      • XSD_BASE64

        public static final javax.xml.namespace.QName XSD_BASE64
        The name of the xsd:base64Binary type.
      • XSD_HEXBINARY

        public static final javax.xml.namespace.QName XSD_HEXBINARY
        The name of the xsd:hexBinary type.
      • XSD_BYTE

        public static final javax.xml.namespace.QName XSD_BYTE
        The name of the xsd:byte type.
      • XSD_DATETIME

        public static final javax.xml.namespace.QName XSD_DATETIME
        The name of the xsd:dateTime type.
      • XSD_QNAME

        public static final javax.xml.namespace.QName XSD_QNAME
        The name of the xsd:QName type.
      • SOAP_STRING

        public static final javax.xml.namespace.QName SOAP_STRING
        The name of the SOAP-ENC:string type.
      • SOAP_BOOLEAN

        public static final javax.xml.namespace.QName SOAP_BOOLEAN
        The name of the SOAP-ENC:boolean type.
      • SOAP_DOUBLE

        public static final javax.xml.namespace.QName SOAP_DOUBLE
        The name of the SOAP-ENC:double type.
      • SOAP_BASE64

        public static final javax.xml.namespace.QName SOAP_BASE64
        The name of the SOAP-ENC:base64 type.
      • SOAP_FLOAT

        public static final javax.xml.namespace.QName SOAP_FLOAT
        The name of the SOAP-ENC:float type.
      • SOAP_INT

        public static final javax.xml.namespace.QName SOAP_INT
        The name of the SOAP-ENC:int type.
      • SOAP_LONG

        public static final javax.xml.namespace.QName SOAP_LONG
        The name of the SOAP-ENC:long type.
      • SOAP_SHORT

        public static final javax.xml.namespace.QName SOAP_SHORT
        The name of the SOAP-ENC:short type.
      • SOAP_BYTE

        public static final javax.xml.namespace.QName SOAP_BYTE
        The name of the SOAP-ENC:byte type.
      • SOAP_ARRAY

        public static final javax.xml.namespace.QName SOAP_ARRAY
        The name of the SOAP-ENC:Array type.
    • Constructor Detail

      • XMLType

        public XMLType()