com.sforce.soap.partner
Class EmailHeader

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

public class EmailHeader
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="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

triggerAutoResponseEmail

protected boolean triggerAutoResponseEmail

triggerOtherEmail

protected boolean triggerOtherEmail

triggerUserEmail

protected boolean triggerUserEmail
Constructor Detail

EmailHeader

public EmailHeader()
Method Detail

isTriggerAutoResponseEmail

public boolean isTriggerAutoResponseEmail()
Gets the value of the triggerAutoResponseEmail property.


setTriggerAutoResponseEmail

public void setTriggerAutoResponseEmail(boolean value)
Sets the value of the triggerAutoResponseEmail property.


isTriggerOtherEmail

public boolean isTriggerOtherEmail()
Gets the value of the triggerOtherEmail property.


setTriggerOtherEmail

public void setTriggerOtherEmail(boolean value)
Sets the value of the triggerOtherEmail property.


isTriggerUserEmail

public boolean isTriggerUserEmail()
Gets the value of the triggerUserEmail property.


setTriggerUserEmail

public void setTriggerUserEmail(boolean value)
Sets the value of the triggerUserEmail property.



Copyright © 2010. All Rights Reserved.