com.sforce.soap.partner
Class SearchRecord
java.lang.Object
com.sforce.soap.partner.SearchRecord
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:sobject.partner.soap.sforce.com}sObject"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
record
protected SObject record
SearchRecord
public SearchRecord()
getRecord
public SObject getRecord()
- Gets the value of the record property.
- Returns:
- possible object is
SObject
setRecord
public void setRecord(SObject value)
- Sets the value of the record property.
- Parameters:
value
- allowed object is
SObject
Copyright © 2012. All Rights Reserved.