public class UserXto extends 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="oid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="qualifiedId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="previousLoginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="eMail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="validTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="administrator" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="permissionStates" type="{http://eclipse.org/stardust/ws/v2012a/api}PermissionStates" minOccurs="0"/>
<element name="detailsLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="userRealm" type="{http://eclipse.org/stardust/ws/v2012a/api}UserRealm" minOccurs="0"/>
<element name="userGroups" type="{http://eclipse.org/stardust/ws/v2012a/api}UserGroups" minOccurs="0"/>
<element name="grants" type="{http://eclipse.org/stardust/ws/v2012a/api}Grants" minOccurs="0"/>
<element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
<element name="passwordExpired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="qualityAssuranceProbability" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UserXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Gets the value of the accountId property.
|
AttributesXto |
getAttributes()
Gets the value of the attributes property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getDetailsLevel()
Gets the value of the detailsLevel property.
|
String |
getEMail()
Gets the value of the eMail property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
GrantsXto |
getGrants()
Gets the value of the grants property.
|
String |
getLastName()
Gets the value of the lastName property.
|
Long |
getOid()
Gets the value of the oid property.
|
String |
getPassword()
Gets the value of the password property.
|
PermissionStatesXto |
getPermissionStates()
Gets the value of the permissionStates property.
|
Date |
getPreviousLoginTime()
Gets the value of the previousLoginTime property.
|
String |
getQualifiedId()
Gets the value of the qualifiedId property.
|
Integer |
getQualityAssuranceProbability()
Gets the value of the qualityAssuranceProbability property.
|
UserGroupsXto |
getUserGroups()
Gets the value of the userGroups property.
|
UserRealmXto |
getUserRealm()
Gets the value of the userRealm property.
|
Date |
getValidFrom()
Gets the value of the validFrom property.
|
Date |
getValidTo()
Gets the value of the validTo property.
|
boolean |
isAdministrator()
Gets the value of the administrator property.
|
boolean |
isPasswordExpired()
Gets the value of the passwordExpired property.
|
void |
setAccountId(String value)
Sets the value of the accountId property.
|
void |
setAdministrator(boolean value)
Sets the value of the administrator property.
|
void |
setAttributes(AttributesXto value)
Sets the value of the attributes property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDetailsLevel(Integer value)
Sets the value of the detailsLevel property.
|
void |
setEMail(String value)
Sets the value of the eMail property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setGrants(GrantsXto value)
Sets the value of the grants property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setOid(Long value)
Sets the value of the oid property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPasswordExpired(boolean value)
Sets the value of the passwordExpired property.
|
void |
setPermissionStates(PermissionStatesXto value)
Sets the value of the permissionStates property.
|
void |
setPreviousLoginTime(Date value)
Sets the value of the previousLoginTime property.
|
void |
setQualifiedId(String value)
Sets the value of the qualifiedId property.
|
void |
setQualityAssuranceProbability(Integer value)
Sets the value of the qualityAssuranceProbability property.
|
void |
setUserGroups(UserGroupsXto value)
Sets the value of the userGroups property.
|
void |
setUserRealm(UserRealmXto value)
Sets the value of the userRealm property.
|
void |
setValidFrom(Date value)
Sets the value of the validFrom property.
|
void |
setValidTo(Date value)
Sets the value of the validTo property.
|
public void setOid(Long value)
value - allowed object is
Longpublic String getQualifiedId()
Stringpublic void setQualifiedId(String value)
value - allowed object is
Stringpublic String getAccountId()
Stringpublic void setAccountId(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic Date getPreviousLoginTime()
Stringpublic void setPreviousLoginTime(Date value)
value - allowed object is
Stringpublic String getEMail()
Stringpublic void setEMail(String value)
value - allowed object is
Stringpublic Date getValidFrom()
Stringpublic void setValidFrom(Date value)
value - allowed object is
Stringpublic Date getValidTo()
Stringpublic void setValidTo(Date value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isAdministrator()
public void setAdministrator(boolean value)
public PermissionStatesXto getPermissionStates()
PermissionStatesXtopublic void setPermissionStates(PermissionStatesXto value)
value - allowed object is
PermissionStatesXtopublic Integer getDetailsLevel()
Integerpublic void setDetailsLevel(Integer value)
value - allowed object is
Integerpublic UserRealmXto getUserRealm()
UserRealmXtopublic void setUserRealm(UserRealmXto value)
value - allowed object is
UserRealmXtopublic UserGroupsXto getUserGroups()
UserGroupsXtopublic void setUserGroups(UserGroupsXto value)
value - allowed object is
UserGroupsXtopublic GrantsXto getGrants()
GrantsXtopublic void setGrants(GrantsXto value)
value - allowed object is
GrantsXtopublic AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXtopublic boolean isPasswordExpired()
public void setPasswordExpired(boolean value)
public Integer getQualityAssuranceProbability()
IntegerCopyright © 2016 Eclipse Stardust. All Rights Reserved.