Class DeleteUserRequest

  • All Implemented Interfaces:
    Serializable

    public class DeleteUserRequest
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="executionUser" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
             <element name="userReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
             <element name="newDocumentOwnerReference" type="{http://www.iknowbase.com/ws/iknowbase-2}userReference"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteUserRequest

        public DeleteUserRequest()
        Default no-arg constructor
    • Method Detail

      • getExecutionUser

        public UserReference getExecutionUser()
        Gets the value of the executionUser property.
        Returns:
        possible object is UserReference
      • setExecutionUser

        public void setExecutionUser​(UserReference value)
        Sets the value of the executionUser property.
        Parameters:
        value - allowed object is UserReference
      • getUserReference

        public UserReference getUserReference()
        Gets the value of the userReference property.
        Returns:
        possible object is UserReference
      • setUserReference

        public void setUserReference​(UserReference value)
        Sets the value of the userReference property.
        Parameters:
        value - allowed object is UserReference
      • getNewDocumentOwnerReference

        public UserReference getNewDocumentOwnerReference()
        Gets the value of the newDocumentOwnerReference property.
        Returns:
        possible object is UserReference
      • setNewDocumentOwnerReference

        public void setNewDocumentOwnerReference​(UserReference value)
        Sets the value of the newDocumentOwnerReference property.
        Parameters:
        value - allowed object is UserReference