|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is intended to represent a Sequence in an XML Schema. This shildren of this sequence are ElementGroupings which may involve Element declarations, Choices, Groups ... or even another Sequence. We recommend flattening child Sequences with the parent, creating a semantically equivalent sequence in it's place.
ElementGrouping
Field Summary |
Fields inherited from interface org.geotools.xml.schema.ElementGrouping |
ALL, ANY, CHOICE, ELEMENT, GROUP, SEQUENCE, UNBOUNDED |
Method Summary | |
ElementGrouping[] |
getChildren()
This method returns an ORDERED list of children. |
java.lang.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. |
Methods inherited from interface org.geotools.xml.schema.ElementGrouping |
findChildElement, getGrouping |
Method Detail |
public ElementGrouping[] getChildren()
This method returns an ORDERED list of children. The children in the list may be singular elements, sequences, choices, ... , or groups.
public java.lang.String getId()
The Schema ID for this sequence definition.
public int getMaxOccurs()
ElementGrouping
returns the max number of allowable occurences within the xml schema for this construct.
getMaxOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMaxOccurs()
public int getMinOccurs()
ElementGrouping
returns the min number of allowable occurences within the xml schema for this construct.
getMinOccurs
in interface ElementGrouping
org.geotools.xml.xsi.ElementGrouping#getMinOccurs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |