gov.virginia.dcjs.schemas
Interface ColumnMetaData

All Superinterfaces:
ColumnMetaDataType
All Known Implementing Classes:
ColumnMetaDataImpl

public interface ColumnMetaData
extends ColumnMetaDataType

Java content class for columnMetaData element declaration. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/jlorenti/recordset.xsd line 32) *

*

 * <element name="columnMetaData">
 *   <complexType>
 *     <complexContent>
 *       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
 *         <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
 *         <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       </restriction>
 *     </complexContent>
 *   </complexType>
 * </element>
 * 
*


Methods inherited from interface gov.virginia.dcjs.schemas.ColumnMetaDataType
getName, getSize, getType, setName, setSize, setType