Package org.neuroml1.model.meta
Class ObjectFactory
java.lang.Object
org.neuroml1.model.meta.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.neuroml1.model.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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.meta -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAnnotation
Create an instance ofAuthors
Create an instance ofGroupDetail
Create an instance ofManifold
Create an instance ofModelDBReference
Create an instance ofNeuroMorphoRef
Create an instance ofNeuronDBReference
Create an instance ofNonSpatialGrid
Create an instance ofPerson
Create an instance ofPoint
Create an instance ofPoint3D
Create an instance ofPoints
Create an instance ofPolygon
Create an instance ofPolyhedron
Create an instance ofPolyhedron.Polygons
Create an instance ofProperties
Create an instance ofProperty
Create an instance ofPropertyDetail
Create an instance ofPublication
Create an instance ofRectangularBox
Create an instance ofRectangularBox.Size
Create an instance ofSphere
Create an instance ofStatus
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.meta
-
-
Method Details
-
createPolyhedron
Create an instance ofPolyhedron
-
createRectangularBox
Create an instance ofRectangularBox
-
createPoint
Create an instance ofPoint
-
createPoint3D
Create an instance ofPoint3D
-
createPoints
Create an instance ofPoints
-
createSphere
Create an instance ofSphere
-
createNonSpatialGrid
Create an instance ofNonSpatialGrid
-
createManifold
Create an instance ofManifold
-
createPolygon
Create an instance ofPolygon
-
createAnnotation
Create an instance ofAnnotation
-
createProperty
Create an instance ofProperty
-
createProperties
Create an instance ofProperties
-
createPropertyDetail
Create an instance ofPropertyDetail
-
createGroupDetail
Create an instance ofGroupDetail
-
createNeuroMorphoRef
Create an instance ofNeuroMorphoRef
-
createNeuronDBReference
Create an instance ofNeuronDBReference
-
createModelDBReference
Create an instance ofModelDBReference
-
createPublication
Create an instance ofPublication
-
createAuthors
Create an instance ofAuthors
-
createPerson
Create an instance ofPerson
-
createStatus
Create an instance ofStatus
-
createPolyhedronPolygons
Create an instance ofPolyhedron.Polygons
-
createRectangularBoxSize
Create an instance ofRectangularBox.Size
-