neuroml.meta
Class NeuronDBReference

java.lang.Object
  extended by neuroml.meta.NeuronDBReference

public class NeuronDBReference
extends java.lang.Object

A reference to an entity in NeuronDB Note: This element will most likely change when a new set of schema files is adopted for adding references, authors, citations, etc. See mailing lists for latest status

Java class for NeuronDBReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NeuronDBReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="modelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String modelName
           
protected  java.lang.String uri
           
 
Constructor Summary
NeuronDBReference()
           
 
Method Summary
 java.lang.String getModelName()
          Gets the value of the modelName property.
 java.lang.String getUri()
          Gets the value of the uri property.
 void setModelName(java.lang.String value)
          Sets the value of the modelName property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelName

protected java.lang.String modelName

uri

protected java.lang.String uri
Constructor Detail

NeuronDBReference

public NeuronDBReference()
Method Detail

getModelName

public java.lang.String getModelName()
Gets the value of the modelName property.

Returns:
possible object is String

setModelName

public void setModelName(java.lang.String value)
Sets the value of the modelName property.

Parameters:
value - allowed object is String

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)