|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.morph.Segment
public class Segment
Defines the smallest unit within a possibly branching structure, such as a dendrite or axon. The parent attribute is used to define connectivity. A segment would be mapped to a compartment in a compartmental modelling application such as GENESIS
Java class for Segment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Segment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="proximal" type="{http://morphml.org/metadata/schema}Point" minOccurs="0"/>
<element name="distal" type="{http://morphml.org/metadata/schema}Point"/>
<element name="properties" type="{http://morphml.org/metadata/schema}Properties" minOccurs="0"/>
</sequence>
<attribute name="cable" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
cable
|
protected Point |
distal
|
protected java.math.BigInteger |
id
|
protected java.lang.String |
name
|
protected java.math.BigInteger |
parent
|
protected Properties |
properties
|
protected Point |
proximal
|
| Constructor Summary | |
|---|---|
Segment()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getCable()
Gets the value of the cable property. |
Point |
getDistal()
Gets the value of the distal property. |
java.math.BigInteger |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.math.BigInteger |
getParent()
Gets the value of the parent property. |
Properties |
getProperties()
Gets the value of the properties property. |
Point |
getProximal()
Gets the value of the proximal property. |
void |
setCable(java.math.BigInteger value)
Sets the value of the cable property. |
void |
setDistal(Point value)
Sets the value of the distal property. |
void |
setId(java.math.BigInteger value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParent(java.math.BigInteger value)
Sets the value of the parent property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setProximal(Point value)
Sets the value of the proximal property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Point proximal
protected Point distal
protected Properties properties
protected java.math.BigInteger cable
protected java.math.BigInteger id
protected java.lang.String name
protected java.math.BigInteger parent
| Constructor Detail |
|---|
public Segment()
| Method Detail |
|---|
public Point getProximal()
Pointpublic void setProximal(Point value)
value - allowed object is
Pointpublic Point getDistal()
Pointpublic void setDistal(Point value)
value - allowed object is
Pointpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic java.math.BigInteger getCable()
BigIntegerpublic void setCable(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getId()
BigIntegerpublic void setId(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getParent()
BigIntegerpublic void setParent(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||