| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.contracts.QueryBase | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.QueryByAttribute | |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| columnSet | |||||||||||
| entityName | |||||||||||
| orders | |||||||||||
| pageInfo | |||||||||||
| values | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributes property.
| |||||||||||
Gets the value of the columnSet property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the orders property.
| |||||||||||
Gets the value of the pageInfo property.
| |||||||||||
Gets the value of the values property.
| |||||||||||
Sets the value of the attributes property.
| |||||||||||
Sets the value of the columnSet property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the orders property.
| |||||||||||
Sets the value of the pageInfo property.
| |||||||||||
Sets the value of the values property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributes property.
ArrayOfstring
Gets the value of the columnSet property.
ColumnSet
Gets the value of the entityName property.
Gets the value of the orders property.
ArrayOfOrderExpression
Gets the value of the pageInfo property.
PagingInfo
Gets the value of the values property.
ArrayOfanyType
Sets the value of the attributes property.
| value | Allowed object is
ArrayOfstring
|
|---|
Sets the value of the columnSet property.
| value | Allowed object is
ColumnSet
|
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the orders property.
| value | Allowed object is
ArrayOfOrderExpression
|
|---|
Sets the value of the pageInfo property.
| value | Allowed object is
PagingInfo
|
|---|
Sets the value of the values property.
| value | Allowed object is
ArrayOfanyType
|
|---|