com.sforce.soap.partner
Class ResetPasswordResult

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


Field Summary
protected  String password
           
 
Constructor Summary
ResetPasswordResult()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 void setPassword(String value)
          Sets the value of the password property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

protected String password
Constructor Detail

ResetPasswordResult

public ResetPasswordResult()
Method Detail

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.