Package org.geotools.xml.xsi
Class XSISimpleTypes.NonNegativeInteger
Object
XSISimpleTypes.XSISimpleType
NonNegativeInteger
- All Implemented Interfaces:
SimpleType
,Type
- Enclosing class:
- XSISimpleTypes
XSI Schema instance of NonNegativeInteger
- Author:
- dzwiers
-
Field Summary
Fields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleType
This will return the intended Java Class for this element type.getName()
This returns the XML Schema declaration name of this type (both complex and simple types have names ...)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
-
Constructor Details
-
NonNegativeInteger
public NonNegativeInteger()
-
-
Method Details
-
getInstance
- See Also:
-
org.geotools.xml.schemas.xsi.XSISimpleTypes.XSISimpleType#getInstance()
-
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
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()
-