Class XSISimpleTypes.NonNegativeInteger

    • Constructor Detail

      • NonNegativeInteger

        public NonNegativeInteger()
    • Method Detail

      • getInstance

        public static SimpleType getInstance()
        See Also:
        org.geotools.xml.schemas.xsi.XSISimpleTypes.XSISimpleType#getInstance()
      • getName

        public String getName()
        Description copied from interface: Type
        This returns the XML Schema declaration name of this type (both complex and simple types have names ...)
        See Also:
        org.geotools.xml.xsi.Type#getLocalName()
      • getInstanceType

        public Class getInstanceType()
        Description copied from interface: Type
        This will return the intended Java Class for this element type. For generic complex types this will be an object array. SimpleTypes will match as they are parsed, and custom extensions will also return the appropriate class value.
        See Also:
        org.geotools.xml.xsi.Type#getInstanceType()