|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.EmailHeader
public class EmailHeader
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="triggerAutoResponseEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="triggerOtherEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="triggerUserEmail" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
triggerAutoResponseEmail
|
protected boolean |
triggerOtherEmail
|
protected boolean |
triggerUserEmail
|
Constructor Summary | |
---|---|
EmailHeader()
|
Method Summary | |
---|---|
boolean |
isTriggerAutoResponseEmail()
Gets the value of the triggerAutoResponseEmail property. |
boolean |
isTriggerOtherEmail()
Gets the value of the triggerOtherEmail property. |
boolean |
isTriggerUserEmail()
Gets the value of the triggerUserEmail property. |
void |
setTriggerAutoResponseEmail(boolean value)
Sets the value of the triggerAutoResponseEmail property. |
void |
setTriggerOtherEmail(boolean value)
Sets the value of the triggerOtherEmail property. |
void |
setTriggerUserEmail(boolean value)
Sets the value of the triggerUserEmail property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean triggerAutoResponseEmail
protected boolean triggerOtherEmail
protected boolean triggerUserEmail
Constructor Detail |
---|
public EmailHeader()
Method Detail |
---|
public boolean isTriggerAutoResponseEmail()
public void setTriggerAutoResponseEmail(boolean value)
public boolean isTriggerOtherEmail()
public void setTriggerOtherEmail(boolean value)
public boolean isTriggerUserEmail()
public void setTriggerUserEmail(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |