public class

Validate

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

Class Overview

Java class for validate complex type.

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

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

Summary

Fields
protected DataPackage dataPackage
Public Constructors
Validate()
Public Methods
DataPackage getDataPackage()
Gets the value of the dataPackage property.
void setDataPackage(DataPackage value)
Sets the value of the dataPackage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DataPackage dataPackage

Public Constructors

public Validate ()

Public Methods

public DataPackage getDataPackage ()

Gets the value of the dataPackage property.

Returns

public void setDataPackage (DataPackage value)

Sets the value of the dataPackage property.

Parameters
value Allowed object is DataPackage