Class Regime
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for Regime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Regime"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimeDerivative" type="{http://www.neuroml.org/schema/neuroml2}TimeDerivative" maxOccurs="unbounded" minOccurs="0"/> <element name="OnEntry" type="{http://www.neuroml.org/schema/neuroml2}OnEntry" minOccurs="0"/> <element name="OnCondition" type="{http://www.neuroml.org/schema/neuroml2}OnCondition" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="initial" type="{http://www.neuroml.org/schema/neuroml2}TrueOrFalse" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected TrueOrFalse
protected String
protected List<OnCondition>
protected OnEntry
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 initial property.getName()
Gets the value of the name property.Gets the value of the onCondition property.Gets the value of the onEntry property.Gets the value of the timeDerivative property.void
setInitial
(TrueOrFalse value) Sets the value of the initial property.void
Sets the value of the name property.void
setOnEntry
(OnEntry value) Sets the value of the onEntry property.toString()
-
Field Details
-
timeDerivative
-
onEntry
-
onCondition
-
name
-
initial
-
-
Constructor Details
-
Regime
public Regime()
-
-
Method Details
-
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
-
getOnEntry
Gets the value of the onEntry property.- Returns:
- possible object is
OnEntry
-
setOnEntry
Sets the value of the onEntry property.- Parameters:
value
- allowed object isOnEntry
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getInitial
Gets the value of the initial property.- Returns:
- possible object is
TrueOrFalse
-
setInitial
Sets the value of the initial property.- Parameters:
value
- allowed object isTrueOrFalse
-
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
-