uk.ac.ebi.adfconverter.tools.checker.data.impl
Class DataTypeImpl

java.lang.Object
  extended byuk.ac.ebi.adfconverter.tools.checker.data.impl.DataTypeImpl
All Implemented Interfaces:
DataType, UnmarshallableObject, ValidatableObject, XMLSerializable

public class DataTypeImpl
extends java.lang.Object
implements DataType, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
static class DataTypeImpl.TablesTypeImpl
           
 class DataTypeImpl.Unmarshaller
           
 
Nested classes inherited from class uk.ac.ebi.adfconverter.tools.checker.data.DataType
DataType.TablesType
 
Field Summary
static java.lang.Class version
           
 
Constructor Summary
DataTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 java.lang.String getDataFormat()
          Gets the value of the dataFormat property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 java.lang.String getTableDelimiter()
          Gets the value of the tableDelimiter property.
 DataType.TablesType getTables()
          set of data tables (at least one)
 void serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 void setDataFormat(java.lang.String value)
          Sets the value of the dataFormat property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTableDelimiter(java.lang.String value)
          Sets the value of the tableDelimiter property.
 void setTables(DataType.TablesType value)
          set of data tables (at least one)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static final java.lang.Class version
Constructor Detail

DataTypeImpl

public DataTypeImpl()
Method Detail

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

getDataFormat

public java.lang.String getDataFormat()
Description copied from interface: DataType
Gets the value of the dataFormat property.

Specified by:
getDataFormat in interface DataType
Returns:
possible object is String

getName

public java.lang.String getName()
Description copied from interface: DataType
Gets the value of the name property.

Specified by:
getName in interface DataType
Returns:
possible object is String

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

getTableDelimiter

public java.lang.String getTableDelimiter()
Description copied from interface: DataType
Gets the value of the tableDelimiter property.

Specified by:
getTableDelimiter in interface DataType
Returns:
possible object is String

getTables

public DataType.TablesType getTables()
Description copied from interface: DataType
set of data tables (at least one)

Specified by:
getTables in interface DataType
Returns:
possible object is DataType.TablesType

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

setDataFormat

public void setDataFormat(java.lang.String value)
Description copied from interface: DataType
Sets the value of the dataFormat property.

Specified by:
setDataFormat in interface DataType
Parameters:
value - allowed object is String

setName

public void setName(java.lang.String value)
Description copied from interface: DataType
Sets the value of the name property.

Specified by:
setName in interface DataType
Parameters:
value - allowed object is String

setTableDelimiter

public void setTableDelimiter(java.lang.String value)
Description copied from interface: DataType
Sets the value of the tableDelimiter property.

Specified by:
setTableDelimiter in interface DataType
Parameters:
value - allowed object is String

setTables

public void setTables(DataType.TablesType value)
Description copied from interface: DataType
set of data tables (at least one)

Specified by:
setTables in interface DataType
Parameters:
value - allowed object is DataType.TablesType


European Bioinformatics InstituteMicroarray Informatics Team