|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.bio.SpecCapacitance
public class SpecCapacitance
Capacitance per unit area of a group of sections
Java class for SpecCapacitance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecCapacitance">
<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 | |
|---|---|
SpecCapacitance()
|
|
| 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 |
|---|
protected java.util.List<UnnamedParameter> parameter
protected java.util.List<VariableParameter> variableParameter
| Constructor Detail |
|---|
public SpecCapacitance()
| Method Detail |
|---|
public java.util.List<UnnamedParameter> getParameter()
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
public java.util.List<VariableParameter> getVariableParameter()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||