Class IntracellularProperties
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
IntracellularProperties2CaPools
Java class for IntracellularProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntracellularProperties"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <sequence> <element name="species" type="{http://www.neuroml.org/schema/neuroml2}Species" maxOccurs="unbounded" minOccurs="0"/> <element name="resistivity" type="{http://www.neuroml.org/schema/neuroml2}Resistivity" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the resistivity property.Gets the value of the species property.toString()
-
Field Details
-
species
-
resistivity
-
-
Constructor Details
-
IntracellularProperties
public IntracellularProperties()
-
-
Method Details
-
getSpecies
Gets the value of the species 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 species property.For example, to add a new item, do as follows:
getSpecies().add(newItem);
Objects of the following type(s) are allowed in the list
Species
-
getResistivity
Gets the value of the resistivity 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 resistivity property.For example, to add a new item, do as follows:
getResistivity().add(newItem);
Objects of the following type(s) are allowed in the list
Resistivity
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseWithoutId
-