Class SpecificCapacitance

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

public class SpecificCapacitance extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2
Capacitance per unit area \n :param value: :type value: specificCapacitance

Java class for SpecificCapacitance complex type.

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

 <complexType name="SpecificCapacitance">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="value" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_specificCapacitance" />
       <attribute name="segmentGroup" type="{http://www.neuroml.org/schema/neuroml2}NmlId" default="all" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • segmentGroup

      protected String segmentGroup
  • Constructor Details

    • SpecificCapacitance

      public SpecificCapacitance()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getSegmentGroup

      public String getSegmentGroup()
      Gets the value of the segmentGroup property.
      Returns:
      possible object is String
    • setSegmentGroup

      public void setSegmentGroup(String value)
      Sets the value of the segmentGroup 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