Package org.geotools.xml.xsi
Class XSISimpleTypes.NonNegativeInteger
- Object
-
- XSISimpleTypes.XSISimpleType
-
- NonNegativeInteger
-
- All Implemented Interfaces:
SimpleType
,Type
- Enclosing class:
- XSISimpleTypes
public static class XSISimpleTypes.NonNegativeInteger extends XSISimpleTypes.XSISimpleType
XSI Schema instance of NonNegativeInteger- Author:
- dzwiers
-
-
Field Summary
-
Fields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
-
-
Constructor Summary
Constructors Constructor Description NonNegativeInteger()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleType
getInstance()
Class
getInstanceType()
This will return the intended Java Class for this element type.String
getName()
This returns the XML Schema declaration name of this type (both complex and simple types have names ...)Object
getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)
TODO summary sentence for getValue ...-
Methods inherited from class XSISimpleTypes.XSISimpleType
canCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
-
-
-
-
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()
-
getValue
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)
TODO summary sentence for getValue ...
-
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()
-
-