com.sforce.soap.partner
Class ProcessSubmitRequest

java.lang.Object
  extended by com.sforce.soap.partner.ProcessRequest
      extended by com.sforce.soap.partner.ProcessSubmitRequest

public class ProcessSubmitRequest
extends ProcessRequest

Java class for ProcessSubmitRequest complex type.

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

 <complexType name="ProcessSubmitRequest">
   <complexContent>
     <extension base="{urn:partner.soap.sforce.com}ProcessRequest">
       <sequence>
         <element name="objectId" type="{urn:partner.soap.sforce.com}ID"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String objectId
           
 
Fields inherited from class com.sforce.soap.partner.ProcessRequest
comments, nextApproverIds
 
Constructor Summary
ProcessSubmitRequest()
           
 
Method Summary
 String getObjectId()
          Gets the value of the objectId property.
 void setObjectId(String value)
          Sets the value of the objectId property.
 
Methods inherited from class com.sforce.soap.partner.ProcessRequest
getComments, getNextApproverIds, setComments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectId

protected String objectId
Constructor Detail

ProcessSubmitRequest

public ProcessSubmitRequest()
Method Detail

getObjectId

public String getObjectId()
Gets the value of the objectId property.

Returns:
possible object is String

setObjectId

public void setObjectId(String value)
Sets the value of the objectId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.