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 SummaryFields inherited from interface SimpleTypeALL, LIST, NONE, RESTRICTION, UNION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanTODO summary sentence for cache ...TODO summary sentence for getAnyAttributeNameSpace ...TODO summary sentence for getAttributes ...intgetBlock()TODO summary sentence for getBlock ...getChild()TODO summary sentence for getChild ...Element[]TODO summary sentence for getChildElements ...static SimpleTypeTODO 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 ...booleanTODO summary sentence for isAbstract ...booleanTODO 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, toAttributeMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComplexTypegetFinal, getId, getParentMethods inherited from interface TypecanEncode, encode, findChildElement, getNamespace
- 
Constructor Details- 
AnyTypepublic AnyType()
 
- 
- 
Method Details- 
getInstance- See Also:
- 
- schema.xsi.XSISimpleTypes.XSISimpleType#getInstance()
 
 
- 
isAbstractpublic boolean isAbstract()TODO summary sentence for isAbstract ...- Specified by:
- isAbstractin interface- ComplexType
- See Also:
 
- 
getAnyAttributeNameSpaceTODO summary sentence for getAnyAttributeNameSpace ...- Specified by:
- getAnyAttributeNameSpacein interface- ComplexType
- See Also:
 
- 
getAttributesTODO summary sentence for getAttributes ...- Specified by:
- getAttributesin interface- ComplexType
- See Also:
 
- 
getBlockpublic int getBlock()TODO summary sentence for getBlock ...- Specified by:
- getBlockin interface- ComplexType
- See Also:
 
- 
getChildTODO summary sentence for getChild ...- Specified by:
- getChildin interface- ComplexType
- See Also:
 
- 
getChildElementsTODO summary sentence for getChildElements ...- Specified by:
- getChildElementsin interface- ComplexType
- See Also:
 
- 
isMixedpublic boolean isMixed()TODO summary sentence for isMixed ...- Specified by:
- isMixedin interface- ComplexType
- See Also:
 
- 
isDerivedpublic boolean isDerived()TODO summary sentence for isDerived ...- Specified by:
- isDerivedin interface- ComplexType
- See Also:
 
- 
cacheTODO summary sentence for cache ...- Specified by:
- cachein interface- ComplexType
- Returns:
- True, except when streaming the element.
- See Also:
 
- 
getValuepublic Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for getValue ...- Specified by:
- getValuein interface- Type
- Returns:
- Object
- Throws:
- OperationNotSupportedException
- See Also:
 
- 
getNameTODO summary sentence for getName ...
- 
getInstanceTypeTODO summary sentence for getInstanceType ...- Specified by:
- getInstanceTypein interface- Type
- See Also:
 
 
-