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 SimpleTypeALL, LIST, NONE, RESTRICTION, UNION
 
- 
 - 
Constructor SummaryConstructors Constructor Description AnyType()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancache(Element element, Map<String,Object> hints)TODO summary sentence for cache ...StringgetAnyAttributeNameSpace()TODO summary sentence for getAnyAttributeNameSpace ...Attribute[]getAttributes()TODO summary sentence for getAttributes ...intgetBlock()TODO summary sentence for getBlock ...ElementGroupinggetChild()TODO summary sentence for getChild ...Element[]getChildElements()TODO summary sentence for getChildElements ...static SimpleTypegetInstance()ClassgetInstanceType()TODO summary sentence for getInstanceType ...StringgetName()TODO summary sentence for getName ...ObjectgetValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints)TODO summary sentence for getValue ...booleanisAbstract()TODO summary sentence for isAbstract ...booleanisDerived()TODO summary sentence for isDerived ...booleanisMixed()TODO summary sentence for isMixed ...- 
Methods inherited from class XSISimpleTypes.XSISimpleTypecanCreateAttributes, canEncode, encode, findChildElement, findChildElement, getChildType, getFacets, getFinal, getId, getNamespace, getParent, getParents, toAttribute
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface ComplexTypegetFinal, getId, getParent
 - 
Methods inherited from interface TypecanEncode, encode, findChildElement, getNamespace
 
- 
 
- 
- 
- 
Method Detail- 
getInstancepublic static SimpleType getInstance() - See Also:
- schema.xsi.XSISimpleTypes.XSISimpleType#getInstance()
 
 - 
isAbstractpublic boolean isAbstract() TODO summary sentence for isAbstract ...- Specified by:
- isAbstractin interface- ComplexType
- See Also:
- ComplexType.isAbstract()
 
 - 
getAnyAttributeNameSpacepublic String getAnyAttributeNameSpace() TODO summary sentence for getAnyAttributeNameSpace ...- Specified by:
- getAnyAttributeNameSpacein interface- ComplexType
- See Also:
- ComplexType.getAnyAttributeNameSpace()
 
 - 
getAttributespublic Attribute[] getAttributes() TODO summary sentence for getAttributes ...- Specified by:
- getAttributesin interface- ComplexType
- See Also:
- ComplexType.getAttributes()
 
 - 
getBlockpublic int getBlock() TODO summary sentence for getBlock ...- Specified by:
- getBlockin interface- ComplexType
- See Also:
- ComplexType.getBlock()
 
 - 
getChildpublic ElementGrouping getChild() TODO summary sentence for getChild ...- Specified by:
- getChildin interface- ComplexType
- See Also:
- ComplexType.getChild()
 
 - 
getChildElementspublic Element[] getChildElements() TODO summary sentence for getChildElements ...- Specified by:
- getChildElementsin interface- ComplexType
- See Also:
- ComplexType.getChildElements()
 
 - 
isMixedpublic boolean isMixed() TODO summary sentence for isMixed ...- Specified by:
- isMixedin interface- ComplexType
- See Also:
- ComplexType.isMixed()
 
 - 
isDerivedpublic boolean isDerived() TODO summary sentence for isDerived ...- Specified by:
- isDerivedin interface- ComplexType
- See Also:
- ComplexType.isDerived()
 
 - 
cachepublic boolean cache(Element element, Map<String,Object> hints) TODO summary sentence for cache ...- Specified by:
- cachein interface- ComplexType
- Returns:
- True, except when streaming the element.
- See Also:
- ComplexType.cache(org.geotools.xml.schema.Element, java.util.Map)
 
 - 
getValuepublic Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String,Object> hints) throws OperationNotSupportedException TODO summary sentence for getValue ...- Specified by:
- getValuein interface- Type
- Returns:
- Object
- Throws:
- OperationNotSupportedException
- See Also:
- Type.getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)
 
 - 
getNamepublic String getName() TODO summary sentence for getName ...- Specified by:
- getNamein interface- Type
- See Also:
- Type.getName()
 
 - 
getInstanceTypepublic Class getInstanceType() TODO summary sentence for getInstanceType ...- Specified by:
- getInstanceTypein interface- Type
- See Also:
- Type.getInstanceType()
 
 
- 
 
-