Class Logic


  • public class Logic
    extends java.lang.Object

    Java class for logic complex type.

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

     <complexType name="logic">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="perform" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="delegate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="view" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="cancel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="finish" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <choice minOccurs="0">
               <element name="assigned" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
               <element name="assign" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             </choice>
             <element name="behavior" type="{}behavior" maxOccurs="unbounded" minOccurs="0"/>
             <element name="action" type="{}action" maxOccurs="unbounded" minOccurs="0"/>
             <element name="actionRef" type="{}actionRef" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<Action> action  
      protected java.util.List<ActionRef> actionRef  
      protected java.lang.Boolean assign  
      protected java.lang.Boolean assigned  
      protected java.util.List<Behavior> behavior  
      protected java.lang.Boolean cancel  
      protected java.lang.Boolean delegate  
      protected java.lang.Boolean finish  
      protected java.lang.Boolean perform  
      protected java.lang.Boolean view  
    • Constructor Summary

      Constructors 
      Constructor Description
      Logic()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Action> getAction()
      Gets the value of the action property.
      java.util.List<ActionRef> getActionRef()
      Gets the value of the actionRef property.
      java.util.List<Behavior> getBehavior()
      Gets the value of the behavior property.
      java.lang.Boolean isAssign()
      Gets the value of the assign property.
      java.lang.Boolean isAssigned()
      Gets the value of the assigned property.
      java.lang.Boolean isCancel()
      Gets the value of the cancel property.
      java.lang.Boolean isDelegate()
      Gets the value of the delegate property.
      java.lang.Boolean isFinish()
      Gets the value of the finish property.
      java.lang.Boolean isPerform()
      Gets the value of the perform property.
      java.lang.Boolean isView()
      Gets the value of the view property.
      void setAssign​(java.lang.Boolean value)
      Sets the value of the assign property.
      void setAssigned​(java.lang.Boolean value)
      Sets the value of the assigned property.
      void setCancel​(java.lang.Boolean value)
      Sets the value of the cancel property.
      void setDelegate​(java.lang.Boolean value)
      Sets the value of the delegate property.
      void setFinish​(java.lang.Boolean value)
      Sets the value of the finish property.
      void setPerform​(java.lang.Boolean value)
      Sets the value of the perform property.
      void setView​(java.lang.Boolean value)
      Sets the value of the view property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • perform

        protected java.lang.Boolean perform
      • delegate

        protected java.lang.Boolean delegate
      • view

        protected java.lang.Boolean view
      • cancel

        protected java.lang.Boolean cancel
      • finish

        protected java.lang.Boolean finish
      • assigned

        protected java.lang.Boolean assigned
      • assign

        protected java.lang.Boolean assign
      • behavior

        protected java.util.List<Behavior> behavior
      • action

        protected java.util.List<Action> action
      • actionRef

        protected java.util.List<ActionRef> actionRef
    • Constructor Detail

      • Logic

        public Logic()
    • Method Detail

      • isPerform

        public java.lang.Boolean isPerform()
        Gets the value of the perform property.
        Returns:
        possible object is Boolean
      • setPerform

        public void setPerform​(java.lang.Boolean value)
        Sets the value of the perform property.
        Parameters:
        value - allowed object is Boolean
      • isDelegate

        public java.lang.Boolean isDelegate()
        Gets the value of the delegate property.
        Returns:
        possible object is Boolean
      • setDelegate

        public void setDelegate​(java.lang.Boolean value)
        Sets the value of the delegate property.
        Parameters:
        value - allowed object is Boolean
      • isView

        public java.lang.Boolean isView()
        Gets the value of the view property.
        Returns:
        possible object is Boolean
      • setView

        public void setView​(java.lang.Boolean value)
        Sets the value of the view property.
        Parameters:
        value - allowed object is Boolean
      • isCancel

        public java.lang.Boolean isCancel()
        Gets the value of the cancel property.
        Returns:
        possible object is Boolean
      • setCancel

        public void setCancel​(java.lang.Boolean value)
        Sets the value of the cancel property.
        Parameters:
        value - allowed object is Boolean
      • isFinish

        public java.lang.Boolean isFinish()
        Gets the value of the finish property.
        Returns:
        possible object is Boolean
      • setFinish

        public void setFinish​(java.lang.Boolean value)
        Sets the value of the finish property.
        Parameters:
        value - allowed object is Boolean
      • isAssigned

        public java.lang.Boolean isAssigned()
        Gets the value of the assigned property.
        Returns:
        possible object is Boolean
      • setAssigned

        public void setAssigned​(java.lang.Boolean value)
        Sets the value of the assigned property.
        Parameters:
        value - allowed object is Boolean
      • isAssign

        public java.lang.Boolean isAssign()
        Gets the value of the assign property.
        Returns:
        possible object is Boolean
      • setAssign

        public void setAssign​(java.lang.Boolean value)
        Sets the value of the assign property.
        Parameters:
        value - allowed object is Boolean
      • getBehavior

        public java.util.List<Behavior> getBehavior()
        Gets the value of the behavior 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 behavior property.

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

            getBehavior().add(newItem);
         

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

      • getAction

        public java.util.List<Action> getAction()
        Gets the value of the action 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 action property.

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

            getAction().add(newItem);
         

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

      • getActionRef

        public java.util.List<ActionRef> getActionRef()
        Gets the value of the actionRef 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 actionRef property.

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

            getActionRef().add(newItem);
         

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