public abstract class

Query

extends Object
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.Query
Known Direct Subclasses

Class Overview

Java class for Query complex type.

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

 <complexType name="Query">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="repositories" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<String> repositories
protected String transientId
Public Constructors
Query()
Public Methods
List<String> getRepositories()
Gets the value of the repositories property.
String getTransientId()
Gets the value of the transientId property.
void setTransientId(String value)
Sets the value of the transientId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<String> repositories

protected String transientId

Public Constructors

public Query ()

Public Methods

public List<String> getRepositories ()

Gets the value of the repositories property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the repositories property.

For example, to add a new item, do as follows:

    getRepositories().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public String getTransientId ()

Gets the value of the transientId property.

Returns
  • possible object is String

public void setTransientId (String value)

Sets the value of the transientId property.

Parameters
value Allowed object is String