neuroml.bio
Class ObjectFactory

java.lang.Object
  extended by neuroml.bio.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.bio 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.bio
 
Method Summary
 Biophysics createBiophysics()
          Create an instance of Biophysics
 javax.xml.bind.JAXBElement<Biophysics> createBiophysics(Biophysics value)
          Create an instance of JAXBElement<Biophysics>}
 InhomogeneousValue createInhomogeneousValue()
          Create an instance of InhomogeneousValue
 InitialMembPotential createInitialMembPotential()
          Create an instance of InitialMembPotential
 IonProperties createIonProperties()
          Create an instance of IonProperties
 Mechanism createMechanism()
          Create an instance of Mechanism
 NamedParameter createNamedParameter()
          Create an instance of NamedParameter
 SpecAxialResistance createSpecAxialResistance()
          Create an instance of SpecAxialResistance
 SpecCapacitance createSpecCapacitance()
          Create an instance of SpecCapacitance
 UnnamedParameter createUnnamedParameter()
          Create an instance of UnnamedParameter
 VariableNamedParameter createVariableNamedParameter()
          Create an instance of VariableNamedParameter
 VariableParameter createVariableParameter()
          Create an instance of VariableParameter
 
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.bio

Method Detail

createInitialMembPotential

public InitialMembPotential createInitialMembPotential()
Create an instance of InitialMembPotential


createVariableNamedParameter

public VariableNamedParameter createVariableNamedParameter()
Create an instance of VariableNamedParameter


createSpecAxialResistance

public SpecAxialResistance createSpecAxialResistance()
Create an instance of SpecAxialResistance


createMechanism

public Mechanism createMechanism()
Create an instance of Mechanism


createInhomogeneousValue

public InhomogeneousValue createInhomogeneousValue()
Create an instance of InhomogeneousValue


createSpecCapacitance

public SpecCapacitance createSpecCapacitance()
Create an instance of SpecCapacitance


createBiophysics

public Biophysics createBiophysics()
Create an instance of Biophysics


createUnnamedParameter

public UnnamedParameter createUnnamedParameter()
Create an instance of UnnamedParameter


createNamedParameter

public NamedParameter createNamedParameter()
Create an instance of NamedParameter


createIonProperties

public IonProperties createIonProperties()
Create an instance of IonProperties


createVariableParameter

public VariableParameter createVariableParameter()
Create an instance of VariableParameter


createBiophysics

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



NeuroML API (v1.4)