public class SetPasswordParam
extends java.lang.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 |
---|---|
java.lang.String |
getPassword()
Gets the value of the password property.
|
javax.xml.datatype.XMLGregorianCalendar |
getPasswordExpires()
Gets the value of the passwordExpires property.
|
java.lang.String |
getUserHandle()
Gets the value of the userHandle property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setPasswordExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the passwordExpires property.
|
void |
setUserHandle(java.lang.String value)
Sets the value of the userHandle property.
|
public java.lang.String getUserHandle()
String
public void setUserHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getPasswordExpires()
XMLGregorianCalendar
public void setPasswordExpires(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"