Package org.neuroml.model
Class OnEntry
java.lang.Object
org.neuroml.model.OnEntry
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for OnEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OnEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StateAssignment" type="{http://www.neuroml.org/schema/neuroml2}StateAssignment" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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) Gets the value of the stateAssignment property.toString()
-
Field Details
-
stateAssignment
-
-
Constructor Details
-
OnEntry
public OnEntry()
-
-
Method Details
-
getStateAssignment
Gets the value of the stateAssignment 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
setmethod for the stateAssignment property.For example, to add a new item, do as follows:
getStateAssignment().add(newItem);Objects of the following type(s) are allowed in the list
StateAssignment -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-