|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.morph.Spine
public class Spine
A spine with location, shape, and direction.
Java class for Spine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Spine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="proximal" type="{http://morphml.org/metadata/schema}Point"/>
<element name="distal" type="{http://morphml.org/metadata/schema}Point" minOccurs="0"/>
</sequence>
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="shape" type="{http://morphml.org/morphml/schema}SpineShape" />
<attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Point |
distal
|
protected java.lang.Double |
length
|
protected java.math.BigInteger |
parent
|
protected Point |
proximal
|
protected SpineShape |
shape
|
protected java.lang.Double |
volume
|
| Constructor Summary | |
|---|---|
Spine()
|
|
| Method Summary | |
|---|---|
Point |
getDistal()
Gets the value of the distal property. |
java.lang.Double |
getLength()
Gets the value of the length property. |
java.math.BigInteger |
getParent()
Gets the value of the parent property. |
Point |
getProximal()
Gets the value of the proximal property. |
SpineShape |
getShape()
Gets the value of the shape property. |
java.lang.Double |
getVolume()
Gets the value of the volume property. |
void |
setDistal(Point value)
Sets the value of the distal property. |
void |
setLength(java.lang.Double value)
Sets the value of the length property. |
void |
setParent(java.math.BigInteger value)
Sets the value of the parent property. |
void |
setProximal(Point value)
Sets the value of the proximal property. |
void |
setShape(SpineShape value)
Sets the value of the shape property. |
void |
setVolume(java.lang.Double value)
Sets the value of the volume 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 java.lang.Double length
protected java.math.BigInteger parent
protected SpineShape shape
protected java.lang.Double volume
| Constructor Detail |
|---|
public Spine()
| 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 java.lang.Double getLength()
Doublepublic void setLength(java.lang.Double value)
value - allowed object is
Doublepublic java.math.BigInteger getParent()
BigIntegerpublic void setParent(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic SpineShape getShape()
SpineShapepublic void setShape(SpineShape value)
value - allowed object is
SpineShapepublic java.lang.Double getVolume()
Doublepublic void setVolume(java.lang.Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||