neuroml.meta
Class Publication

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

public class Publication
extends java.lang.Object

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

fullTitle

protected java.lang.String fullTitle

pubmedRef

protected java.lang.String pubmedRef
Constructor Detail

Publication

public Publication()
Method Detail

getFullTitle

public java.lang.String getFullTitle()
Gets the value of the fullTitle property.

Returns:
possible object is String

setFullTitle

public void setFullTitle(java.lang.String value)
Sets the value of the fullTitle property.

Parameters:
value - allowed object is String

getPubmedRef

public java.lang.String getPubmedRef()
Gets the value of the pubmedRef property.

Returns:
possible object is String

setPubmedRef

public void setPubmedRef(java.lang.String value)
Sets the value of the pubmedRef property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)