com.sforce.soap.partner
Class ResetPasswordResult
java.lang.Object
com.sforce.soap.partner.ResetPasswordResult
public class ResetPasswordResult
- extends Object
Java class for ResetPasswordResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResetPasswordResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
password
protected String password
ResetPasswordResult
public ResetPasswordResult()
getPassword
public String getPassword()
- Gets the value of the password property.
- Returns:
- possible object is
String
setPassword
public void setPassword(String value)
- Sets the value of the password property.
- Parameters:
value
- allowed object is
String
Copyright © 2012. All Rights Reserved.