public class

PassthroughQuery

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

Class Overview

Java class for PassthroughQuery complex type.

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

 <complexType name="PassthroughQuery">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}Query">
       <sequence>
       </sequence>
       <attribute name="queryString" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeAlias" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String queryString
protected String typeAlias
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.query.Query
Public Constructors
PassthroughQuery()
Public Methods
String getQueryString()
Gets the value of the queryString property.
String getTypeAlias()
Gets the value of the typeAlias property.
void setQueryString(String value)
Sets the value of the queryString property.
void setTypeAlias(String value)
Sets the value of the typeAlias property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.query.Query
From class java.lang.Object

Fields

protected String queryString

protected String typeAlias

Public Constructors

public PassthroughQuery ()

Public Methods

public String getQueryString ()

Gets the value of the queryString property.

Returns
  • possible object is String

public String getTypeAlias ()

Gets the value of the typeAlias property.

Returns
  • possible object is String

public void setQueryString (String value)

Sets the value of the queryString property.

Parameters
value Allowed object is String

public void setTypeAlias (String value)

Sets the value of the typeAlias property.

Parameters
value Allowed object is String