public interface All extends ElementGrouping
Element
Modifier and Type | Method and Description |
---|---|
Element[] |
getElements()
The list of elements represented within this 'all' declaration.
|
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.
|
findChildElement, findChildElement, getGrouping
Element[] getElements()
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()
Copyright © 1996–2023 Geotools. All rights reserved.