com.sforce.soap.partner
Class AssignmentRuleHeader

java.lang.Object
  extended by com.sforce.soap.partner.AssignmentRuleHeader

public class AssignmentRuleHeader
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assignmentRuleId" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="useDefaultRule" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String assignmentRuleId
           
protected  Boolean useDefaultRule
           
 
Constructor Summary
AssignmentRuleHeader()
           
 
Method Summary
 String getAssignmentRuleId()
          Gets the value of the assignmentRuleId property.
 Boolean isUseDefaultRule()
          Gets the value of the useDefaultRule property.
 void setAssignmentRuleId(String value)
          Sets the value of the assignmentRuleId property.
 void setUseDefaultRule(Boolean value)
          Sets the value of the useDefaultRule property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assignmentRuleId

protected String assignmentRuleId

useDefaultRule

protected Boolean useDefaultRule
Constructor Detail

AssignmentRuleHeader

public AssignmentRuleHeader()
Method Detail

getAssignmentRuleId

public String getAssignmentRuleId()
Gets the value of the assignmentRuleId property.

Returns:
possible object is String

setAssignmentRuleId

public void setAssignmentRuleId(String value)
Sets the value of the assignmentRuleId property.

Parameters:
value - allowed object is String

isUseDefaultRule

public Boolean isUseDefaultRule()
Gets the value of the useDefaultRule property.

Returns:
possible object is Boolean

setUseDefaultRule

public void setUseDefaultRule(Boolean value)
Sets the value of the useDefaultRule property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.