Package org.neuroml.model
Class InhomogeneousParameter
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.InhomogeneousParameter
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
An inhomogeneous parameter specified across the **segmentGroup** ( see **variableParameter** for usage ).
Java class for InhomogeneousParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InhomogeneousParameter"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="proximal" type="{http://www.neuroml.org/schema/neuroml2}ProximalDetails" minOccurs="0"/> <element name="distal" type="{http://www.neuroml.org/schema/neuroml2}DistalDetails" minOccurs="0"/> </sequence> <attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="metric" use="required" type="{http://www.neuroml.org/schema/neuroml2}Metric" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DistalDetails
protected Metric
protected ProximalDetails
protected String
-
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 distal property.Gets the value of the metric property.Gets the value of the proximal property.Gets the value of the variable property.void
setDistal
(DistalDetails value) Sets the value of the distal property.void
Sets the value of the metric property.void
setProximal
(ProximalDetails value) Sets the value of the proximal property.void
setVariable
(String value) Sets the value of the variable property.toString()
-
Field Details
-
proximal
-
distal
-
variable
-
metric
-
-
Constructor Details
-
InhomogeneousParameter
public InhomogeneousParameter()
-
-
Method Details
-
getProximal
Gets the value of the proximal property.- Returns:
- possible object is
ProximalDetails
-
setProximal
Sets the value of the proximal property.- Parameters:
value
- allowed object isProximalDetails
-
getDistal
Gets the value of the distal property.- Returns:
- possible object is
DistalDetails
-
setDistal
Sets the value of the distal property.- Parameters:
value
- allowed object isDistalDetails
-
getVariable
Gets the value of the variable property.- Returns:
- possible object is
String
-
setVariable
Sets the value of the variable property.- Parameters:
value
- allowed object isString
-
getMetric
Gets the value of the metric property.- Returns:
- possible object is
Metric
-
setMetric
Sets the value of the metric property.- Parameters:
value
- allowed object isMetric
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-