|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXSISimpleTypes.XSISimpleType
XSISimpleTypes.NonNegativeInteger
public static class XSISimpleTypes.NonNegativeInteger
XSI Schema instance of NonNegativeInteger
Field Summary |
---|
Fields inherited from interface SimpleType |
---|
ALL, LIST, NONE, RESTRICTION, UNION |
Constructor Summary | |
---|---|
XSISimpleTypes.NonNegativeInteger()
|
Method Summary | |
---|---|
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 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 |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSISimpleTypes.NonNegativeInteger()
Method Detail |
---|
public static SimpleType getInstance()
org.geotools.xml.schemas.xsi.XSISimpleTypes.XSISimpleType#getInstance()
public String getName()
Type
This returns the XML Schema declaration name of this type (both complex and simple types have names ...)
org.geotools.xml.xsi.Type#getLocalName()
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map hints)
element
- value
- attrs
- hints
-
Type.getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)
public Class getInstanceType()
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.
org.geotools.xml.xsi.Type#getInstanceType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |