public class SetPasswordParam 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="userHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passwordExpires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SetPasswordParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the value of the password property.
|
XMLGregorianCalendar |
getPasswordExpires()
Gets the value of the passwordExpires property.
|
String |
getUserHandle()
Gets the value of the userHandle property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPasswordExpires(XMLGregorianCalendar value)
Sets the value of the passwordExpires property.
|
void |
setUserHandle(String value)
Sets the value of the userHandle property.
|
public String getUserHandle()
Stringpublic void setUserHandle(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getPasswordExpires()
XMLGregorianCalendarpublic void setPasswordExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved