public interface Choice extends ElementGrouping
| Modifier and Type | Method and Description |
|---|---|
ElementGrouping[] |
getChildren()
This method returns a list of children which repreensts the options for the element which
this choice is representing in an XML Schema.
|
String |
getId()
The Schema ID for this choice 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, getGroupingString getId()
int getMaxOccurs()
ElementGroupinggetMaxOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMaxOccurs()int getMinOccurs()
ElementGroupinggetMinOccurs in interface ElementGroupingorg.geotools.xml.xsi.ElementGrouping#getMinOccurs()ElementGrouping[] getChildren()
Copyright © 1996–2019 Geotools. All rights reserved.