uk.ac.ebi.adfconverter.tools.checker.data
Class ObjectFactory

java.lang.Object
  extended byJAXBContext
      extended byuk.ac.ebi.adfconverter.tools.checker.data.impl.runtime.DefaultJAXBContextImpl
          extended byuk.ac.ebi.adfconverter.tools.checker.data.ObjectFactory

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the uk.ac.ebi.adfconverter.tools.checker.data package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

See Also:
Serialized Form

Field Summary
static GrammarInfo grammarInfo
           
static java.lang.Class version
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: uk.ac.ebi.adfconverter.tools.checker.data
 
Method Summary
 CardinalityType createCardinalityType()
          Create an instance of CardinalityType
 CheckRuleType createCheckRuleType()
          Create an instance of CheckRuleType
 ConstraintType createConstraintType()
          Create an instance of ConstraintType
 DataType createDataType()
          Create an instance of DataType
 DataType.TablesType createDataTypeTablesType()
          Create an instance of DataTypeTablesType
 DocumentStructure createDocumentStructure()
          Create an instance of DocumentStructure
 DocumentStructureType createDocumentStructureType()
          Create an instance of DocumentStructureType
 DocumentStructureType.FilesType createDocumentStructureTypeFilesType()
          Create an instance of DocumentStructureTypeFilesType
 FieldType createFieldType()
          Create an instance of FieldType
 FieldType.ConstraintsType createFieldTypeConstraintsType()
          Create an instance of FieldTypeConstraintsType
 Filer createFiler()
          Create an instance of Filer
 FileType createFileType()
          Create an instance of FileType
 FileType.DataSetType createFileTypeDataSetType()
          Create an instance of FileTypeDataSetType
 Header createHeader()
          Create an instance of Header
 HeaderType createHeaderType()
          Create an instance of HeaderType
 HeaderType.ItemsType createHeaderTypeItemsType()
          Create an instance of HeaderTypeItemsType
 ItemTemp createItemTemp()
          Create an instance of ItemTemp
 ItemType createItemType()
          Create an instance of ItemType
 ItemType.FieldDependenceType createItemTypeFieldDependenceType()
          Create an instance of ItemTypeFieldDependenceType
 ItemType.RelaxCheckRulesType createItemTypeRelaxCheckRulesType()
          Create an instance of ItemTypeRelaxCheckRulesType
 ItemType.SubNamesType createItemTypeSubNamesType()
          Create an instance of ItemTypeSubNamesType
 LocationType createLocationType()
          Create an instance of LocationType
 LocationType.PreviousColumnsType createLocationTypePreviousColumnsType()
          Create an instance of LocationTypePreviousColumnsType
 SubNameType createSubNameType()
          Create an instance of SubNameType
 SubNameType.ConstraintsType createSubNameTypeConstraintsType()
          Create an instance of SubNameTypeConstraintsType
 TableType createTableType()
          Create an instance of TableType
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: uk.ac.ebi.adfconverter.tools.checker.data

Method Detail

createCardinalityType

public CardinalityType createCardinalityType()
                                      throws javax.xml.bind.JAXBException
Create an instance of CardinalityType

Throws:
JAXBException - if an error occurs

createCheckRuleType

public CheckRuleType createCheckRuleType()
                                  throws javax.xml.bind.JAXBException
Create an instance of CheckRuleType

Throws:
JAXBException - if an error occurs

createConstraintType

public ConstraintType createConstraintType()
                                    throws javax.xml.bind.JAXBException
Create an instance of ConstraintType

Throws:
JAXBException - if an error occurs

createDataType

public DataType createDataType()
                        throws javax.xml.bind.JAXBException
Create an instance of DataType

Throws:
JAXBException - if an error occurs

createDataTypeTablesType

public DataType.TablesType createDataTypeTablesType()
                                             throws javax.xml.bind.JAXBException
Create an instance of DataTypeTablesType

Throws:
JAXBException - if an error occurs

createDocumentStructure

public DocumentStructure createDocumentStructure()
                                          throws javax.xml.bind.JAXBException
Create an instance of DocumentStructure

Throws:
JAXBException - if an error occurs

createDocumentStructureType

public DocumentStructureType createDocumentStructureType()
                                                  throws javax.xml.bind.JAXBException
Create an instance of DocumentStructureType

Throws:
JAXBException - if an error occurs

createDocumentStructureTypeFilesType

public DocumentStructureType.FilesType createDocumentStructureTypeFilesType()
                                                                     throws javax.xml.bind.JAXBException
Create an instance of DocumentStructureTypeFilesType

Throws:
JAXBException - if an error occurs

createFieldType

public FieldType createFieldType()
                          throws javax.xml.bind.JAXBException
Create an instance of FieldType

Throws:
JAXBException - if an error occurs

createFieldTypeConstraintsType

public FieldType.ConstraintsType createFieldTypeConstraintsType()
                                                         throws javax.xml.bind.JAXBException
Create an instance of FieldTypeConstraintsType

Throws:
JAXBException - if an error occurs

createFiler

public Filer createFiler()
                  throws javax.xml.bind.JAXBException
Create an instance of Filer

Throws:
JAXBException - if an error occurs

createFileType

public FileType createFileType()
                        throws javax.xml.bind.JAXBException
Create an instance of FileType

Throws:
JAXBException - if an error occurs

createFileTypeDataSetType

public FileType.DataSetType createFileTypeDataSetType()
                                               throws javax.xml.bind.JAXBException
Create an instance of FileTypeDataSetType

Throws:
JAXBException - if an error occurs

createHeader

public Header createHeader()
                    throws javax.xml.bind.JAXBException
Create an instance of Header

Throws:
JAXBException - if an error occurs

createHeaderType

public HeaderType createHeaderType()
                            throws javax.xml.bind.JAXBException
Create an instance of HeaderType

Throws:
JAXBException - if an error occurs

createHeaderTypeItemsType

public HeaderType.ItemsType createHeaderTypeItemsType()
                                               throws javax.xml.bind.JAXBException
Create an instance of HeaderTypeItemsType

Throws:
JAXBException - if an error occurs

createItemTemp

public ItemTemp createItemTemp()
                        throws javax.xml.bind.JAXBException
Create an instance of ItemTemp

Throws:
JAXBException - if an error occurs

createItemType

public ItemType createItemType()
                        throws javax.xml.bind.JAXBException
Create an instance of ItemType

Throws:
JAXBException - if an error occurs

createItemTypeFieldDependenceType

public ItemType.FieldDependenceType createItemTypeFieldDependenceType()
                                                               throws javax.xml.bind.JAXBException
Create an instance of ItemTypeFieldDependenceType

Throws:
JAXBException - if an error occurs

createItemTypeRelaxCheckRulesType

public ItemType.RelaxCheckRulesType createItemTypeRelaxCheckRulesType()
                                                               throws javax.xml.bind.JAXBException
Create an instance of ItemTypeRelaxCheckRulesType

Throws:
JAXBException - if an error occurs

createItemTypeSubNamesType

public ItemType.SubNamesType createItemTypeSubNamesType()
                                                 throws javax.xml.bind.JAXBException
Create an instance of ItemTypeSubNamesType

Throws:
JAXBException - if an error occurs

createLocationType

public LocationType createLocationType()
                                throws javax.xml.bind.JAXBException
Create an instance of LocationType

Throws:
JAXBException - if an error occurs

createLocationTypePreviousColumnsType

public LocationType.PreviousColumnsType createLocationTypePreviousColumnsType()
                                                                       throws javax.xml.bind.JAXBException
Create an instance of LocationTypePreviousColumnsType

Throws:
JAXBException - if an error occurs

createSubNameType

public SubNameType createSubNameType()
                              throws javax.xml.bind.JAXBException
Create an instance of SubNameType

Throws:
JAXBException - if an error occurs

createSubNameTypeConstraintsType

public SubNameType.ConstraintsType createSubNameTypeConstraintsType()
                                                             throws javax.xml.bind.JAXBException
Create an instance of SubNameTypeConstraintsType

Throws:
JAXBException - if an error occurs

createTableType

public TableType createTableType()
                          throws javax.xml.bind.JAXBException
Create an instance of TableType

Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value


European Bioinformatics InstituteMicroarray Informatics Team