Class AssignedUser


  • public class AssignedUser
    extends java.lang.Object

    Java class for assignedUser complex type.

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

     <complexType name="assignedUser">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cancel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="reassign" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean cancel  
      protected java.lang.Boolean reassign  
    • Constructor Summary

      Constructors 
      Constructor Description
      AssignedUser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isCancel()
      Gets the value of the cancel property.
      java.lang.Boolean isReassign()
      Gets the value of the reassign property.
      void setCancel​(java.lang.Boolean value)
      Sets the value of the cancel property.
      void setReassign​(java.lang.Boolean value)
      Sets the value of the reassign property.
      • Methods inherited from class java.lang.Object

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

      • cancel

        protected java.lang.Boolean cancel
      • reassign

        protected java.lang.Boolean reassign
    • Constructor Detail

      • AssignedUser

        public AssignedUser()
    • Method Detail

      • 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
      • isReassign

        public java.lang.Boolean isReassign()
        Gets the value of the reassign property.
        Returns:
        possible object is Boolean
      • setReassign

        public void setReassign​(java.lang.Boolean value)
        Sets the value of the reassign property.
        Parameters:
        value - allowed object is Boolean