Class CaseLogic


  • public class CaseLogic
    extends java.lang.Object

    Java class for caseLogic complex type.

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

     <complexType name="caseLogic">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="create" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="delete" 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="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 create  
      protected java.lang.Boolean delete  
      protected java.lang.Boolean view  
    • Constructor Summary

      Constructors 
      Constructor Description
      CaseLogic()  
    • 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.lang.Boolean isCreate()
      Gets the value of the create property.
      java.lang.Boolean isDelete()
      Gets the value of the delete property.
      java.lang.Boolean isView()
      Gets the value of the view property.
      void setCreate​(java.lang.Boolean value)
      Sets the value of the create property.
      void setDelete​(java.lang.Boolean value)
      Sets the value of the delete 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

      • create

        protected java.lang.Boolean create
      • delete

        protected java.lang.Boolean delete
      • view

        protected java.lang.Boolean view
      • action

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

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

      • CaseLogic

        public CaseLogic()
    • Method Detail

      • isCreate

        public java.lang.Boolean isCreate()
        Gets the value of the create property.
        Returns:
        possible object is Boolean
      • setCreate

        public void setCreate​(java.lang.Boolean value)
        Sets the value of the create property.
        Parameters:
        value - allowed object is Boolean
      • isDelete

        public java.lang.Boolean isDelete()
        Gets the value of the delete property.
        Returns:
        possible object is Boolean
      • setDelete

        public void setDelete​(java.lang.Boolean value)
        Sets the value of the delete 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
      • 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