edu.ogi.cse.xs.xsd
Interface XSSimpleElement
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- XercesXSSimpleElementImpl
- public interface XSSimpleElement
- extends java.io.Serializable
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()