Class Transition


  • public class Transition
    extends java.lang.Object

    Java class for transition complex type.

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

     <complexType name="transition">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="x" type="{}nonNegativeInteger"/>
             <element name="y" type="{}nonNegativeInteger"/>
             <element name="label" type="{}i18nStringType"/>
             <element name="tags" type="{}tags" minOccurs="0"/>
             <element name="layout" type="{}transitionLayout" minOccurs="0"/>
             <element name="icon" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="priority" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="assignPolicy" type="{}assignPolicy" minOccurs="0"/>
             <element name="dataFocusPolicy" type="{}dataFocusPolicy" minOccurs="0"/>
             <element name="finishPolicy" type="{}finishPolicy" minOccurs="0"/>
             <element name="trigger" type="{}trigger" maxOccurs="unbounded" minOccurs="0"/>
             <element name="transactionRef" type="{}transactionRef" minOccurs="0"/>
             <element name="roleRef" type="{}roleRef" maxOccurs="unbounded" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="usersRef" type="{}userRef" maxOccurs="unbounded"/>
               <element name="userRef" type="{}userRef" maxOccurs="unbounded"/>
             </choice>
             <element name="assignedUser" type="{}assignedUser" minOccurs="0"/>
             <element name="dataRef" type="{}dataRef" maxOccurs="unbounded" minOccurs="0"/>
             <element name="dataGroup" type="{}dataGroup" maxOccurs="unbounded" minOccurs="0"/>
             <element name="event" type="{}event" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected java.lang.String id
      • x

        protected int x
      • y

        protected int y
      • tags

        protected Tags tags
      • icon

        protected java.lang.String icon
      • priority

        protected java.lang.Integer priority
      • trigger

        protected java.util.List<Trigger> trigger
      • roleRef

        protected java.util.List<RoleRef> roleRef
      • usersRef

        protected java.util.List<UserRef> usersRef
      • userRef

        protected java.util.List<UserRef> userRef
      • dataRef

        protected java.util.List<DataRef> dataRef
      • dataGroup

        protected java.util.List<DataGroup> dataGroup
      • event

        protected java.util.List<Event> event
    • Constructor Detail

      • Transition

        public Transition()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getX

        public int getX()
        Gets the value of the x property.
      • setX

        public void setX​(int value)
        Sets the value of the x property.
      • getY

        public int getY()
        Gets the value of the y property.
      • setY

        public void setY​(int value)
        Sets the value of the y property.
      • setLabel

        public void setLabel​(I18NStringType value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is I18NStringType
      • getTags

        public Tags getTags()
        Gets the value of the tags property.
        Returns:
        possible object is Tags
      • setTags

        public void setTags​(Tags value)
        Sets the value of the tags property.
        Parameters:
        value - allowed object is Tags
      • getIcon

        public java.lang.String getIcon()
        Gets the value of the icon property.
        Returns:
        possible object is String
      • setIcon

        public void setIcon​(java.lang.String value)
        Sets the value of the icon property.
        Parameters:
        value - allowed object is String
      • getPriority

        public java.lang.Integer getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is Integer
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is Integer
      • getAssignPolicy

        public AssignPolicy getAssignPolicy()
        Gets the value of the assignPolicy property.
        Returns:
        possible object is AssignPolicy
      • setAssignPolicy

        public void setAssignPolicy​(AssignPolicy value)
        Sets the value of the assignPolicy property.
        Parameters:
        value - allowed object is AssignPolicy
      • getDataFocusPolicy

        public DataFocusPolicy getDataFocusPolicy()
        Gets the value of the dataFocusPolicy property.
        Returns:
        possible object is DataFocusPolicy
      • setDataFocusPolicy

        public void setDataFocusPolicy​(DataFocusPolicy value)
        Sets the value of the dataFocusPolicy property.
        Parameters:
        value - allowed object is DataFocusPolicy
      • getFinishPolicy

        public FinishPolicy getFinishPolicy()
        Gets the value of the finishPolicy property.
        Returns:
        possible object is FinishPolicy
      • setFinishPolicy

        public void setFinishPolicy​(FinishPolicy value)
        Sets the value of the finishPolicy property.
        Parameters:
        value - allowed object is FinishPolicy
      • getTrigger

        public java.util.List<Trigger> getTrigger()
        Gets the value of the trigger 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 trigger property.

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

            getTrigger().add(newItem);
         

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

      • getTransactionRef

        public TransactionRef getTransactionRef()
        Gets the value of the transactionRef property.
        Returns:
        possible object is TransactionRef
      • setTransactionRef

        public void setTransactionRef​(TransactionRef value)
        Sets the value of the transactionRef property.
        Parameters:
        value - allowed object is TransactionRef
      • getRoleRef

        public java.util.List<RoleRef> getRoleRef()
        Gets the value of the roleRef 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 roleRef property.

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

            getRoleRef().add(newItem);
         

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

      • getUsersRef

        public java.util.List<UserRef> getUsersRef()
        Gets the value of the usersRef 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 usersRef property.

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

            getUsersRef().add(newItem);
         

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

      • getUserRef

        public java.util.List<UserRef> getUserRef()
        Gets the value of the userRef 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 userRef property.

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

            getUserRef().add(newItem);
         

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

      • getAssignedUser

        public AssignedUser getAssignedUser()
        Gets the value of the assignedUser property.
        Returns:
        possible object is AssignedUser
      • setAssignedUser

        public void setAssignedUser​(AssignedUser value)
        Sets the value of the assignedUser property.
        Parameters:
        value - allowed object is AssignedUser
      • getDataRef

        public java.util.List<DataRef> getDataRef()
        Gets the value of the dataRef 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 dataRef property.

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

            getDataRef().add(newItem);
         

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

      • getDataGroup

        public java.util.List<DataGroup> getDataGroup()
        Gets the value of the dataGroup 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 dataGroup property.

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

            getDataGroup().add(newItem);
         

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

      • getEvent

        public java.util.List<Event> getEvent()
        Gets the value of the event 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 event property.

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

            getEvent().add(newItem);
         

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