|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.meta.NeuronDBReference
public class NeuronDBReference
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 |
|---|
protected java.lang.String modelName
protected java.lang.String uri
| Constructor Detail |
|---|
public NeuronDBReference()
| Method Detail |
|---|
public java.lang.String getModelName()
Stringpublic void setModelName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||