oracle.xml.parser.schema
Class XSDGroup

oracle.xml.parser.schema.XSDGroup

public class XSDGroup

XSDGroup Represents XMLSchema , , and


Method Summary
TypeMethod
 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

getNodeVector

public java.util.Vector getNodeVector()
Get the particles of the group stored in nodeVector
Returns:
nodeVector

getMinOccurs

public int getMinOccurs()
Get the minOccurs
Returns:
minOccurs

getMaxOccurs

public int getMaxOccurs()
Get the maxOccurs
Returns:
maxOccurs

setMinOccurs

public void setMinOccurs(int min)
Set the minOccurs
Parameters:
minOccurs -  

setMaxOccurs

public void setMaxOccurs(int max)
Set maxOccurs
Parameters:
maxOccurs -  

getOrder

public int getOrder()
Get the composite type - ALL, SEQUENCE, CHOICE
Returns:
order