Class XMLSimpleType


  • public class XMLSimpleType
    extends Object
    Version:
    $Id$
    • Field Detail

      • TYPE_ENUMERATION

        public static final short TYPE_ENUMERATION
        TYPE_ENUMERATION
        See Also:
        Constant Field Values
      • DEFAULT_TYPE_DEFAULT

        public static final short DEFAULT_TYPE_DEFAULT
        DEFAULT_TYPE_DEFAULT
        See Also:
        Constant Field Values
      • DEFAULT_TYPE_FIXED

        public static final short DEFAULT_TYPE_FIXED
        DEFAULT_TYPE_FIXED
        See Also:
        Constant Field Values
      • DEFAULT_TYPE_IMPLIED

        public static final short DEFAULT_TYPE_IMPLIED
        DEFAULT_TYPE_IMPLIED
        See Also:
        Constant Field Values
      • DEFAULT_TYPE_REQUIRED

        public static final short DEFAULT_TYPE_REQUIRED
        DEFAULT_TYPE_REQUIRED
        See Also:
        Constant Field Values
      • type

        public short type
        type
      • name

        public String name
        name
      • enumeration

        public String[] enumeration
        enumeration
      • list

        public boolean list
        list
      • defaultType

        public short defaultType
        defaultType
      • defaultValue

        public String defaultValue
        defaultValue
      • nonNormalizedDefaultValue

        public String nonNormalizedDefaultValue
        non-normalized defaultValue
    • Constructor Detail

      • XMLSimpleType

        public XMLSimpleType()
    • Method Detail

      • setValues

        public void setValues​(short type,
                              String name,
                              String[] enumeration,
                              boolean list,
                              short defaultType,
                              String defaultValue,
                              String nonNormalizedDefaultValue,
                              DatatypeValidator datatypeValidator)
        setValues
        Parameters:
        type -
        name -
        enumeration -
        list -
        defaultType -
        defaultValue -
        nonNormalizedDefaultValue -
        datatypeValidator -
      • setValues

        public void setValues​(XMLSimpleType simpleType)
        Set values.
      • clear

        public void clear()
        clear