edu.ogi.cse.xs.xsd
Interface XSSimpleElement

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

public interface XSSimpleElement
extends java.io.Serializable


Method Summary
 int getAccMaxOcc()
           
 int getAccMinOcc()
           
 java.util.List getAnnotationAttributes()
           
 java.lang.String getDataType()
           
 java.lang.String getFieldName()
           
 int getMaxOcc()
           
 int getMinOcc()
           
 java.lang.String getName()
           
 XSGroup getParentGroup()
           
 SimplePath getPath()
           
 int getSQLType()
           
 int getSQLTypeLen()
           
 java.lang.String getTableName()
           
 boolean isInChoiceGroup()
           
 boolean isListType()
           
 boolean isOptional()
           
 boolean isOutlined()
           
 boolean isUnionType()
           
 java.util.List otherFieldsInSameChoicGroup()
           
 java.lang.String toString()
           
 

Method Detail

getName

public java.lang.String getName()

getPath

public SimplePath getPath()

getParentGroup

public XSGroup getParentGroup()

getMinOcc

public int getMinOcc()

getMaxOcc

public int getMaxOcc()

getAccMinOcc

public int getAccMinOcc()

getAccMaxOcc

public int getAccMaxOcc()

getAnnotationAttributes

public java.util.List getAnnotationAttributes()

isListType

public boolean isListType()

isUnionType

public boolean isUnionType()

isOutlined

public boolean isOutlined()

getTableName

public java.lang.String getTableName()

getFieldName

public java.lang.String getFieldName()

getSQLType

public int getSQLType()

getSQLTypeLen

public int getSQLTypeLen()

isOptional

public boolean isOptional()

isInChoiceGroup

public boolean isInChoiceGroup()

otherFieldsInSameChoicGroup

public java.util.List otherFieldsInSameChoicGroup()

toString

public java.lang.String toString()

getDataType

public java.lang.String getDataType()