com.sforce.soap.partner
Class MruHeader

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

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


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

Field Detail

updateMru

protected boolean updateMru
Constructor Detail

MruHeader

public MruHeader()
Method Detail

isUpdateMru

public boolean isUpdateMru()
Gets the value of the updateMru property.


setUpdateMru

public void setUpdateMru(boolean value)
Sets the value of the updateMru property.



Copyright © 2012. All Rights Reserved.