Package org.neuroml.model
Class InhomogeneousValue
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.InhomogeneousValue
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class InhomogeneousValue
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies the **value** of an **inhomogeneousParameter.** For usage see **variableParameter**
Java class for InhomogeneousValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InhomogeneousValue">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
<attribute name="inhomogeneousParameter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 inhomogeneousParameter property.getValue()Gets the value of the value property.voidsetInhomogeneousParameter(String value) Sets the value of the inhomogeneousParameter property.voidSets the value of the value property.toString()
-
Field Details
-
inhomogeneousParameter
-
value
-
-
Constructor Details
-
InhomogeneousValue
public InhomogeneousValue()
-
-
Method Details
-
getInhomogeneousParameter
Gets the value of the inhomogeneousParameter property.- Returns:
- possible object is
String
-
setInhomogeneousParameter
Sets the value of the inhomogeneousParameter property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseWithoutId
-