public class

FetchExpression

extends QueryBase
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.xrm._2011.contracts.QueryBase
     ↳ com.microsoft.schemas.xrm._2011.contracts.FetchExpression

Class Overview

Java class for FetchExpression complex type.

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

 <complexType name="FetchExpression">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}QueryBase">
       <sequence>
         <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.contracts.QueryBase
Fields
protected String query
Public Constructors
FetchExpression()
Public Methods
String getQuery()
Gets the value of the query property.
void setQuery(String value)
Sets the value of the query property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String query

Public Constructors

public FetchExpression ()

Public Methods

public String getQuery ()

Gets the value of the query property.

Returns
  • possible object is String

public void setQuery (String value)

Sets the value of the query property.

Parameters
value Allowed object is String