neuroml.morph
Class Path

java.lang.Object
  extended by neuroml.meta.Points
      extended by neuroml.morph.Path

public class Path
extends Points

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

id

protected java.math.BigInteger id

parent

protected java.math.BigInteger parent
Constructor Detail

Path

public Path()
Method Detail

getId

public java.math.BigInteger getId()
Gets the value of the id property.

Returns:
possible object is BigInteger

setId

public void setId(java.math.BigInteger value)
Sets the value of the id property.

Parameters:
value - allowed object is BigInteger

getParent

public java.math.BigInteger getParent()
Gets the value of the parent property.

Returns:
possible object is BigInteger

setParent

public void setParent(java.math.BigInteger value)
Sets the value of the parent property.

Parameters:
value - allowed object is BigInteger


NeuroML API (v1.4)