Class GateKS
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for GateKS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GateKS"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/> <element name="q10Settings" type="{http://www.neuroml.org/schema/neuroml2}Q10Settings" minOccurs="0"/> <element name="closedState" type="{http://www.neuroml.org/schema/neuroml2}ClosedState" maxOccurs="unbounded"/> <element name="openState" type="{http://www.neuroml.org/schema/neuroml2}OpenState" maxOccurs="unbounded"/> <choice maxOccurs="unbounded"> <group ref="{http://www.neuroml.org/schema/neuroml2}ForwardReverseTransition"/> <element name="tauInfTransition" type="{http://www.neuroml.org/schema/neuroml2}TauInfTransition"/> </choice> </sequence> <attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<ClosedState>
protected Integer
protected String
protected Q10Settings
-
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 closedState property.Gets the value of the forwardTransitionAndReverseTransitionOrTauInfTransition property.Gets the value of the instances property.getNotes()
Gets the value of the notes property.Gets the value of the openState property.Gets the value of the q10Settings property.void
setInstances
(Integer value) Sets the value of the instances property.void
Sets the value of the notes property.void
setQ10Settings
(Q10Settings value) Sets the value of the q10Settings property.toString()
-
Field Details
-
notes
-
q10Settings
-
closedState
-
openState
-
forwardTransitionAndReverseTransitionOrTauInfTransition
-
instances
-
-
Constructor Details
-
GateKS
public GateKS()
-
-
Method Details
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
-
getQ10Settings
Gets the value of the q10Settings property.- Returns:
- possible object is
Q10Settings
-
setQ10Settings
Sets the value of the q10Settings property.- Parameters:
value
- allowed object isQ10Settings
-
getClosedState
Gets the value of the closedState 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 closedState property.For example, to add a new item, do as follows:
getClosedState().add(newItem);
Objects of the following type(s) are allowed in the list
ClosedState
-
getOpenState
Gets the value of the openState 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 openState property.For example, to add a new item, do as follows:
getOpenState().add(newItem);
Objects of the following type(s) are allowed in the list
OpenState
-
getForwardTransitionAndReverseTransitionOrTauInfTransition
Gets the value of the forwardTransitionAndReverseTransitionOrTauInfTransition 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 forwardTransitionAndReverseTransitionOrTauInfTransition property.For example, to add a new item, do as follows:
getForwardTransitionAndReverseTransitionOrTauInfTransition().add(newItem);
Objects of the following type(s) are allowed in the list
ForwardTransition
ReverseTransition
TauInfTransition
-
getInstances
Gets the value of the instances property.- Returns:
- possible object is
String
-
setInstances
Sets the value of the instances property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
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 classBase
-