Class Regime

java.lang.Object
org.neuroml.model.Regime
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class Regime extends Object implements 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 Details

  • Constructor Details

    • Regime

      public Regime()
  • Method Details

    • getTimeDerivative

      public List<TimeDerivative> 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

      public OnEntry getOnEntry()
      Gets the value of the onEntry property.
      Returns:
      possible object is OnEntry
    • setOnEntry

      public void setOnEntry(OnEntry value)
      Sets the value of the onEntry property.
      Parameters:
      value - allowed object is OnEntry
    • getOnCondition

      public List<OnCondition> 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

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getInitial

      public TrueOrFalse getInitial()
      Gets the value of the initial property.
      Returns:
      possible object is TrueOrFalse
    • setInitial

      public void setInitial(TrueOrFalse value)
      Sets the value of the initial property.
      Parameters:
      value - allowed object is TrueOrFalse
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb2_commons.lang.ToString2