Class HHTime

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

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

Java class for HHTime complex type.

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

 <complexType name="HHTime">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="rate" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
       <attribute name="midpoint" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="scale" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_voltage" />
       <attribute name="tau" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected String type
    • rate

      protected String rate
    • midpoint

      protected String midpoint
    • scale

      protected String scale
    • tau

      protected String tau
  • Constructor Details

    • HHTime

      public HHTime()
  • Method Details

    • getType

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

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

      public String getRate()
      Gets the value of the rate property.
      Returns:
      possible object is String
    • setRate

      public void setRate(String value)
      Sets the value of the rate property.
      Parameters:
      value - allowed object is String
    • getMidpoint

      public String getMidpoint()
      Gets the value of the midpoint property.
      Returns:
      possible object is String
    • setMidpoint

      public void setMidpoint(String value)
      Sets the value of the midpoint property.
      Parameters:
      value - allowed object is String
    • getScale

      public String getScale()
      Gets the value of the scale property.
      Returns:
      possible object is String
    • setScale

      public void setScale(String value)
      Sets the value of the scale property.
      Parameters:
      value - allowed object is String
    • getTau

      public String getTau()
      Gets the value of the tau property.
      Returns:
      possible object is String
    • setTau

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