public class

SearchResults

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.SearchResults

Class Overview

Java class for SearchResults complex type.

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

 <complexType name="SearchResults">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Proposals" type="{http://schemas.microsoft.com/crm/2011/Contracts}ArrayOfAppointmentProposal" minOccurs="0"/>
         <element name="TraceInfo" type="{http://schemas.microsoft.com/crm/2011/Contracts}TraceInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ArrayOfAppointmentProposal proposals
protected TraceInfo traceInfo
Public Constructors
SearchResults()
Public Methods
ArrayOfAppointmentProposal getProposals()
Gets the value of the proposals property.
TraceInfo getTraceInfo()
Gets the value of the traceInfo property.
void setProposals(ArrayOfAppointmentProposal value)
Sets the value of the proposals property.
void setTraceInfo(TraceInfo value)
Sets the value of the traceInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ArrayOfAppointmentProposal proposals

protected TraceInfo traceInfo

Public Constructors

public SearchResults ()

Public Methods

public ArrayOfAppointmentProposal getProposals ()

Gets the value of the proposals property.

Returns

public TraceInfo getTraceInfo ()

Gets the value of the traceInfo property.

Returns

public void setProposals (ArrayOfAppointmentProposal value)

Sets the value of the proposals property.

Parameters
value Allowed object is ArrayOfAppointmentProposal

public void setTraceInfo (TraceInfo value)

Sets the value of the traceInfo property.

Parameters
value Allowed object is TraceInfo