Class OnCondition
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString2
Java class for OnCondition complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="OnCondition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StateAssignment" type="{http://www.neuroml.org/schema/neuroml2}StateAssignment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="EventOut" type="{http://www.neuroml.org/schema/neuroml2}EventOut" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Transition" type="{http://www.neuroml.org/schema/neuroml2}Transition" minOccurs="0"/>
       </sequence>
       <attribute name="test" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<StateAssignment>protected Stringprotected Transition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 eventOut property.Gets the value of the stateAssignment property.getTest()Gets the value of the test property.Gets the value of the transition property.voidSets the value of the test property.voidsetTransition(Transition value) Sets the value of the transition property.toString()
- 
Field Details- 
stateAssignment
- 
eventOut
- 
transition
- 
test
 
- 
- 
Constructor Details- 
OnConditionpublic OnCondition()
 
- 
- 
Method Details- 
getStateAssignmentGets 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
- 
getEventOutGets the value of the eventOut 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 eventOut property.For example, to add a new item, do as follows: getEventOut().add(newItem);Objects of the following type(s) are allowed in the list EventOut
- 
getTransitionGets the value of the transition property.- Returns:
- possible object is
     Transition
 
- 
setTransitionSets the value of the transition property.- Parameters:
- value- allowed object is- Transition
 
- 
getTestGets the value of the test property.- Returns:
- possible object is
     String
 
- 
setTestSets the value of the test property.- Parameters:
- value- allowed object is- String
 
- 
toString
- 
appendpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendin interface- org.jvnet.jaxb2_commons.lang.ToString2
 
- 
appendFieldspublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
- appendFieldsin interface- org.jvnet.jaxb2_commons.lang.ToString2
 
 
-