neuroml.meta
Class Person

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

public class Person
extends java.lang.Object

A generic reference to a person, for authorship, etc

Java class for Person complex type.

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

 <complexType name="Person">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="institution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String email
           
protected  java.lang.String institution
           
protected  java.lang.String name
           
 
Constructor Summary
Person()
           
 
Method Summary
 java.lang.String getEmail()
          Gets the value of the email property.
 java.lang.String getInstitution()
          Gets the value of the institution property.
 java.lang.String getName()
          Gets the value of the name property.
 void setEmail(java.lang.String value)
          Sets the value of the email property.
 void setInstitution(java.lang.String value)
          Sets the value of the institution property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

institution

protected java.lang.String institution

email

protected java.lang.String email
Constructor Detail

Person

public Person()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getInstitution

public java.lang.String getInstitution()
Gets the value of the institution property.

Returns:
possible object is String

setInstitution

public void setInstitution(java.lang.String value)
Sets the value of the institution property.

Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)