neuroml.network
Class SynapticLocation

java.lang.Object
  extended by neuroml.network.SynapticLocation

public class SynapticLocation
extends java.lang.Object

Java class for SynapticLocation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SynapticLocation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="cell_id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="fraction_along" type="{http://morphml.org/metadata/schema}ZeroToOne" />
       <attribute name="segment_id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger cellId
           
protected  java.lang.Double fractionAlong
           
protected  java.math.BigInteger segmentId
           
 
Constructor Summary
SynapticLocation()
           
 
Method Summary
 java.math.BigInteger getCellId()
          Gets the value of the cellId property.
 java.lang.Double getFractionAlong()
          Gets the value of the fractionAlong property.
 java.math.BigInteger getSegmentId()
          Gets the value of the segmentId property.
 void setCellId(java.math.BigInteger value)
          Sets the value of the cellId property.
 void setFractionAlong(java.lang.Double value)
          Sets the value of the fractionAlong property.
 void setSegmentId(java.math.BigInteger value)
          Sets the value of the segmentId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cellId

protected java.math.BigInteger cellId

fractionAlong

protected java.lang.Double fractionAlong

segmentId

protected java.math.BigInteger segmentId
Constructor Detail

SynapticLocation

public SynapticLocation()
Method Detail

getCellId

public java.math.BigInteger getCellId()
Gets the value of the cellId property.

Returns:
possible object is BigInteger

setCellId

public void setCellId(java.math.BigInteger value)
Sets the value of the cellId property.

Parameters:
value - allowed object is BigInteger

getFractionAlong

public java.lang.Double getFractionAlong()
Gets the value of the fractionAlong property.

Returns:
possible object is Double

setFractionAlong

public void setFractionAlong(java.lang.Double value)
Sets the value of the fractionAlong property.

Parameters:
value - allowed object is Double

getSegmentId

public java.math.BigInteger getSegmentId()
Gets the value of the segmentId property.

Returns:
possible object is BigInteger

setSegmentId

public void setSegmentId(java.math.BigInteger value)
Sets the value of the segmentId property.

Parameters:
value - allowed object is BigInteger


NeuroML API (v1.4)