neuroml
Class ObjectFactory

java.lang.Object
  extended by neuroml.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 neuroml 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: neuroml
 
Method Summary
 Level3Biophysics createLevel3Biophysics()
          Create an instance of Level3Biophysics
 Level3Cell createLevel3Cell()
          Create an instance of Level3Cell
 javax.xml.bind.JAXBElement<NeuroMLLevel3> createNeuroml(NeuroMLLevel3 value)
          Create an instance of JAXBElement<NeuroMLLevel3>}
 NeuroMLLevel3 createNeuroMLLevel3()
          Create an instance of NeuroMLLevel3
 NeuroMLLevel3.Cells createNeuroMLLevel3Cells()
          Create an instance of NeuroMLLevel3.Cells
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: neuroml

Method Detail

createNeuroMLLevel3

public NeuroMLLevel3 createNeuroMLLevel3()
Create an instance of NeuroMLLevel3


createNeuroMLLevel3Cells

public NeuroMLLevel3.Cells createNeuroMLLevel3Cells()
Create an instance of NeuroMLLevel3.Cells


createLevel3Biophysics

public Level3Biophysics createLevel3Biophysics()
Create an instance of Level3Biophysics


createLevel3Cell

public Level3Cell createLevel3Cell()
Create an instance of Level3Cell


createNeuroml

public javax.xml.bind.JAXBElement<NeuroMLLevel3> createNeuroml(NeuroMLLevel3 value)
Create an instance of JAXBElement<NeuroMLLevel3>}



NeuroML API (v1.4)