com.sforce.soap.partner
Class SearchRecord

java.lang.Object
  extended by 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>
 


Field Summary
protected  SObject record
           
 
Constructor Summary
SearchRecord()
           
 
Method Summary
 SObject getRecord()
          Gets the value of the record property.
 void setRecord(SObject value)
          Sets the value of the record property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

record

protected SObject record
Constructor Detail

SearchRecord

public SearchRecord()
Method Detail

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.