neuroml.bio
Class SpecAxialResistance

java.lang.Object
  extended by neuroml.bio.SpecAxialResistance

public class SpecAxialResistance
extends java.lang.Object

Specific axial resistance of a group of sections

Java class for SpecAxialResistance complex type.

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

 <complexType name="SpecAxialResistance">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://morphml.org/biophysics/schema}UnnamedParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="variableParameter" type="{http://morphml.org/biophysics/schema}VariableParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<UnnamedParameter> parameter
           
protected  java.util.List<VariableParameter> variableParameter
           
 
Constructor Summary
SpecAxialResistance()
           
 
Method Summary
 java.util.List<UnnamedParameter> getParameter()
          Gets the value of the parameter property.
 java.util.List<VariableParameter> getVariableParameter()
          Gets the value of the variableParameter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected java.util.List<UnnamedParameter> parameter

variableParameter

protected java.util.List<VariableParameter> variableParameter
Constructor Detail

SpecAxialResistance

public SpecAxialResistance()
Method Detail

getParameter

public java.util.List<UnnamedParameter> getParameter()
Gets the value of the parameter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list UnnamedParameter


getVariableParameter

public java.util.List<VariableParameter> getVariableParameter()
Gets the value of the variableParameter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableParameter property.

For example, to add a new item, do as follows:

    getVariableParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list VariableParameter



NeuroML API (v1.4)