Class InhomogeneousParameter

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

public class InhomogeneousParameter extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
An inhomogeneous parameter specified across the **segmentGroup** ( see **variableParameter** for usage ).

Java class for InhomogeneousParameter complex type.

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

 <complexType name="InhomogeneousParameter">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <sequence>
         <element name="proximal" type="{http://www.neuroml.org/schema/neuroml2}ProximalDetails" minOccurs="0"/>
         <element name="distal" type="{http://www.neuroml.org/schema/neuroml2}DistalDetails" minOccurs="0"/>
       </sequence>
       <attribute name="variable" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="metric" use="required" type="{http://www.neuroml.org/schema/neuroml2}Metric" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InhomogeneousParameter

      public InhomogeneousParameter()
  • Method Details

    • getProximal

      public ProximalDetails getProximal()
      Gets the value of the proximal property.
      Returns:
      possible object is ProximalDetails
    • setProximal

      public void setProximal(ProximalDetails value)
      Sets the value of the proximal property.
      Parameters:
      value - allowed object is ProximalDetails
    • getDistal

      public DistalDetails getDistal()
      Gets the value of the distal property.
      Returns:
      possible object is DistalDetails
    • setDistal

      public void setDistal(DistalDetails value)
      Sets the value of the distal property.
      Parameters:
      value - allowed object is DistalDetails
    • getVariable

      public String getVariable()
      Gets the value of the variable property.
      Returns:
      possible object is String
    • setVariable

      public void setVariable(String value)
      Sets the value of the variable property.
      Parameters:
      value - allowed object is String
    • getMetric

      public Metric getMetric()
      Gets the value of the metric property.
      Returns:
      possible object is Metric
    • setMetric

      public void setMetric(Metric value)
      Sets the value of the metric property.
      Parameters:
      value - allowed object is Metric
    • toString

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