Class IonChannel

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
IonChannelHH, IonChannelVShift

public class IonChannel extends IonChannelScalable implements org.jvnet.jaxb2_commons.lang.ToString2
Note **ionChannel** and **ionChannelHH** are currently functionally identical. This is needed since many existing examples use ionChannel, some use ionChannelHH. NeuroML v2beta4 should remove one of these, probably ionChannelHH. \n :param conductance: :type conductance: conductance

Java class for IonChannel complex type.

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

 <complexType name="IonChannel">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}IonChannelScalable">
       <choice>
         <element name="gate" type="{http://www.neuroml.org/schema/neuroml2}GateHHUndetermined" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHrates" type="{http://www.neuroml.org/schema/neuroml2}GateHHRates" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHratesTau" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesTau" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHtauInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHTauInf" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHratesInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesInf" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHratesTauInf" type="{http://www.neuroml.org/schema/neuroml2}GateHHRatesTauInf" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateHHInstantaneous" type="{http://www.neuroml.org/schema/neuroml2}GateHHInstantaneous" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gateFractional" type="{http://www.neuroml.org/schema/neuroml2}GateFractional" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <attribute name="species" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="type" type="{http://www.neuroml.org/schema/neuroml2}channelTypes" />
       <attribute name="conductance" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IonChannel

      public IonChannel()
  • Method Details

    • getGate

      public List<GateHHUndetermined> getGate()
      Gets the value of the gate 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 gate property.

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

          getGate().add(newItem);
       

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

    • getGateHHrates

      public List<GateHHRates> getGateHHrates()
      Gets the value of the gateHHrates 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 gateHHrates property.

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

          getGateHHrates().add(newItem);
       

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

    • getGateHHratesTau

      public List<GateHHRatesTau> getGateHHratesTau()
      Gets the value of the gateHHratesTau 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 gateHHratesTau property.

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

          getGateHHratesTau().add(newItem);
       

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

    • getGateHHtauInf

      public List<GateHHTauInf> getGateHHtauInf()
      Gets the value of the gateHHtauInf 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 gateHHtauInf property.

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

          getGateHHtauInf().add(newItem);
       

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

    • getGateHHratesInf

      public List<GateHHRatesInf> getGateHHratesInf()
      Gets the value of the gateHHratesInf 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 gateHHratesInf property.

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

          getGateHHratesInf().add(newItem);
       

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

    • getGateHHratesTauInf

      public List<GateHHRatesTauInf> getGateHHratesTauInf()
      Gets the value of the gateHHratesTauInf 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 gateHHratesTauInf property.

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

          getGateHHratesTauInf().add(newItem);
       

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

    • getGateHHInstantaneous

      public List<GateHHInstantaneous> getGateHHInstantaneous()
      Gets the value of the gateHHInstantaneous 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 gateHHInstantaneous property.

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

          getGateHHInstantaneous().add(newItem);
       

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

    • getGateFractional

      public List<GateFractional> getGateFractional()
      Gets the value of the gateFractional 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 gateFractional property.

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

          getGateFractional().add(newItem);
       

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

    • getSpecies

      public String getSpecies()
      Gets the value of the species property.
      Returns:
      possible object is String
    • setSpecies

      public void setSpecies(String value)
      Sets the value of the species property.
      Parameters:
      value - allowed object is String
    • getType

      public ChannelTypes getType()
      Gets the value of the type property.
      Returns:
      possible object is ChannelTypes
    • setType

      public void setType(ChannelTypes value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is ChannelTypes
    • getConductance

      public String getConductance()
      Gets the value of the conductance property.
      Returns:
      possible object is String
    • setConductance

      public void setConductance(String value)
      Sets the value of the conductance property.
      Parameters:
      value - allowed object is String
    • toString

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