Class IonChannelScalable

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
IonChannel

public class IonChannelScalable extends Standalone implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for IonChannelScalable complex type.

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

 <complexType name="IonChannelScalable">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
       <sequence>
         <element name="q10ConductanceScaling" type="{http://www.neuroml.org/schema/neuroml2}Q10ConductanceScaling" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IonChannelScalable

      public IonChannelScalable()
  • Method Details

    • getQ10ConductanceScaling

      public List<Q10ConductanceScaling> getQ10ConductanceScaling()
      Gets the value of the q10ConductanceScaling 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 q10ConductanceScaling property.

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

          getQ10ConductanceScaling().add(newItem);
       

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

    • 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