com.sforce.soap.partner
Class AllOrNoneHeader
java.lang.Object
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>
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 |
allOrNone
protected boolean allOrNone
AllOrNoneHeader
public AllOrNoneHeader()
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.