Class BlockMechanism

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

public class BlockMechanism extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for BlockMechanism complex type.

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

 <complexType name="BlockMechanism">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}BlockTypes" />
       <attribute name="species" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="blockConcentration" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" />
       <attribute name="scalingConc" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_concentration" />
       <attribute name="scalingVolt" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected BlockTypes type
    • species

      protected String species
    • blockConcentration

      protected String blockConcentration
    • scalingConc

      protected String scalingConc
    • scalingVolt

      protected String scalingVolt
  • Constructor Details

    • BlockMechanism

      public BlockMechanism()
  • Method Details

    • getType

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

      public void setType(BlockTypes value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is BlockTypes
    • 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
    • getBlockConcentration

      public String getBlockConcentration()
      Gets the value of the blockConcentration property.
      Returns:
      possible object is String
    • setBlockConcentration

      public void setBlockConcentration(String value)
      Sets the value of the blockConcentration property.
      Parameters:
      value - allowed object is String
    • getScalingConc

      public String getScalingConc()
      Gets the value of the scalingConc property.
      Returns:
      possible object is String
    • setScalingConc

      public void setScalingConc(String value)
      Sets the value of the scalingConc property.
      Parameters:
      value - allowed object is String
    • getScalingVolt

      public String getScalingVolt()
      Gets the value of the scalingVolt property.
      Returns:
      possible object is String
    • setScalingVolt

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

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