| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.SearchResults |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| proposals | |||||||||||
| traceInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the proposals property.
| |||||||||||
Gets the value of the traceInfo property.
| |||||||||||
Sets the value of the proposals property.
| |||||||||||
Sets the value of the traceInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the proposals property.
ArrayOfAppointmentProposal
Gets the value of the traceInfo property.
TraceInfo
Sets the value of the proposals property.
| value | Allowed object is
ArrayOfAppointmentProposal
|
|---|
Sets the value of the traceInfo property.
| value | Allowed object is
TraceInfo
|
|---|