|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.AssignmentRuleHeader
public class AssignmentRuleHeader
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 |
---|
protected java.lang.String assignmentRuleId
protected java.lang.Boolean useDefaultRule
Constructor Detail |
---|
public AssignmentRuleHeader()
Method Detail |
---|
public java.lang.String getAssignmentRuleId()
String
public void setAssignmentRuleId(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isUseDefaultRule()
Boolean
public void setUseDefaultRule(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |