Package org.neuroml.model
Class ExplicitInput
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.ExplicitInput
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
An explicit input ( anything which extends **basePointCurrent** ) to a target cell in a population
Java class for ExplicitInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExplicitInput"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="target" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2PopulationReferencePath" /> <attribute name="input" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="destination" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> </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 destination property.getInput()
Gets the value of the input property.Gets the value of the target property.void
setDestination
(String value) Sets the value of the destination property.void
Sets the value of the input property.void
Sets the value of the target property.toString()
-
Field Details
-
target
-
input
-
destination
-
-
Constructor Details
-
ExplicitInput
public ExplicitInput()
-
-
Method Details
-
getTarget
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value
- allowed object isString
-
getInput
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
Sets the value of the input property.- Parameters:
value
- allowed object isString
-
getDestination
Gets the value of the destination property.- Returns:
- possible object is
String
-
setDestination
Sets the value of the destination property.- Parameters:
value
- allowed object isString
-
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
-