public class

RepositoryScope

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.RepositoryScope

Class Overview

Java class for RepositoryScope complex type.

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

 <complexType name="RepositoryScope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="repositoryName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="locationPath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="isDescend" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="isExcluded" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean isDescend
protected boolean isExcluded
protected String locationPath
protected String repositoryName
Public Constructors
RepositoryScope()
Public Methods
String getLocationPath()
Gets the value of the locationPath property.
String getRepositoryName()
Gets the value of the repositoryName property.
boolean isIsDescend()
Gets the value of the isDescend property.
boolean isIsExcluded()
Gets the value of the isExcluded property.
void setIsDescend(boolean value)
Sets the value of the isDescend property.
void setIsExcluded(boolean value)
Sets the value of the isExcluded property.
void setLocationPath(String value)
Sets the value of the locationPath property.
void setRepositoryName(String value)
Sets the value of the repositoryName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean isDescend

protected boolean isExcluded

protected String locationPath

protected String repositoryName

Public Constructors

public RepositoryScope ()

Public Methods

public String getLocationPath ()

Gets the value of the locationPath property.

Returns
  • possible object is String

public String getRepositoryName ()

Gets the value of the repositoryName property.

Returns
  • possible object is String

public boolean isIsDescend ()

Gets the value of the isDescend property.

public boolean isIsExcluded ()

Gets the value of the isExcluded property.

public void setIsDescend (boolean value)

Sets the value of the isDescend property.

Parameters
value

public void setIsExcluded (boolean value)

Sets the value of the isExcluded property.

Parameters
value

public void setLocationPath (String value)

Sets the value of the locationPath property.

Parameters
value Allowed object is String

public void setRepositoryName (String value)

Sets the value of the repositoryName property.

Parameters
value Allowed object is String