Class GateFractional

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class GateFractional extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Gate composed of subgates contributing with fractional conductance \n :param instances: :type instances: none

Java class for GateFractional complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GateFractional">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/>
         <element name="q10Settings" type="{http://www.neuroml.org/schema/neuroml2}Q10Settings" minOccurs="0"/>
         <element name="subGate" type="{http://www.neuroml.org/schema/neuroml2}GateFractionalSubgate" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GateFractional

      public GateFractional()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getQ10Settings

      public Q10Settings getQ10Settings()
      Gets the value of the q10Settings property.
      Returns:
      possible object is Q10Settings
    • setQ10Settings

      public void setQ10Settings(Q10Settings value)
      Sets the value of the q10Settings property.
      Parameters:
      value - allowed object is Q10Settings
    • getSubGate

      public List<GateFractionalSubgate> getSubGate()
      Gets the value of the subGate 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 subGate property.

      For example, to add a new item, do as follows:

          getSubGate().add(newItem);
       

      Objects of the following type(s) are allowed in the list GateFractionalSubgate

    • getInstances

      public Integer getInstances()
      Gets the value of the instances property.
      Returns:
      possible object is String
    • setInstances

      public void setInstances(Integer value)
      Sets the value of the instances property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Base
    • 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
      Overrides:
      append in class Base
    • 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
      Overrides:
      appendFields in class Base