Package org.geotools.xml.xsi
Class XSISimpleTypes.AnyType
Object
XSISimpleTypes.XSISimpleType
AnyType
- All Implemented Interfaces:
ComplexType
,SimpleType
,Type
- Enclosing class:
- XSISimpleTypes
public static class XSISimpleTypes.AnyType
extends XSISimpleTypes.XSISimpleType
implements ComplexType
-
Field Summary
Fields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
TODO summary sentence for cache ...TODO summary sentence for getAnyAttributeNameSpace ...TODO summary sentence for getAttributes ...int
getBlock()
TODO summary sentence for getBlock ...getChild()
TODO summary sentence for getChild ...Element[]
TODO summary sentence for getChildElements ...static SimpleType
TODO summary sentence for getInstanceType ...getName()
TODO summary sentence for getName ...getValue
(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) TODO summary sentence for getValue ...boolean
TODO summary sentence for isAbstract ...boolean
TODO summary sentence for isDerived ...boolean
isMixed()
TODO summary sentence for isMixed ...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
Methods inherited from interface ComplexType
getFinal, getId, getParent
Methods inherited from interface Type
canEncode, encode, findChildElement, getNamespace
-
Constructor Details
-
AnyType
public AnyType()
-
-
Method Details
-
getInstance
- See Also:
-
schema.xsi.XSISimpleTypes.XSISimpleType#getInstance()
-
isAbstract
public boolean isAbstract()TODO summary sentence for isAbstract ...- Specified by:
isAbstract
in interfaceComplexType
- See Also:
-
getAnyAttributeNameSpace
TODO summary sentence for getAnyAttributeNameSpace ...- Specified by:
getAnyAttributeNameSpace
in interfaceComplexType
- See Also:
-
getAttributes
TODO summary sentence for getAttributes ...- Specified by:
getAttributes
in interfaceComplexType
- See Also:
-
getBlock
public int getBlock()TODO summary sentence for getBlock ...- Specified by:
getBlock
in interfaceComplexType
- See Also:
-
getChild
TODO summary sentence for getChild ...- Specified by:
getChild
in interfaceComplexType
- See Also:
-
getChildElements
TODO summary sentence for getChildElements ...- Specified by:
getChildElements
in interfaceComplexType
- See Also:
-
isMixed
public boolean isMixed()TODO summary sentence for isMixed ...- Specified by:
isMixed
in interfaceComplexType
- See Also:
-
isDerived
public boolean isDerived()TODO summary sentence for isDerived ...- Specified by:
isDerived
in interfaceComplexType
- See Also:
-
cache
TODO summary sentence for cache ...- Specified by:
cache
in interfaceComplexType
- Returns:
- True, except when streaming the element.
- See Also:
-
getValue
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for getValue ...- Specified by:
getValue
in interfaceType
- Returns:
- Object
- Throws:
OperationNotSupportedException
- See Also:
-
getName
TODO summary sentence for getName ... -
getInstanceType
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceType
in interfaceType
- See Also:
-