public class

UpdateResponse

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.services.core.acl.UpdateResponse

Class Overview

Java class for updateResponse complex type.

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

 <complexType name="updateResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="return" type="{http://acl.core.datamodel.fs.documentum.emc.com/}AclPackage" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AclPackage _return
Public Constructors
UpdateResponse()
Public Methods
AclPackage getReturn()
Gets the value of the return property.
void setReturn(AclPackage value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AclPackage _return

Public Constructors

public UpdateResponse ()

Public Methods

public AclPackage getReturn ()

Gets the value of the return property.

Returns

public void setReturn (AclPackage value)

Sets the value of the return property.

Parameters
value Allowed object is AclPackage