edu.ogi.cse.xs.xsd
Interface XSGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
XercesXSGroupImpl

public interface XSGroup
extends java.io.Serializable


Method Summary
 java.util.List complexElements()
           
 java.util.List getAnnotationAttributes()
           
 java.lang.String getContent()
           
 SimplePath getElemPath()
           
 int getMaxOcc()
           
 int getMinOcc()
           
 java.lang.String getName()
           
 java.lang.String getRefGroupName()
           
 java.lang.String getTableName()
           
 java.util.List groups()
           
 java.util.List inlineSimpleElements()
           
 boolean isAllGroup()
           
 boolean isChoiceGroup()
           
 boolean isOutlined()
           
 boolean isRefGroup()
           
 boolean isSequenceGroup()
           
 java.util.List outlineSimpleElements()
           
 java.util.List simpleElements()
           
 java.lang.String toString()
           
 

Method Detail

getName

java.lang.String getName()

getElemPath

SimplePath getElemPath()

isRefGroup

boolean isRefGroup()

getRefGroupName

java.lang.String getRefGroupName()

isChoiceGroup

boolean isChoiceGroup()

isSequenceGroup

boolean isSequenceGroup()

isAllGroup

boolean isAllGroup()

getMinOcc

int getMinOcc()

getMaxOcc

int getMaxOcc()

getAnnotationAttributes

java.util.List getAnnotationAttributes()

groups

java.util.List groups()

complexElements

java.util.List complexElements()

simpleElements

java.util.List simpleElements()

inlineSimpleElements

java.util.List inlineSimpleElements()

outlineSimpleElements

java.util.List outlineSimpleElements()

isOutlined

boolean isOutlined()

getTableName

java.lang.String getTableName()

getContent

java.lang.String getContent()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object