com.sforce.soap.partner
Class DebuggingHeader
java.lang.Object
com.sforce.soap.partner.DebuggingHeader
public class DebuggingHeader
- 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="debugLevel" type="{urn:partner.soap.sforce.com}DebugLevel"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugLevel
protected DebugLevel debugLevel
DebuggingHeader
public DebuggingHeader()
getDebugLevel
public DebugLevel getDebugLevel()
- Gets the value of the debugLevel property.
- Returns:
- possible object is
DebugLevel
setDebugLevel
public void setDebugLevel(DebugLevel value)
- Sets the value of the debugLevel property.
- Parameters:
value
- allowed object is
DebugLevel
Copyright © 2010. All Rights Reserved.