Class XSISimpleTypes.NonNegativeInteger

All Implemented Interfaces:
SimpleType, Type
Enclosing class:
XSISimpleTypes

public static class XSISimpleTypes.NonNegativeInteger extends XSISimpleTypes.XSISimpleType
XSI Schema instance of NonNegativeInteger
Author:
dzwiers
  • Constructor Details

    • NonNegativeInteger

      public NonNegativeInteger()
  • Method Details

    • 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()
    • getValue

      public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)
      TODO summary sentence for getValue ...
      Returns:
      Object
      See Also:
    • 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()