neuroml.morph
Class ObjectFactory

java.lang.Object
  extended by neuroml.morph.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.morph 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.morph
 
Method Summary
 Cable createCable()
          Create an instance of Cable
 CableGroup createCableGroup()
          Create an instance of CableGroup
 CableGroup.Cable createCableGroupCable()
          Create an instance of CableGroup.Cable
 Cell createCell()
          Create an instance of Cell
 Cell.Cables createCellCables()
          Create an instance of Cell.Cables
 Cell.CellBody createCellCellBody()
          Create an instance of Cell.CellBody
 Cells createCells()
          Create an instance of Cells
 Cell.Segments createCellSegments()
          Create an instance of Cell.Segments
 Cell.Spines createCellSpines()
          Create an instance of Cell.Spines
 Feature createFeature()
          Create an instance of Feature
 FreePoints createFreePoints()
          Create an instance of FreePoints
 InhomogeneousParam createInhomogeneousParam()
          Create an instance of InhomogeneousParam
 InhomogeneousParam.Distal createInhomogeneousParamDistal()
          Create an instance of InhomogeneousParam.Distal
 InhomogeneousParam.Proximal createInhomogeneousParamProximal()
          Create an instance of InhomogeneousParam.Proximal
 javax.xml.bind.JAXBElement<Morphology> createMorphml(Morphology value)
          Create an instance of JAXBElement<Morphology>}
 Morphology createMorphology()
          Create an instance of Morphology
 Morphology.Features createMorphologyFeatures()
          Create an instance of Morphology.Features
 Morphology.GroupDetails createMorphologyGroupDetails()
          Create an instance of Morphology.GroupDetails
 Morphology.PropertyDetails createMorphologyPropertyDetails()
          Create an instance of Morphology.PropertyDetails
 Path createPath()
          Create an instance of Path
 Segment createSegment()
          Create an instance of Segment
 Spine createSpine()
          Create an instance of Spine
 
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.morph

Method Detail

createMorphologyGroupDetails

public Morphology.GroupDetails createMorphologyGroupDetails()
Create an instance of Morphology.GroupDetails


createCellCellBody

public Cell.CellBody createCellCellBody()
Create an instance of Cell.CellBody


createCell

public Cell createCell()
Create an instance of Cell


createPath

public Path createPath()
Create an instance of Path


createMorphologyPropertyDetails

public Morphology.PropertyDetails createMorphologyPropertyDetails()
Create an instance of Morphology.PropertyDetails


createCellCables

public Cell.Cables createCellCables()
Create an instance of Cell.Cables


createFreePoints

public FreePoints createFreePoints()
Create an instance of FreePoints


createInhomogeneousParamProximal

public InhomogeneousParam.Proximal createInhomogeneousParamProximal()
Create an instance of InhomogeneousParam.Proximal


createCellSegments

public Cell.Segments createCellSegments()
Create an instance of Cell.Segments


createCableGroup

public CableGroup createCableGroup()
Create an instance of CableGroup


createCableGroupCable

public CableGroup.Cable createCableGroupCable()
Create an instance of CableGroup.Cable


createCells

public Cells createCells()
Create an instance of Cells


createSegment

public Segment createSegment()
Create an instance of Segment


createCable

public Cable createCable()
Create an instance of Cable


createFeature

public Feature createFeature()
Create an instance of Feature


createCellSpines

public Cell.Spines createCellSpines()
Create an instance of Cell.Spines


createMorphology

public Morphology createMorphology()
Create an instance of Morphology


createSpine

public Spine createSpine()
Create an instance of Spine


createMorphologyFeatures

public Morphology.Features createMorphologyFeatures()
Create an instance of Morphology.Features


createInhomogeneousParamDistal

public InhomogeneousParam.Distal createInhomogeneousParamDistal()
Create an instance of InhomogeneousParam.Distal


createInhomogeneousParam

public InhomogeneousParam createInhomogeneousParam()
Create an instance of InhomogeneousParam


createMorphml

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



NeuroML API (v1.4)