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 SimpleTypeALL, LIST, NONE, RESTRICTION, UNION
 
- 
 - 
Constructor SummaryConstructors Constructor Description NonNegativeInteger()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimpleTypegetInstance()ClassgetInstanceType()This will return the intended Java Class for this element type.StringgetName()This returns the XML Schema declaration name of this type (both complex and simple types have names ...)ObjectgetValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)TODO summary sentence for getValue ...- 
Methods inherited from class XSISimpleTypes.XSISimpleTypecanCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
 
- 
 
- 
- 
- 
Method Detail- 
getInstancepublic static SimpleType getInstance() - See Also:
- org.geotools.xml.schemas.xsi.XSISimpleTypes.XSISimpleType#getInstance()
 
 - 
getNamepublic String getName() Description copied from interface:TypeThis returns the XML Schema declaration name of this type (both complex and simple types have names ...)- See Also:
- org.geotools.xml.xsi.Type#getLocalName()
 
 - 
getValuepublic Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints) TODO summary sentence for getValue ...
 - 
getInstanceTypepublic Class getInstanceType() Description copied from interface:TypeThis 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()
 
 
- 
 
-