public static class XSISimpleTypes.NonNegativeInteger extends XSISimpleTypes.XSISimpleType
ALL, LIST, NONE, RESTRICTION, UNION
Constructor and Description |
---|
NonNegativeInteger() |
Modifier and Type | Method and 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 ...
|
canCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
public static SimpleType getInstance()
org.geotools.xml.schemas.xsi.XSISimpleTypes.XSISimpleType#getInstance()
public String getName()
Type
org.geotools.xml.xsi.Type#getLocalName()
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)
public Class getInstanceType()
Type
org.geotools.xml.xsi.Type#getInstanceType()
Copyright © 1996–2022 Geotools. All rights reserved.