Package org.neuroml.model
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the description property.Gets the value of the dimension property.Gets the value of the exposure property.getName()
Gets the value of the name property.void
setDescription
(String value) Sets the value of the description property.void
setDimension
(String value) Sets the value of the dimension property.void
setExposure
(String value) Sets the value of the exposure property.void
Sets the value of the name property.toString()
-
Field Details
-
name
-
dimension
-
description
-
exposure
-
-
Constructor Details
-
NamedDimensionalVariable
public NamedDimensionalVariable()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDimension
Gets the value of the dimension property.- Returns:
- possible object is
String
-
setDimension
Sets the value of the dimension property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getExposure
Gets the value of the exposure property.- Returns:
- possible object is
String
-
setExposure
Sets the value of the exposure property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBaseWithoutId
-