Class Dynamics
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for Dynamics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dynamics"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StateVariable" type="{http://www.neuroml.org/schema/neuroml2}StateVariable" maxOccurs="unbounded" minOccurs="0"/> <element name="DerivedVariable" type="{http://www.neuroml.org/schema/neuroml2}DerivedVariable" maxOccurs="unbounded" minOccurs="0"/> <element name="ConditionalDerivedVariable" type="{http://www.neuroml.org/schema/neuroml2}ConditionalDerivedVariable" maxOccurs="unbounded" minOccurs="0"/> <element name="TimeDerivative" type="{http://www.neuroml.org/schema/neuroml2}TimeDerivative" maxOccurs="unbounded" minOccurs="0"/> <element name="OnStart" type="{http://www.neuroml.org/schema/neuroml2}OnStart" minOccurs="0"/> <element name="OnEvent" type="{http://www.neuroml.org/schema/neuroml2}OnEvent" maxOccurs="unbounded" minOccurs="0"/> <element name="OnCondition" type="{http://www.neuroml.org/schema/neuroml2}OnCondition" maxOccurs="unbounded" minOccurs="0"/> <element name="Regime" type="{http://www.neuroml.org/schema/neuroml2}Regime" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ConditionalDerivedVariable>
protected List<DerivedVariable>
protected List<OnCondition>
protected OnStart
protected List<StateVariable>
protected List<TimeDerivative>
-
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 conditionalDerivedVariable property.Gets the value of the derivedVariable property.Gets the value of the onCondition property.Gets the value of the onEvent property.Gets the value of the onStart property.Gets the value of the regime property.Gets the value of the stateVariable property.Gets the value of the timeDerivative property.void
setOnStart
(OnStart value) Sets the value of the onStart property.toString()
-
Field Details
-
stateVariable
-
derivedVariable
-
conditionalDerivedVariable
-
timeDerivative
-
onStart
-
onEvent
-
onCondition
-
regime
-
-
Constructor Details
-
Dynamics
public Dynamics()
-
-
Method Details
-
getStateVariable
Gets the value of the stateVariable 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 stateVariable property.For example, to add a new item, do as follows:
getStateVariable().add(newItem);
Objects of the following type(s) are allowed in the list
StateVariable
-
getDerivedVariable
Gets the value of the derivedVariable 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 derivedVariable property.For example, to add a new item, do as follows:
getDerivedVariable().add(newItem);
Objects of the following type(s) are allowed in the list
DerivedVariable
-
getConditionalDerivedVariable
Gets the value of the conditionalDerivedVariable 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 conditionalDerivedVariable property.For example, to add a new item, do as follows:
getConditionalDerivedVariable().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionalDerivedVariable
-
getTimeDerivative
Gets the value of the timeDerivative 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 timeDerivative property.For example, to add a new item, do as follows:
getTimeDerivative().add(newItem);
Objects of the following type(s) are allowed in the list
TimeDerivative
-
getOnStart
Gets the value of the onStart property.- Returns:
- possible object is
OnStart
-
setOnStart
Sets the value of the onStart property.- Parameters:
value
- allowed object isOnStart
-
getOnEvent
Gets the value of the onEvent 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 onEvent property.For example, to add a new item, do as follows:
getOnEvent().add(newItem);
Objects of the following type(s) are allowed in the list
OnEvent
-
getOnCondition
Gets the value of the onCondition 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 onCondition property.For example, to add a new item, do as follows:
getOnCondition().add(newItem);
Objects of the following type(s) are allowed in the list
OnCondition
-
getRegime
Gets the value of the regime 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 regime property.For example, to add a new item, do as follows:
getRegime().add(newItem);
Objects of the following type(s) are allowed in the list
Regime
-
toString
-
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
-
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
-