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, getGroupingstatic final URI ALL
String getId()
int getMaxOccurs()
ElementGroupinggetMaxOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMaxOccurs()int getMinOccurs()
ElementGroupinggetMinOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMinOccurs()URI getNamespace()
Copyright © 1996–2019 Geotools. All rights reserved.