public class SearchRecord extends Object
Java class for SearchRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="record" type="{urn:tooling.soap.sforce.com}sObject"/>
<element name="snippet" type="{urn:tooling.soap.sforce.com}SearchSnippet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SObject |
record |
protected SearchSnippet |
snippet |
| Constructor and Description |
|---|
SearchRecord() |
| Modifier and Type | Method and Description |
|---|---|
SObject |
getRecord()
Gets the value of the record property.
|
SearchSnippet |
getSnippet()
Gets the value of the snippet property.
|
void |
setRecord(SObject value)
Sets the value of the record property.
|
void |
setSnippet(SearchSnippet value)
Sets the value of the snippet property.
|
protected SObject record
protected SearchSnippet snippet
public SObject getRecord()
SObjectpublic void setRecord(SObject value)
value - allowed object is
SObjectpublic SearchSnippet getSnippet()
SearchSnippetpublic void setSnippet(SearchSnippet value)
value - allowed object is
SearchSnippetCopyright © 2016. All rights reserved.