|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.network.PopulationLocation
public class PopulationLocation
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 |
|---|
protected java.lang.String notes
protected Properties properties
protected Annotation annotation
protected java.util.List<java.lang.String> group
protected RandomArrangement randomArrangement
protected GridArrangement gridArrangement
protected java.lang.String reference
| Constructor Detail |
|---|
public PopulationLocation()
| Method Detail |
|---|
public java.lang.String getNotes()
Stringpublic void setNotes(java.lang.String value)
value - allowed object is
Stringpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic java.util.List<java.lang.String> getGroup()
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
public RandomArrangement getRandomArrangement()
RandomArrangementpublic void setRandomArrangement(RandomArrangement value)
value - allowed object is
RandomArrangementpublic GridArrangement getGridArrangement()
GridArrangementpublic void setGridArrangement(GridArrangement value)
value - allowed object is
GridArrangementpublic java.lang.String getReference()
Stringpublic void setReference(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 | |||||||||