com.metsci.glimpse.dspl.schema
Class ObjectFactory

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.metsci.glimpse.support.dspl.schema 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.metsci.glimpse.support.dspl.schema
 
Method Summary
 Attribute createAttribute()
          Create an instance of Attribute
 Attribute.ConceptValue createAttributeConceptValue()
          Create an instance of Attribute.ConceptValue
 Attribute.Type createAttributeType()
          Create an instance of Attribute.Type
 Concept createConcept()
          Create an instance of Concept
 Concept.Data createConceptData()
          Create an instance of Concept.Data
 ConceptInfo createConceptInfo()
          Create an instance of ConceptInfo
 ConceptInfo.Synonym createConceptInfoSynonym()
          Create an instance of ConceptInfo.Synonym
 ConceptProperty createConceptProperty()
          Create an instance of ConceptProperty
 ConceptProperty.Type createConceptPropertyType()
          Create an instance of ConceptProperty.Type
 ConceptTableMapping createConceptTableMapping()
          Create an instance of ConceptTableMapping
 ConceptTableMapping.MapConcept createConceptTableMappingMapConcept()
          Create an instance of ConceptTableMapping.MapConcept
 ConceptTableMapping.MapProperty createConceptTableMappingMapProperty()
          Create an instance of ConceptTableMapping.MapProperty
 Concept.Topic createConceptTopic()
          Create an instance of Concept.Topic
 Concept.Type createConceptType()
          Create an instance of Concept.Type
 Data createData()
          Create an instance of Data
 Data.File createDataFile()
          Create an instance of Data.File
 DataSet createDataSet()
          Create an instance of DataSet
 DataSet.Concepts createDataSetConcepts()
          Create an instance of DataSet.Concepts
 DataSet.Import createDataSetImport()
          Create an instance of DataSet.Import
 DataSet.Slices createDataSetSlices()
          Create an instance of DataSet.Slices
 DataSet.Tables createDataSetTables()
          Create an instance of DataSet.Tables
 DataSet.Topics createDataSetTopics()
          Create an instance of DataSet.Topics
 Info createInfo()
          Create an instance of Info
 Slice createSlice()
          Create an instance of Slice
 SliceConceptRef createSliceConceptRef()
          Create an instance of SliceConceptRef
 Slice.Data createSliceData()
          Create an instance of Slice.Data
 SliceTableMapping createSliceTableMapping()
          Create an instance of SliceTableMapping
 SliceTableMapping.MapDimension createSliceTableMappingMapDimension()
          Create an instance of SliceTableMapping.MapDimension
 SliceTableMapping.MapMetric createSliceTableMappingMapMetric()
          Create an instance of SliceTableMapping.MapMetric
 Table createTable()
          Create an instance of Table
 Table.Column createTableColumn()
          Create an instance of Table.Column
 Topic createTopic()
          Create an instance of Topic
 Value createValue()
          Create an instance of Value
 Values createValues()
          Create an instance of Values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.metsci.glimpse.support.dspl.schema

Method Detail

createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createConceptProperty

public ConceptProperty createConceptProperty()
Create an instance of ConceptProperty


createData

public Data createData()
Create an instance of Data


createSlice

public Slice createSlice()
Create an instance of Slice


createTable

public Table createTable()
Create an instance of Table


createConcept

public Concept createConcept()
Create an instance of Concept


createSliceTableMapping

public SliceTableMapping createSliceTableMapping()
Create an instance of SliceTableMapping


createConceptTableMapping

public ConceptTableMapping createConceptTableMapping()
Create an instance of ConceptTableMapping


createConceptInfo

public ConceptInfo createConceptInfo()
Create an instance of ConceptInfo


createDataSet

public DataSet createDataSet()
Create an instance of DataSet


createValues

public Values createValues()
Create an instance of Values


createSliceConceptRef

public SliceConceptRef createSliceConceptRef()
Create an instance of SliceConceptRef


createValue

public Value createValue()
Create an instance of Value


createTopic

public Topic createTopic()
Create an instance of Topic


createInfo

public Info createInfo()
Create an instance of Info


createAttributeType

public Attribute.Type createAttributeType()
Create an instance of Attribute.Type


createAttributeConceptValue

public Attribute.ConceptValue createAttributeConceptValue()
Create an instance of Attribute.ConceptValue


createConceptPropertyType

public ConceptProperty.Type createConceptPropertyType()
Create an instance of ConceptProperty.Type


createDataFile

public Data.File createDataFile()
Create an instance of Data.File


createSliceData

public Slice.Data createSliceData()
Create an instance of Slice.Data


createTableColumn

public Table.Column createTableColumn()
Create an instance of Table.Column


createConceptTopic

public Concept.Topic createConceptTopic()
Create an instance of Concept.Topic


createConceptType

public Concept.Type createConceptType()
Create an instance of Concept.Type


createConceptData

public Concept.Data createConceptData()
Create an instance of Concept.Data


createSliceTableMappingMapDimension

public SliceTableMapping.MapDimension createSliceTableMappingMapDimension()
Create an instance of SliceTableMapping.MapDimension


createSliceTableMappingMapMetric

public SliceTableMapping.MapMetric createSliceTableMappingMapMetric()
Create an instance of SliceTableMapping.MapMetric


createConceptTableMappingMapConcept

public ConceptTableMapping.MapConcept createConceptTableMappingMapConcept()
Create an instance of ConceptTableMapping.MapConcept


createConceptTableMappingMapProperty

public ConceptTableMapping.MapProperty createConceptTableMappingMapProperty()
Create an instance of ConceptTableMapping.MapProperty


createConceptInfoSynonym

public ConceptInfo.Synonym createConceptInfoSynonym()
Create an instance of ConceptInfo.Synonym


createDataSetImport

public DataSet.Import createDataSetImport()
Create an instance of DataSet.Import


createDataSetTopics

public DataSet.Topics createDataSetTopics()
Create an instance of DataSet.Topics


createDataSetConcepts

public DataSet.Concepts createDataSetConcepts()
Create an instance of DataSet.Concepts


createDataSetSlices

public DataSet.Slices createDataSetSlices()
Create an instance of DataSet.Slices


createDataSetTables

public DataSet.Tables createDataSetTables()
Create an instance of DataSet.Tables



Copyright © 2012 Metron, Inc.. All Rights Reserved.