Class NamedDimensionalVariable

java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.NamedDimensionalVariable
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ConditionalDerivedVariable, DerivedVariable, StateVariable

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

Java class for NamedDimensionalVariable complex type.

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

 <complexType name="NamedDimensionalVariable">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="exposure" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • dimension

      protected String dimension
    • description

      protected String description
    • exposure

      protected String exposure
  • Constructor Details

    • NamedDimensionalVariable

      public NamedDimensionalVariable()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDimension

      public String getDimension()
      Gets the value of the dimension property.
      Returns:
      possible object is String
    • setDimension

      public void setDimension(String value)
      Sets the value of the dimension property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getExposure

      public String getExposure()
      Gets the value of the exposure property.
      Returns:
      possible object is String
    • setExposure

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