public interface Sequence extends ElementGrouping
ElementGrouping| Modifier and Type | Method and Description |
|---|---|
ElementGrouping[] |
getChildren()
This method returns an ORDERED list of children.
|
String |
getId()
The Schema ID for this sequence definition.
|
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, getGroupingElementGrouping[] getChildren()
String getId()
int getMaxOccurs()
ElementGroupinggetMaxOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMaxOccurs()int getMinOccurs()
ElementGroupinggetMinOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMinOccurs()Copyright © 1996–2019 Geotools. All rights reserved.