edu.ogi.cse.xs.xsd
Interface XSGroup
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- XercesXSGroupImpl
- public interface XSGroup
- extends java.io.Serializable
getName
public java.lang.String getName()
getElemPath
public SimplePath getElemPath()
isRefGroup
public boolean isRefGroup()
getRefGroupName
public java.lang.String getRefGroupName()
isChoiceGroup
public boolean isChoiceGroup()
isSequenceGroup
public boolean isSequenceGroup()
isAllGroup
public boolean isAllGroup()
getMinOcc
public int getMinOcc()
getMaxOcc
public int getMaxOcc()
getAnnotationAttributes
public java.util.List getAnnotationAttributes()
groups
public java.util.List groups()
complexElements
public java.util.List complexElements()
simpleElements
public java.util.List simpleElements()
inlineSimpleElements
public java.util.List inlineSimpleElements()
outlineSimpleElements
public java.util.List outlineSimpleElements()
isOutlined
public boolean isOutlined()
getTableName
public java.lang.String getTableName()
getContent
public java.lang.String getContent()
toString
public java.lang.String toString()