public class

EntityCollection

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

Class Overview

Java class for EntityCollection complex type.

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

 <complexType name="EntityCollection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Entities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfEntity" minOccurs="0"/>
         <element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MinActiveRowVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="MoreRecords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PagingCookie" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalRecordCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalRecordCountLimitExceeded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfEntity entities
protected String entityName
protected String minActiveRowVersion
protected Boolean moreRecords
protected String pagingCookie
protected Integer totalRecordCount
protected Boolean totalRecordCountLimitExceeded
Public Constructors
EntityCollection()
Public Methods
ArrayOfEntity getEntities()
Gets the value of the entities property.
String getEntityName()
Gets the value of the entityName property.
String getMinActiveRowVersion()
Gets the value of the minActiveRowVersion property.
String getPagingCookie()
Gets the value of the pagingCookie property.
Integer getTotalRecordCount()
Gets the value of the totalRecordCount property.
Boolean isMoreRecords()
Gets the value of the moreRecords property.
Boolean isTotalRecordCountLimitExceeded()
Gets the value of the totalRecordCountLimitExceeded property.
void setEntities(ArrayOfEntity value)
Sets the value of the entities property.
void setEntityName(String value)
Sets the value of the entityName property.
void setMinActiveRowVersion(String value)
Sets the value of the minActiveRowVersion property.
void setMoreRecords(Boolean value)
Sets the value of the moreRecords property.
void setPagingCookie(String value)
Sets the value of the pagingCookie property.
void setTotalRecordCount(Integer value)
Sets the value of the totalRecordCount property.
void setTotalRecordCountLimitExceeded(Boolean value)
Sets the value of the totalRecordCountLimitExceeded property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfEntity entities

protected String entityName

protected String minActiveRowVersion

protected Boolean moreRecords

protected String pagingCookie

protected Integer totalRecordCount

protected Boolean totalRecordCountLimitExceeded

Public Constructors

public EntityCollection ()

Public Methods

public ArrayOfEntity getEntities ()

Gets the value of the entities property.

Returns

public String getEntityName ()

Gets the value of the entityName property.

Returns
  • possible object is String

public String getMinActiveRowVersion ()

Gets the value of the minActiveRowVersion property.

Returns
  • possible object is String

public String getPagingCookie ()

Gets the value of the pagingCookie property.

Returns
  • possible object is String

public Integer getTotalRecordCount ()

Gets the value of the totalRecordCount property.

Returns
  • possible object is Integer

public Boolean isMoreRecords ()

Gets the value of the moreRecords property.

Returns
  • possible object is Boolean

public Boolean isTotalRecordCountLimitExceeded ()

Gets the value of the totalRecordCountLimitExceeded property.

Returns
  • possible object is Boolean

public void setEntities (ArrayOfEntity value)

Sets the value of the entities property.

Parameters
value Allowed object is ArrayOfEntity

public void setEntityName (String value)

Sets the value of the entityName property.

Parameters
value Allowed object is String

public void setMinActiveRowVersion (String value)

Sets the value of the minActiveRowVersion property.

Parameters
value Allowed object is String

public void setMoreRecords (Boolean value)

Sets the value of the moreRecords property.

Parameters
value Allowed object is Boolean

public void setPagingCookie (String value)

Sets the value of the pagingCookie property.

Parameters
value Allowed object is String

public void setTotalRecordCount (Integer value)

Sets the value of the totalRecordCount property.

Parameters
value Allowed object is Integer

public void setTotalRecordCountLimitExceeded (Boolean value)

Sets the value of the totalRecordCountLimitExceeded property.

Parameters
value Allowed object is Boolean