|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.meta.Publication
public class Publication
A reference to a publication 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 Publication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Publication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="fullTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pubmedRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
fullTitle
|
protected java.lang.String |
pubmedRef
|
| Constructor Summary | |
|---|---|
Publication()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFullTitle()
Gets the value of the fullTitle property. |
java.lang.String |
getPubmedRef()
Gets the value of the pubmedRef property. |
void |
setFullTitle(java.lang.String value)
Sets the value of the fullTitle property. |
void |
setPubmedRef(java.lang.String value)
Sets the value of the pubmedRef 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 fullTitle
protected java.lang.String pubmedRef
| Constructor Detail |
|---|
public Publication()
| Method Detail |
|---|
public java.lang.String getFullTitle()
Stringpublic void setFullTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPubmedRef()
Stringpublic void setPubmedRef(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 | |||||||||