com.sforce.soap.partner
Class DebuggingHeader

java.lang.Object
  extended by 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>
 


Field Summary
protected  DebugLevel debugLevel
           
 
Constructor Summary
DebuggingHeader()
           
 
Method Summary
 DebugLevel getDebugLevel()
          Gets the value of the debugLevel property.
 void setDebugLevel(DebugLevel value)
          Sets the value of the debugLevel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugLevel

protected DebugLevel debugLevel
Constructor Detail

DebuggingHeader

public DebuggingHeader()
Method Detail

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.