Class BuiltinAtomicType

    • Constructor Detail

      • BuiltinAtomicType

        protected BuiltinAtomicType​(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 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.