public interface Any extends ElementGrouping
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the element declaration's id for this schema element.
|
int |
getMaxOccurs()
returns the max number of allowable occurences within the xml schema for this construct.
|
int |
getMinOccurs()
returns the min number of allowable occurences within the xml schema for this construct.
|
URI |
getNamespace()
Returns the namespace attribute of the 'any' contruct that an instance of this interface is
representing within an XML Schema.
|
findChildElement, findChildElement, getGrouping
static final URI ALL
String getId()
int getMaxOccurs()
ElementGrouping
getMaxOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
int getMinOccurs()
ElementGrouping
getMinOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
URI getNamespace()
Copyright © 1996–2019 Geotools. All rights reserved.