com.sforce.soap.partner
Class AllOrNoneHeader

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

public class AllOrNoneHeader
extends 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="allOrNone" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean allOrNone
           
 
Constructor Summary
AllOrNoneHeader()
           
 
Method Summary
 boolean isAllOrNone()
          Gets the value of the allOrNone property.
 void setAllOrNone(boolean value)
          Sets the value of the allOrNone property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allOrNone

protected boolean allOrNone
Constructor Detail

AllOrNoneHeader

public AllOrNoneHeader()
Method Detail

isAllOrNone

public boolean isAllOrNone()
Gets the value of the allOrNone property.


setAllOrNone

public void setAllOrNone(boolean value)
Sets the value of the allOrNone property.



Copyright © 2012. All Rights Reserved.