| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.meta.Points
neuroml.morph.Path
public class Path
Possibly branching histological structures.
Java class for Path complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Path">
   <complexContent>
     <extension base="{http://morphml.org/metadata/schema}Points">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </extension>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  java.math.BigInteger | id | 
| protected  java.math.BigInteger | parent | 
| Fields inherited from class neuroml.meta.Points | 
|---|
| name, point | 
| Constructor Summary | |
|---|---|
| Path() | |
| Method Summary | |
|---|---|
|  java.math.BigInteger | getId()Gets the value of the id property. | 
|  java.math.BigInteger | getParent()Gets the value of the parent property. | 
|  void | setId(java.math.BigInteger value)Sets the value of the id property. | 
|  void | setParent(java.math.BigInteger value)Sets the value of the parent property. | 
| Methods inherited from class neuroml.meta.Points | 
|---|
| getName, getPoint, setName | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.math.BigInteger id
protected java.math.BigInteger parent
| Constructor Detail | 
|---|
public Path()
| Method Detail | 
|---|
public java.math.BigInteger getId()
BigIntegerpublic void setId(java.math.BigInteger value)
value - allowed object is
     BigIntegerpublic 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 | |||||||||