|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.parser.schema.XSDNode
oracle.xml.parser.schema.XSDGroup
This class represents Schema model groups: group, all, sequence and choice
Field Summary |
Method Summary | |
int |
getMaxOccurs() Get the maxOccurs maximum occurrence for this content particle. |
int |
getMinOccurs() Get the minOccurs min occurrence for this content particle. |
java.util.Vector |
getNodeVector() Get the particles of the group stored in nodeVector |
int |
getOrder() Get the composite type - ALL, SEQUENCE, CHOICE |
java.lang.String |
getRefLocalname() Get the refernce local name of the node |
boolean |
isEmptiable() |
void |
setMaxOccurs(int maxOccurs) Set the maxOccurs maximum occurrence for this content particle. |
void |
setMinOccurs(int minOccurs) Set the minOccurs min occurrence for this content particle. |
Methods inherited from class oracle.xml.parser.schema.XSDNode |
getName, getNodeType, getOwnerSchema, getTargetNS, isNodeType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getRefLocalname()
getRefLocalname
in class XSDNode
public java.util.Vector getNodeVector()
public int getMinOccurs()
getMinOccurs
in interface XSDParticleNode
public int getMaxOccurs()
getMaxOccurs
in interface XSDParticleNode
public void setMinOccurs(int minOccurs)
setMinOccurs
in interface XSDParticleNode
public void setMaxOccurs(int maxOccurs)
setMaxOccurs
in interface XSDParticleNode
public int getOrder()
public boolean isEmptiable()
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |