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