public class

QueryByAttribute

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

Class Overview

Java class for QueryByAttribute complex type.

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

 <complexType name="QueryByAttribute">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}QueryBase">
       <sequence>
         <element name="Attributes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
         <element name="ColumnSet" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ColumnSet" minOccurs="0"/>
         <element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Orders" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfOrderExpression" minOccurs="0"/>
         <element name="PageInfo" type="{http://schemas.microsoft.com/xrm/2011/Contracts}PagingInfo" minOccurs="0"/>
         <element name="Values" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfanyType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.microsoft.schemas.xrm._2011.contracts.QueryBase
Fields
protected ArrayOfstring attributes
protected ColumnSet columnSet
protected String entityName
protected ArrayOfOrderExpression orders
protected PagingInfo pageInfo
protected ArrayOfanyType values
Public Constructors
QueryByAttribute()
Public Methods
ArrayOfstring getAttributes()
Gets the value of the attributes property.
ColumnSet getColumnSet()
Gets the value of the columnSet property.
String getEntityName()
Gets the value of the entityName property.
ArrayOfOrderExpression getOrders()
Gets the value of the orders property.
PagingInfo getPageInfo()
Gets the value of the pageInfo property.
ArrayOfanyType getValues()
Gets the value of the values property.
void setAttributes(ArrayOfstring value)
Sets the value of the attributes property.
void setColumnSet(ColumnSet value)
Sets the value of the columnSet property.
void setEntityName(String value)
Sets the value of the entityName property.
void setOrders(ArrayOfOrderExpression value)
Sets the value of the orders property.
void setPageInfo(PagingInfo value)
Sets the value of the pageInfo property.
void setValues(ArrayOfanyType value)
Sets the value of the values property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfstring attributes

protected ColumnSet columnSet

protected String entityName

protected ArrayOfOrderExpression orders

protected PagingInfo pageInfo

protected ArrayOfanyType values

Public Constructors

public QueryByAttribute ()

Public Methods

public ArrayOfstring getAttributes ()

Gets the value of the attributes property.

Returns

public ColumnSet getColumnSet ()

Gets the value of the columnSet property.

Returns

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public ArrayOfOrderExpression getOrders ()

Gets the value of the orders property.

Returns

public PagingInfo getPageInfo ()

Gets the value of the pageInfo property.

Returns

public ArrayOfanyType getValues ()

Gets the value of the values property.

Returns

public void setAttributes (ArrayOfstring value)

Sets the value of the attributes property.

Parameters
value Allowed object is ArrayOfstring

public void setColumnSet (ColumnSet value)

Sets the value of the columnSet property.

Parameters
value Allowed object is ColumnSet

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setOrders (ArrayOfOrderExpression value)

Sets the value of the orders property.

Parameters
value Allowed object is ArrayOfOrderExpression

public void setPageInfo (PagingInfo value)

Sets the value of the pageInfo property.

Parameters
value Allowed object is PagingInfo

public void setValues (ArrayOfanyType value)

Sets the value of the values property.

Parameters
value Allowed object is ArrayOfanyType