| java.lang.Object | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.RepositoryScope |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isDescend | |||||||||||
| isExcluded | |||||||||||
| locationPath | |||||||||||
| repositoryName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the locationPath property.
| |||||||||||
Gets the value of the repositoryName property.
| |||||||||||
Gets the value of the isDescend property.
| |||||||||||
Gets the value of the isExcluded property.
| |||||||||||
Sets the value of the isDescend property.
| |||||||||||
Sets the value of the isExcluded property.
| |||||||||||
Sets the value of the locationPath property.
| |||||||||||
Sets the value of the repositoryName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the locationPath property.
Gets the value of the repositoryName property.
Gets the value of the isDescend property.
Gets the value of the isExcluded property.
Sets the value of the isDescend property.
| value |
|---|
Sets the value of the isExcluded property.
| value |
|---|
Sets the value of the locationPath property.
| value | Allowed object is String |
|---|
Sets the value of the repositoryName property.
| value | Allowed object is String |
|---|