Package org.geotools.xml.schema
Interface Any
- 
- All Superinterfaces:
- ElementGrouping
 - All Known Implementing Classes:
- AnyGT
 
 public interface Any extends ElementGrouping Instances of this interface are intended to represent the 'any' construct in an XML Schema.- Author:
- dzwiers www.refractions.net
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the element declaration's id for this schema element.intgetMaxOccurs()returns the max number of allowable occurences within the xml schema for this construct.intgetMinOccurs()returns the min number of allowable occurences within the xml schema for this construct.URIgetNamespace()Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.- 
Methods inherited from interface ElementGroupingfindChildElement, findChildElement, getGrouping
 
- 
 
- 
- 
- 
Field Detail- 
ALLstatic final URI ALL 
 
- 
 - 
Method Detail- 
getIdString getId() Returns the element declaration's id for this schema element.
 - 
getMaxOccursint getMaxOccurs() Description copied from interface:ElementGroupingreturns the max number of allowable occurences within the xml schema for this construct.- Specified by:
- getMaxOccursin interface- ElementGrouping
- See Also:
- org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
 
 - 
getMinOccursint getMinOccurs() Description copied from interface:ElementGroupingreturns the min number of allowable occurences within the xml schema for this construct.- Specified by:
- getMinOccursin interface- ElementGrouping
- See Also:
- org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
 
 - 
getNamespaceURI getNamespace() Returns the namespace attribute of the 'any' contruct that an instance of this interface is representing within an XML Schema.
 
- 
 
-