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