Class Mechanism
- All Implemented Interfaces:
Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Mechanism complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Mechanism"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="parameter" type="{http://morphml.org/biophysics/schema}NamedParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="variableParameter" type="{http://morphml.org/biophysics/schema}VariableNamedParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="variable_parameter" type="{http://morphml.org/biophysics/schema}VariableNamedParameter" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://morphml.org/biophysics/schema}MechanismType" /> <attribute name="passive_conductance" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="passiveConductance" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected List<NamedParameter>
protected Boolean
protected Boolean
protected MechanismType
protected List<VariableNamedParameter>
protected List<VariableNamedParameter>
-
Constructor Summary
Constructors -
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) clone()
copyTo
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) boolean
boolean
equals
(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getName()
Gets the value of the name property.Gets the value of the parameter property.getType()
Gets the value of the type property.Gets the value of the variableParameter property.Gets the value of the variableParameterAlt property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) boolean
Gets the value of the passiveConductance property.boolean
Gets the value of the passiveConductanceOld property.void
Sets the value of the name property.void
setPassiveConductance
(Boolean value) Sets the value of the passiveConductance property.void
setPassiveConductanceOld
(Boolean value) Sets the value of the passiveConductanceOld property.void
setType
(MechanismType value) Sets the value of the type property.toString()
-
Field Details
-
parameter
-
variableParameterAlt
-
variableParameter
-
name
-
type
-
passiveConductanceOld
-
passiveConductance
-
-
Constructor Details
-
Mechanism
public Mechanism()
-
-
Method Details
-
getParameter
Gets the value of the parameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the parameter property.For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NamedParameter
-
getVariableParameterAlt
Gets the value of the variableParameterAlt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the variableParameterAlt property.For example, to add a new item, do as follows:
getVariableParameterAlt().add(newItem);
Objects of the following type(s) are allowed in the list
VariableNamedParameter
-
getVariableParameter
Gets the value of the variableParameter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the variableParameter property.For example, to add a new item, do as follows:
getVariableParameter().add(newItem);
Objects of the following type(s) are allowed in the list
VariableNamedParameter
-
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
-
getType
Gets the value of the type property.- Returns:
- possible object is
MechanismType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isMechanismType
-
isPassiveConductanceOld
public boolean isPassiveConductanceOld()Gets the value of the passiveConductanceOld property.- Returns:
- possible object is
Boolean
-
setPassiveConductanceOld
Sets the value of the passiveConductanceOld property.- Parameters:
value
- allowed object isBoolean
-
isPassiveConductance
public boolean isPassiveConductance()Gets the value of the passiveConductance property.- Returns:
- possible object is
Boolean
-
setPassiveConductance
Sets the value of the passiveConductance property.- Parameters:
value
- allowed object isBoolean
-
toString
-
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
-
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
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-