Class IonChannelKS

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

public class IonChannelKS extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2
A kinetic scheme based ion channel with multiple **gateKS** s, each of which consists of multiple **KSState** s and **KSTransition** s giving the rates of transition between them \n :param conductance: :type conductance: conductance

Java class for IonChannelKS complex type.

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

 <complexType name="IonChannelKS">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="gateKS" type="{http://www.neuroml.org/schema/neuroml2}GateKS" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="species" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="conductance" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_conductance" />
       <attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • gateKS

      protected List<GateKS> gateKS
    • species

      protected String species
    • conductance

      protected String conductance
    • neuroLexId

      protected String neuroLexId
  • Constructor Details

    • IonChannelKS

      public IonChannelKS()
  • Method Details

    • getGateKS

      public List<GateKS> getGateKS()
      Gets the value of the gateKS 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 gateKS property.

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

          getGateKS().add(newItem);
       

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

    • 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
    • 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
    • getNeuroLexId

      public String getNeuroLexId()
      Gets the value of the neuroLexId property.
      Returns:
      possible object is String
    • setNeuroLexId

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

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