|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.channel.RateConstantEqnChoice
public class RateConstantEqnChoice
Choice of the various rate constant expressions allowed
Java class for RateConstantEqnChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RateConstantEqnChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="parameterised_hh" type="{http://morphml.org/channelml/schema}AkdEquation"/> <element name="generic_equation_hh" type="{http://morphml.org/channelml/schema}GenericEquation"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected GenericEquation |
genericEquationHh
|
protected AkdEquation |
parameterisedHh
|
Constructor Summary | |
---|---|
RateConstantEqnChoice()
|
Method Summary | |
---|---|
GenericEquation |
getGenericEquationHh()
Gets the value of the genericEquationHh property. |
AkdEquation |
getParameterisedHh()
Gets the value of the parameterisedHh property. |
void |
setGenericEquationHh(GenericEquation value)
Sets the value of the genericEquationHh property. |
void |
setParameterisedHh(AkdEquation value)
Sets the value of the parameterisedHh property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AkdEquation parameterisedHh
protected GenericEquation genericEquationHh
Constructor Detail |
---|
public RateConstantEqnChoice()
Method Detail |
---|
public AkdEquation getParameterisedHh()
AkdEquation
public void setParameterisedHh(AkdEquation value)
value
- allowed object is
AkdEquation
public GenericEquation getGenericEquationHh()
GenericEquation
public void setGenericEquationHh(GenericEquation value)
value
- allowed object is
GenericEquation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |