Class InputList
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for InputList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputList"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="input" type="{http://www.neuroml.org/schema/neuroml2}Input" maxOccurs="unbounded" minOccurs="0"/> <element name="inputW" type="{http://www.neuroml.org/schema/neuroml2}InputW" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="population" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="component" use="required" 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 component property.getInput()
Gets the value of the input property.Gets the value of the inputW property.Gets the value of the population property.void
setComponent
(String value) Sets the value of the component property.void
setPopulation
(String value) Sets the value of the population property.toString()
-
Field Details
-
input
-
inputW
-
population
-
component
-
-
Constructor Details
-
InputList
public InputList()
-
-
Method Details
-
getInput
Gets the value of the input 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 input property.For example, to add a new item, do as follows:
getInput().add(newItem);
Objects of the following type(s) are allowed in the list
Input
-
getInputW
Gets the value of the inputW 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 inputW property.For example, to add a new item, do as follows:
getInputW().add(newItem);
Objects of the following type(s) are allowed in the list
InputW
-
getPopulation
Gets the value of the population property.- Returns:
- possible object is
String
-
setPopulation
Sets the value of the population property.- Parameters:
value
- allowed object isString
-
getComponent
Gets the value of the component property.- Returns:
- possible object is
String
-
setComponent
Sets the value of the component property.- Parameters:
value
- allowed object isString
-
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
-