edu.ogi.cse.xs.xsd
Interface XSAttribute
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- XercesXSAttributeImpl
- public interface XSAttribute
- extends java.io.Serializable
getName
public java.lang.String getName()
getParentElemPath
public SimplePath getParentElemPath()
getAnnotationAttributes
public java.util.List getAnnotationAttributes()
isListType
public boolean isListType()
isUnionType
public boolean isUnionType()
isOptional
public boolean isOptional()
isOutlined
public boolean isOutlined()
getTableName
public java.lang.String getTableName()
getFieldName
public java.lang.String getFieldName()
getSQLType
public int getSQLType()
getSQLTypeLen
public int getSQLTypeLen()
toString
public java.lang.String toString()
getDataType
public java.lang.String getDataType()