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, getGrouping
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()
ElementGrouping[] getChildren()
Copyright © 1996–2019 Geotools. All rights reserved.