public class User
extends java.lang.Object
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="User">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="imsUserId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="isIpsAdmin" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="defaultRole" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="passwordExpires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
User()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDefaultRole()
Gets the value of the defaultRole property. 
 | 
java.lang.String | 
getEmail()
Gets the value of the email property. 
 | 
java.lang.String | 
getFirstName()
Gets the value of the firstName property. 
 | 
java.lang.String | 
getImsUserId()
Gets the value of the imsUserId property. 
 | 
java.lang.String | 
getLastName()
Gets the value of the lastName property. 
 | 
javax.xml.datatype.XMLGregorianCalendar | 
getPasswordExpires()
Gets the value of the passwordExpires property. 
 | 
java.lang.String | 
getRole()
Gets the value of the role property. 
 | 
java.lang.String | 
getUserHandle()
Gets the value of the userHandle property. 
 | 
boolean | 
isIsIpsAdmin()
Gets the value of the isIpsAdmin property. 
 | 
boolean | 
isIsValid()
Gets the value of the isValid property. 
 | 
void | 
setDefaultRole(java.lang.String value)
Sets the value of the defaultRole property. 
 | 
void | 
setEmail(java.lang.String value)
Sets the value of the email property. 
 | 
void | 
setFirstName(java.lang.String value)
Sets the value of the firstName property. 
 | 
void | 
setImsUserId(java.lang.String value)
Sets the value of the imsUserId property. 
 | 
void | 
setIsIpsAdmin(boolean value)
Sets the value of the isIpsAdmin property. 
 | 
void | 
setIsValid(boolean value)
Sets the value of the isValid property. 
 | 
void | 
setLastName(java.lang.String value)
Sets the value of the lastName property. 
 | 
void | 
setPasswordExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the passwordExpires property. 
 | 
void | 
setRole(java.lang.String value)
Sets the value of the role property. 
 | 
void | 
setUserHandle(java.lang.String value)
Sets the value of the userHandle property. 
 | 
public java.lang.String getUserHandle()
Stringpublic void setUserHandle(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getImsUserId()
Stringpublic void setImsUserId(java.lang.String value)
value - allowed object is
     Stringpublic boolean isIsValid()
public void setIsValid(boolean value)
public boolean isIsIpsAdmin()
public void setIsIpsAdmin(boolean value)
public java.lang.String getDefaultRole()
Stringpublic void setDefaultRole(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
     Stringpublic javax.xml.datatype.XMLGregorianCalendar getPasswordExpires()
XMLGregorianCalendarpublic void setPasswordExpires(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarCopyright © 2010 - 2023 Adobe. All Rights Reserved