Class ElectricalProjection
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for ElectricalProjection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricalProjection"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseProjection"> <sequence> <element name="electricalConnection" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnection" maxOccurs="unbounded" minOccurs="0"/> <element name="electricalConnectionInstance" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnectionInstance" maxOccurs="unbounded" minOccurs="0"/> <element name="electricalConnectionInstanceW" type="{http://www.neuroml.org/schema/neuroml2}ElectricalConnectionInstanceW" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ElectricalConnection>
protected List<ElectricalConnectionInstance>
protected List<ElectricalConnectionInstanceW>
Fields inherited from class org.neuroml.model.BaseProjection
postsynapticPopulation, presynapticPopulation
-
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 electricalConnection property.Gets the value of the electricalConnectionInstance property.Gets the value of the electricalConnectionInstanceW property.toString()
Methods inherited from class org.neuroml.model.BaseProjection
getPostsynapticPopulation, getPresynapticPopulation, setPostsynapticPopulation, setPresynapticPopulation
-
Field Details
-
electricalConnection
-
electricalConnectionInstance
-
electricalConnectionInstanceW
-
-
Constructor Details
-
ElectricalProjection
public ElectricalProjection()
-
-
Method Details
-
getElectricalConnection
Gets the value of the electricalConnection 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 electricalConnection property.For example, to add a new item, do as follows:
getElectricalConnection().add(newItem);
Objects of the following type(s) are allowed in the list
ElectricalConnection
-
getElectricalConnectionInstance
Gets the value of the electricalConnectionInstance 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 electricalConnectionInstance property.For example, to add a new item, do as follows:
getElectricalConnectionInstance().add(newItem);
Objects of the following type(s) are allowed in the list
ElectricalConnectionInstance
-
getElectricalConnectionInstanceW
Gets the value of the electricalConnectionInstanceW 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 electricalConnectionInstanceW property.For example, to add a new item, do as follows:
getElectricalConnectionInstanceW().add(newItem);
Objects of the following type(s) are allowed in the list
ElectricalConnectionInstanceW
-
toString
- Overrides:
toString
in classBaseProjection
-
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 classBaseProjection
-
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 classBaseProjection
-