Class BuiltinAtomicType

    • Constructor Detail

      • BuiltinAtomicType

        protected BuiltinAtomicType​(java.lang.String typeName,
                                    WhiteSpaceProcessor whiteSpace)
      • BuiltinAtomicType

        protected BuiltinAtomicType​(java.lang.String typeName)
    • Method Detail

      • getVariety

        public final int getVariety()
        Description copied from interface: XSDatatype
        gets the variety of this simple type.
        Returns:
        VARIETY_ATOMIC, VARIETY_LIST, or VARIETY_UNION.
      • displayName

        public final java.lang.String displayName()
        Description copied from interface: XSDatatype
        gets the displayable name of this type. This method always return something. It is useful to provide a message to the user.

        This method is an ad-hoc method and there is no corresponding property in the spec.

      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException