neuroml.network
Class PopulationLocation

java.lang.Object
  extended by neuroml.network.PopulationLocation

public class PopulationLocation
extends java.lang.Object

Description of the 3D positioning of cells in the population, in place of giving explicit locations for each cell

Java class for PopulationLocation complex type.

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

 <complexType name="PopulationLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://morphml.org/metadata/schema}metadata"/>
         <choice>
           <element name="random_arrangement" type="{http://morphml.org/networkml/schema}RandomArrangement"/>
           <element name="grid_arrangement" type="{http://morphml.org/networkml/schema}GridArrangement"/>
         </choice>
       </sequence>
       <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Annotation annotation
           
protected  GridArrangement gridArrangement
           
protected  java.util.List<java.lang.String> group
           
protected  java.lang.String notes
           
protected  Properties properties
           
protected  RandomArrangement randomArrangement
           
protected  java.lang.String reference
           
 
Constructor Summary
PopulationLocation()
           
 
Method Summary
 Annotation getAnnotation()
          Gets the value of the annotation property.
 GridArrangement getGridArrangement()
          Gets the value of the gridArrangement property.
 java.util.List<java.lang.String> getGroup()
          Gets the value of the group property.
 java.lang.String getNotes()
          Gets the value of the notes property.
 Properties getProperties()
          Gets the value of the properties property.
 RandomArrangement getRandomArrangement()
          Gets the value of the randomArrangement property.
 java.lang.String getReference()
          Gets the value of the reference property.
 void setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void setGridArrangement(GridArrangement value)
          Sets the value of the gridArrangement property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setRandomArrangement(RandomArrangement value)
          Sets the value of the randomArrangement property.
 void setReference(java.lang.String value)
          Sets the value of the reference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notes

protected java.lang.String notes

properties

protected Properties properties

annotation

protected Annotation annotation

group

protected java.util.List<java.lang.String> group

randomArrangement

protected RandomArrangement randomArrangement

gridArrangement

protected GridArrangement gridArrangement

reference

protected java.lang.String reference
Constructor Detail

PopulationLocation

public PopulationLocation()
Method Detail

getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getAnnotation

public Annotation getAnnotation()
Gets the value of the annotation property.

Returns:
possible object is Annotation

setAnnotation

public void setAnnotation(Annotation value)
Sets the value of the annotation property.

Parameters:
value - allowed object is Annotation

getGroup

public java.util.List<java.lang.String> getGroup()
Gets the value of the group property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the group property.

For example, to add a new item, do as follows:

    getGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getRandomArrangement

public RandomArrangement getRandomArrangement()
Gets the value of the randomArrangement property.

Returns:
possible object is RandomArrangement

setRandomArrangement

public void setRandomArrangement(RandomArrangement value)
Sets the value of the randomArrangement property.

Parameters:
value - allowed object is RandomArrangement

getGridArrangement

public GridArrangement getGridArrangement()
Gets the value of the gridArrangement property.

Returns:
possible object is GridArrangement

setGridArrangement

public void setGridArrangement(GridArrangement value)
Sets the value of the gridArrangement property.

Parameters:
value - allowed object is GridArrangement

getReference

public java.lang.String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(java.lang.String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String


NeuroML API (v1.4)