neuroml.meta
Class ObjectFactory

java.lang.Object
  extended by neuroml.meta.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.meta 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.meta
 
Method Summary
 Annotation createAnnotation()
          Create an instance of Annotation
 Authors createAuthors()
          Create an instance of Authors
 GroupDetail createGroupDetail()
          Create an instance of GroupDetail
 Manifold createManifold()
          Create an instance of Manifold
 NeuronDBReference createNeuronDBReference()
          Create an instance of NeuronDBReference
 Person createPerson()
          Create an instance of Person
 Point createPoint()
          Create an instance of Point
 Points createPoints()
          Create an instance of Points
 Polygon createPolygon()
          Create an instance of Polygon
 Polyhedron createPolyhedron()
          Create an instance of Polyhedron
 Polyhedron.Polygons createPolyhedronPolygons()
          Create an instance of Polyhedron.Polygons
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 PropertyDetail createPropertyDetail()
          Create an instance of PropertyDetail
 Publication createPublication()
          Create an instance of Publication
 RectangularBox createRectangularBox()
          Create an instance of RectangularBox
 RectangularBox.Size createRectangularBoxSize()
          Create an instance of RectangularBox.Size
 Sphere createSphere()
          Create an instance of Sphere
 
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.meta

Method Detail

createPoints

public Points createPoints()
Create an instance of Points


createPolyhedronPolygons

public Polyhedron.Polygons createPolyhedronPolygons()
Create an instance of Polyhedron.Polygons


createNeuronDBReference

public NeuronDBReference createNeuronDBReference()
Create an instance of NeuronDBReference


createPerson

public Person createPerson()
Create an instance of Person


createAuthors

public Authors createAuthors()
Create an instance of Authors


createRectangularBoxSize

public RectangularBox.Size createRectangularBoxSize()
Create an instance of RectangularBox.Size


createProperty

public Property createProperty()
Create an instance of Property


createProperties

public Properties createProperties()
Create an instance of Properties


createPublication

public Publication createPublication()
Create an instance of Publication


createAnnotation

public Annotation createAnnotation()
Create an instance of Annotation


createPoint

public Point createPoint()
Create an instance of Point


createGroupDetail

public GroupDetail createGroupDetail()
Create an instance of GroupDetail


createPolyhedron

public Polyhedron createPolyhedron()
Create an instance of Polyhedron


createPolygon

public Polygon createPolygon()
Create an instance of Polygon


createPropertyDetail

public PropertyDetail createPropertyDetail()
Create an instance of PropertyDetail


createSphere

public Sphere createSphere()
Create an instance of Sphere


createRectangularBox

public RectangularBox createRectangularBox()
Create an instance of RectangularBox


createManifold

public Manifold createManifold()
Create an instance of Manifold



NeuroML API (v1.4)