public class

ValidateResponse

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

Class Overview

Java class for validateResponse complex type.

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

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

Summary

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

Fields

protected ValidationInfoSet _return

Public Constructors

public ValidateResponse ()

Public Methods

public ValidationInfoSet getReturn ()

Gets the value of the return property.

Returns

public void setReturn (ValidationInfoSet value)

Sets the value of the return property.

Parameters
value Allowed object is ValidationInfoSet