|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.xml.parser.schema.XSDGroup
XSDGroup Represents XMLSchema <group>, <all>, <sequence> and <choice>
Method Summary | |
int |
getMaxOccurs() Get the maxOccurs |
int |
getMinOccurs() Get the minOccurs |
java.util.Vector |
getNodeVector() Get the particles of the group stored in nodeVector |
int |
getOrder() Get the composite type - ALL, SEQUENCE, CHOICE |
void |
setMaxOccurs(int max) Set maxOccurs |
void |
setMinOccurs(int min) Set the minOccurs |
Method Detail |
public java.util.Vector getNodeVector()
public int getMinOccurs()
public int getMaxOccurs()
public void setMinOccurs(int min)
minOccurs
-public void setMaxOccurs(int max)
maxOccurs
-public int getOrder()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.