org.tolven.trim
Class ActTransitions

java.lang.Object
  extended by org.tolven.trim.Transitions
      extended by org.tolven.trim.ActTransitions
All Implemented Interfaces:
java.io.Serializable

public class ActTransitions
extends Transitions
implements java.io.Serializable

Java class for ActTransitions complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActTransitions">
   <complexContent>
     <extension base="{urn:tolven-org:trim:4.0}Transitions">
       <sequence>
         <element name="transition" type="{urn:tolven-org:trim:4.0}ActTransition" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ActTransitions()
           
 
Method Summary
 java.util.List<ActTransition> getTransitions()
          Gets the value of the transitions property.
 
Methods inherited from class org.tolven.trim.Transitions
getInitialState, setInitialState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActTransitions

public ActTransitions()
Method Detail

getTransitions

public java.util.List<ActTransition> getTransitions()
Gets the value of the transitions 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 transitions property.

For example, to add a new item, do as follows:

    getTransitions().add(newItem);
 

Objects of the following type(s) are allowed in the list ActTransition