com.sforce.soap.partner
Class AssignmentRuleHeader

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

public class AssignmentRuleHeader
extends java.lang.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  java.lang.String assignmentRuleId
           
protected  java.lang.Boolean useDefaultRule
           
 
Constructor Summary
AssignmentRuleHeader()
           
 
Method Summary
 java.lang.String getAssignmentRuleId()
          Gets the value of the assignmentRuleId property.
 java.lang.Boolean isUseDefaultRule()
          Gets the value of the useDefaultRule property.
 void setAssignmentRuleId(java.lang.String value)
          Sets the value of the assignmentRuleId property.
 void setUseDefaultRule(java.lang.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 java.lang.String assignmentRuleId

useDefaultRule

protected java.lang.Boolean useDefaultRule
Constructor Detail

AssignmentRuleHeader

public AssignmentRuleHeader()
Method Detail

getAssignmentRuleId

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

Returns:
possible object is String

setAssignmentRuleId

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

Parameters:
value - allowed object is String

isUseDefaultRule

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

Returns:
possible object is Boolean

setUseDefaultRule

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

Parameters:
value - allowed object is Boolean


Copyright © 2010. All Rights Reserved.