public class

RetrieveMultipleResponse

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

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RetrieveMultipleResult" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityCollection" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EntityCollection retrieveMultipleResult
Public Constructors
RetrieveMultipleResponse()
Public Methods
EntityCollection getRetrieveMultipleResult()
Gets the value of the retrieveMultipleResult property.
void setRetrieveMultipleResult(EntityCollection value)
Sets the value of the retrieveMultipleResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EntityCollection retrieveMultipleResult

Public Constructors

public RetrieveMultipleResponse ()

Public Methods

public EntityCollection getRetrieveMultipleResult ()

Gets the value of the retrieveMultipleResult property.

Returns

public void setRetrieveMultipleResult (EntityCollection value)

Sets the value of the retrieveMultipleResult property.

Parameters
value Allowed object is EntityCollection