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

java.lang.String getName()

getPath

SimplePath getPath()

getParentGroup

XSGroup getParentGroup()

getMinOcc

int getMinOcc()

getMaxOcc

int getMaxOcc()

getAccMinOcc

int getAccMinOcc()

getAccMaxOcc

int getAccMaxOcc()

getAnnotationAttributes

java.util.List getAnnotationAttributes()

isListType

boolean isListType()

isUnionType

boolean isUnionType()

isOutlined

boolean isOutlined()

getTableName

java.lang.String getTableName()

getFieldName

java.lang.String getFieldName()

getSQLType

int getSQLType()

getSQLTypeLen

int getSQLTypeLen()

isOptional

boolean isOptional()

isInChoiceGroup

boolean isInChoiceGroup()

otherFieldsInSameChoicGroup

java.util.List otherFieldsInSameChoicGroup()

toString

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

getDataType

java.lang.String getDataType()