com.businessobjects.enterprise.user
Interface User

All Superinterfaces:
InfoObject

public interface User
extends InfoObject

An XML User(@http://enterprise.businessobjects.com/3.0/user). This is a complex type.


Nested Class Summary
static class User.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 UserAliases addNewAliases()
          Appends and returns a new empty "Aliases" element
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 EntGroups addNewEntGroups()
          Appends and returns a new empty "EntGroups" element
 ExcludedPublications addNewExcludedPublications()
          Appends and returns a new empty "ExcludedPublications" element
 Groups addNewGroups()
          Appends and returns a new empty "Groups" element
 PrincipalProfiles addNewPrincipalProfiles()
          Appends and returns a new empty "PrincipalProfiles" element
 PrincipalPublications addNewPrincipalPublications()
          Appends and returns a new empty "PrincipalPublications" element
 ProfileValues addNewProfileValues()
          Appends and returns a new empty "ProfileValues" element
 UserProfiles addNewUserProfiles()
          Appends and returns a new empty "UserProfiles" element
 UserAliases getAliases()
          Gets the "Aliases" element
 boolean getAttributeImportingEnabled()
          Gets the "AttributeImportingEnabled" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getE65Cuid()
          Gets the "E65Cuid" element
 java.lang.String getEmailAddress()
          Gets the "EmailAddress" element
 EntGroups getEntGroups()
          Gets the "EntGroups" element
 ExcludedPublications getExcludedPublications()
          Gets the "ExcludedPublications" element
 int getFailedLogons()
          Gets the "FailedLogons" element
 java.lang.String getFullName()
          Gets the "FullName" element
 Groups getGroups()
          Gets the "Groups" element
 java.util.Calendar getLastLogonTime()
          Gets the "LastLogonTime" element
 java.util.Calendar getLastPasswordChangeTime()
          Gets the "LastPasswordChangeTime" element
 java.lang.String getLicenseRestrictionCUID()
          Gets the "LicenseRestrictionCUID" element
 boolean getNamedUser()
          Gets the "NamedUser" element
 java.lang.String getPassword()
          Gets the "Password" element
 boolean getPasswordChangeAllowed()
          Gets the "PasswordChangeAllowed" element
 boolean getPasswordExpiryAllowed()
          Gets the "PasswordExpiryAllowed" element
 boolean getPasswordToChangeAtNextLogon()
          Gets the "PasswordToChangeAtNextLogon" element
 PrincipalProfiles getPrincipalProfiles()
          Gets the "PrincipalProfiles" element
 PrincipalPublications getPrincipalPublications()
          Gets the "PrincipalPublications" element
 ProfileValues getProfileValues()
          Gets the "ProfileValues" element
 int getUserFlags()
          Gets the "UserFlags" element
 UserProfiles getUserProfiles()
          Gets the "UserProfiles" element
 boolean isSetAliases()
          True if has "Aliases" element
 boolean isSetAttributeImportingEnabled()
          True if has "AttributeImportingEnabled" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetE65Cuid()
          True if has "E65Cuid" element
 boolean isSetEmailAddress()
          True if has "EmailAddress" element
 boolean isSetExcludedPublications()
          True if has "ExcludedPublications" element
 boolean isSetFailedLogons()
          True if has "FailedLogons" element
 boolean isSetFullName()
          True if has "FullName" element
 boolean isSetLastLogonTime()
          True if has "LastLogonTime" element
 boolean isSetLastPasswordChangeTime()
          True if has "LastPasswordChangeTime" element
 boolean isSetLicenseRestrictionCUID()
          True if has "LicenseRestrictionCUID" element
 boolean isSetPassword()
          True if has "Password" element
 boolean isSetPasswordChangeAllowed()
          True if has "PasswordChangeAllowed" element
 boolean isSetPasswordExpiryAllowed()
          True if has "PasswordExpiryAllowed" element
 boolean isSetPasswordToChangeAtNextLogon()
          True if has "PasswordToChangeAtNextLogon" element
 boolean isSetPrincipalProfiles()
          True if has "PrincipalProfiles" element
 boolean isSetPrincipalPublications()
          True if has "PrincipalPublications" element
 boolean isSetProfileValues()
          True if has "ProfileValues" element
 boolean isSetUserFlags()
          True if has "UserFlags" element
 boolean isSetUserProfiles()
          True if has "UserProfiles" element
 void setAliases(UserAliases aliases)
          Sets the "Aliases" element
 void setAttributeImportingEnabled(boolean attributeImportingEnabled)
          Sets the "AttributeImportingEnabled" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setE65Cuid(java.lang.String e65Cuid)
          Sets the "E65Cuid" element
 void setEmailAddress(java.lang.String emailAddress)
          Sets the "EmailAddress" element
 void setEntGroups(EntGroups entGroups)
          Sets the "EntGroups" element
 void setExcludedPublications(ExcludedPublications excludedPublications)
          Sets the "ExcludedPublications" element
 void setFailedLogons(int failedLogons)
          Sets the "FailedLogons" element
 void setFullName(java.lang.String fullName)
          Sets the "FullName" element
 void setGroups(Groups groups)
          Sets the "Groups" element
 void setLastLogonTime(java.util.Calendar lastLogonTime)
          Sets the "LastLogonTime" element
 void setLastPasswordChangeTime(java.util.Calendar lastPasswordChangeTime)
          Sets the "LastPasswordChangeTime" element
 void setLicenseRestrictionCUID(java.lang.String licenseRestrictionCUID)
          Sets the "LicenseRestrictionCUID" element
 void setNamedUser(boolean namedUser)
          Sets the "NamedUser" element
 void setPassword(java.lang.String password)
          Sets the "Password" element
 void setPasswordChangeAllowed(boolean passwordChangeAllowed)
          Sets the "PasswordChangeAllowed" element
 void setPasswordExpiryAllowed(boolean passwordExpiryAllowed)
          Sets the "PasswordExpiryAllowed" element
 void setPasswordToChangeAtNextLogon(boolean passwordToChangeAtNextLogon)
          Sets the "PasswordToChangeAtNextLogon" element
 void setPrincipalProfiles(PrincipalProfiles principalProfiles)
          Sets the "PrincipalProfiles" element
 void setPrincipalPublications(PrincipalPublications principalPublications)
          Sets the "PrincipalPublications" element
 void setProfileValues(ProfileValues profileValues)
          Sets the "ProfileValues" element
 void setUserFlags(int userFlags)
          Sets the "UserFlags" element
 void setUserProfiles(UserProfiles userProfiles)
          Sets the "UserProfiles" element
 void unsetAliases()
          Unsets the "Aliases" element
 void unsetAttributeImportingEnabled()
          Unsets the "AttributeImportingEnabled" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetE65Cuid()
          Unsets the "E65Cuid" element
 void unsetEmailAddress()
          Unsets the "EmailAddress" element
 void unsetExcludedPublications()
          Unsets the "ExcludedPublications" element
 void unsetFailedLogons()
          Unsets the "FailedLogons" element
 void unsetFullName()
          Unsets the "FullName" element
 void unsetLastLogonTime()
          Unsets the "LastLogonTime" element
 void unsetLastPasswordChangeTime()
          Unsets the "LastPasswordChangeTime" element
 void unsetLicenseRestrictionCUID()
          Unsets the "LicenseRestrictionCUID" element
 void unsetPassword()
          Unsets the "Password" element
 void unsetPasswordChangeAllowed()
          Unsets the "PasswordChangeAllowed" element
 void unsetPasswordExpiryAllowed()
          Unsets the "PasswordExpiryAllowed" element
 void unsetPasswordToChangeAtNextLogon()
          Unsets the "PasswordToChangeAtNextLogon" element
 void unsetPrincipalProfiles()
          Unsets the "PrincipalProfiles" element
 void unsetPrincipalPublications()
          Unsets the "PrincipalPublications" element
 void unsetProfileValues()
          Unsets the "ProfileValues" element
 void unsetUserFlags()
          Unsets the "UserFlags" element
 void unsetUserProfiles()
          Unsets the "UserProfiles" element
 org.apache.xmlbeans.XmlBoolean xgetAttributeImportingEnabled()
          Gets (as xml) the "AttributeImportingEnabled" element
 org.apache.xmlbeans.XmlString xgetE65Cuid()
          Gets (as xml) the "E65Cuid" element
 org.apache.xmlbeans.XmlString xgetEmailAddress()
          Gets (as xml) the "EmailAddress" element
 org.apache.xmlbeans.XmlInt xgetFailedLogons()
          Gets (as xml) the "FailedLogons" element
 org.apache.xmlbeans.XmlString xgetFullName()
          Gets (as xml) the "FullName" element
 org.apache.xmlbeans.XmlDateTime xgetLastLogonTime()
          Gets (as xml) the "LastLogonTime" element
 org.apache.xmlbeans.XmlDateTime xgetLastPasswordChangeTime()
          Gets (as xml) the "LastPasswordChangeTime" element
 org.apache.xmlbeans.XmlString xgetLicenseRestrictionCUID()
          Gets (as xml) the "LicenseRestrictionCUID" element
 org.apache.xmlbeans.XmlBoolean xgetNamedUser()
          Gets (as xml) the "NamedUser" element
 org.apache.xmlbeans.XmlString xgetPassword()
          Gets (as xml) the "Password" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordChangeAllowed()
          Gets (as xml) the "PasswordChangeAllowed" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordExpiryAllowed()
          Gets (as xml) the "PasswordExpiryAllowed" element
 org.apache.xmlbeans.XmlBoolean xgetPasswordToChangeAtNextLogon()
          Gets (as xml) the "PasswordToChangeAtNextLogon" element
 org.apache.xmlbeans.XmlInt xgetUserFlags()
          Gets (as xml) the "UserFlags" element
 void xsetAttributeImportingEnabled(org.apache.xmlbeans.XmlBoolean attributeImportingEnabled)
          Sets (as xml) the "AttributeImportingEnabled" element
 void xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
          Sets (as xml) the "E65Cuid" element
 void xsetEmailAddress(org.apache.xmlbeans.XmlString emailAddress)
          Sets (as xml) the "EmailAddress" element
 void xsetFailedLogons(org.apache.xmlbeans.XmlInt failedLogons)
          Sets (as xml) the "FailedLogons" element
 void xsetFullName(org.apache.xmlbeans.XmlString fullName)
          Sets (as xml) the "FullName" element
 void xsetLastLogonTime(org.apache.xmlbeans.XmlDateTime lastLogonTime)
          Sets (as xml) the "LastLogonTime" element
 void xsetLastPasswordChangeTime(org.apache.xmlbeans.XmlDateTime lastPasswordChangeTime)
          Sets (as xml) the "LastPasswordChangeTime" element
 void xsetLicenseRestrictionCUID(org.apache.xmlbeans.XmlString licenseRestrictionCUID)
          Sets (as xml) the "LicenseRestrictionCUID" element
 void xsetNamedUser(org.apache.xmlbeans.XmlBoolean namedUser)
          Sets (as xml) the "NamedUser" element
 void xsetPassword(org.apache.xmlbeans.XmlString password)
          Sets (as xml) the "Password" element
 void xsetPasswordChangeAllowed(org.apache.xmlbeans.XmlBoolean passwordChangeAllowed)
          Sets (as xml) the "PasswordChangeAllowed" element
 void xsetPasswordExpiryAllowed(org.apache.xmlbeans.XmlBoolean passwordExpiryAllowed)
          Sets (as xml) the "PasswordExpiryAllowed" element
 void xsetPasswordToChangeAtNextLogon(org.apache.xmlbeans.XmlBoolean passwordToChangeAtNextLogon)
          Sets (as xml) the "PasswordToChangeAtNextLogon" element
 void xsetUserFlags(org.apache.xmlbeans.XmlInt userFlags)
          Sets (as xml) the "UserFlags" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.InfoObject
addNewAlerts, addNewMultilingualDescriptions, addNewMultilingualNames, addNewPluginInfo, addNewRolesOnObject, addNewSecurityInfo, addNewSecurityInfo2, addNewSharedDoc, getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getGUID, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getMultilingualDescriptions, getMultilingualNames, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRolesOnObject, getRUID, getSchedulable, getSecurityInfo, getSecurityInfo2, getSharedDoc, getStartTime, getUiStatus, getUpdateTime, isSetAlerts, isSetChildrenObjects, isSetCreationTime, isSetCUID, isSetDescription, isSetEndTime, isSetErrorMessage, isSetGUID, isSetID, isSetInstance, isSetInstanceObject, isSetIsApplicationObject, isSetIsComponent, isSetIsHiddenObject, isSetIsPluginObject, isSetIsRecurring, isSetIsRunnableObject, isSetIsSendable, isSetIsSystemObject, isSetKey, isSetKeywords, isSetKind, isSetLastRunTime, isSetLastSuccessfulInstanceCUID, isSetMultilingualDescriptions, isSetMultilingualNames, isSetNewJobID, isSetNextRunTime, isSetObjectIsContainer, isSetOwner, isSetOwnerCUID, isSetParentCUID, isSetPluginInfo, isSetRolesOnObject, isSetRUID, isSetSchedulable, isSetSecurityInfo, isSetSecurityInfo2, isSetSharedDoc, isSetStartTime, isSetUiStatus, isSetUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setGUID, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setMultilingualDescriptions, setMultilingualNames, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRolesOnObject, setRUID, setSchedulable, setSecurityInfo, setSecurityInfo2, setSharedDoc, setStartTime, setUiStatus, setUpdateTime, unsetAlerts, unsetChildrenObjects, unsetCreationTime, unsetCUID, unsetDescription, unsetEndTime, unsetErrorMessage, unsetGUID, unsetID, unsetInstance, unsetInstanceObject, unsetIsApplicationObject, unsetIsComponent, unsetIsHiddenObject, unsetIsPluginObject, unsetIsRecurring, unsetIsRunnableObject, unsetIsSendable, unsetIsSystemObject, unsetKey, unsetKeywords, unsetKind, unsetLastRunTime, unsetLastSuccessfulInstanceCUID, unsetMultilingualDescriptions, unsetMultilingualNames, unsetNewJobID, unsetNextRunTime, unsetObjectIsContainer, unsetOwner, unsetOwnerCUID, unsetParentCUID, unsetPluginInfo, unsetRolesOnObject, unsetRUID, unsetSchedulable, unsetSecurityInfo, unsetSecurityInfo2, unsetSharedDoc, unsetStartTime, unsetUiStatus, unsetUpdateTime, xgetChildrenObjects, xgetCreationTime, xgetCUID, xgetDescription, xgetEndTime, xgetErrorMessage, xgetGUID, xgetID, xgetInstance, xgetInstanceObject, xgetIsApplicationObject, xgetIsComponent, xgetIsHiddenObject, xgetIsPluginObject, xgetIsRecurring, xgetIsRunnableObject, xgetIsSendable, xgetIsSystemObject, xgetKey, xgetKeywords, xgetKind, xgetLastRunTime, xgetLastSuccessfulInstanceCUID, xgetName, xgetNewJobID, xgetNextRunTime, xgetObjectIsContainer, xgetOwner, xgetOwnerCUID, xgetParentCUID, xgetRUID, xgetSchedulable, xgetStartTime, xgetUiStatus, xgetUpdateTime, xsetChildrenObjects, xsetCreationTime, xsetCUID, xsetDescription, xsetEndTime, xsetErrorMessage, xsetGUID, xsetID, xsetInstance, xsetInstanceObject, xsetIsApplicationObject, xsetIsComponent, xsetIsHiddenObject, xsetIsPluginObject, xsetIsRecurring, xsetIsRunnableObject, xsetIsSendable, xsetIsSystemObject, xsetKey, xsetKeywords, xsetKind, xsetLastRunTime, xsetLastSuccessfulInstanceCUID, xsetName, xsetNewJobID, xsetNextRunTime, xsetObjectIsContainer, xsetOwner, xsetOwnerCUID, xsetParentCUID, xsetRUID, xsetSchedulable, xsetStartTime, xsetUiStatus, xsetUpdateTime
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAliases

UserAliases getAliases()
Gets the "Aliases" element


isSetAliases

boolean isSetAliases()
True if has "Aliases" element


setAliases

void setAliases(UserAliases aliases)
Sets the "Aliases" element


addNewAliases

UserAliases addNewAliases()
Appends and returns a new empty "Aliases" element


unsetAliases

void unsetAliases()
Unsets the "Aliases" element


getFailedLogons

int getFailedLogons()
Gets the "FailedLogons" element


xgetFailedLogons

org.apache.xmlbeans.XmlInt xgetFailedLogons()
Gets (as xml) the "FailedLogons" element


isSetFailedLogons

boolean isSetFailedLogons()
True if has "FailedLogons" element


setFailedLogons

void setFailedLogons(int failedLogons)
Sets the "FailedLogons" element


xsetFailedLogons

void xsetFailedLogons(org.apache.xmlbeans.XmlInt failedLogons)
Sets (as xml) the "FailedLogons" element


unsetFailedLogons

void unsetFailedLogons()
Unsets the "FailedLogons" element


getExcludedPublications

ExcludedPublications getExcludedPublications()
Gets the "ExcludedPublications" element


isSetExcludedPublications

boolean isSetExcludedPublications()
True if has "ExcludedPublications" element


setExcludedPublications

void setExcludedPublications(ExcludedPublications excludedPublications)
Sets the "ExcludedPublications" element


addNewExcludedPublications

ExcludedPublications addNewExcludedPublications()
Appends and returns a new empty "ExcludedPublications" element


unsetExcludedPublications

void unsetExcludedPublications()
Unsets the "ExcludedPublications" element


getEmailAddress

java.lang.String getEmailAddress()
Gets the "EmailAddress" element


xgetEmailAddress

org.apache.xmlbeans.XmlString xgetEmailAddress()
Gets (as xml) the "EmailAddress" element


isSetEmailAddress

boolean isSetEmailAddress()
True if has "EmailAddress" element


setEmailAddress

void setEmailAddress(java.lang.String emailAddress)
Sets the "EmailAddress" element


xsetEmailAddress

void xsetEmailAddress(org.apache.xmlbeans.XmlString emailAddress)
Sets (as xml) the "EmailAddress" element


unsetEmailAddress

void unsetEmailAddress()
Unsets the "EmailAddress" element


getLastLogonTime

java.util.Calendar getLastLogonTime()
Gets the "LastLogonTime" element


xgetLastLogonTime

org.apache.xmlbeans.XmlDateTime xgetLastLogonTime()
Gets (as xml) the "LastLogonTime" element


isSetLastLogonTime

boolean isSetLastLogonTime()
True if has "LastLogonTime" element


setLastLogonTime

void setLastLogonTime(java.util.Calendar lastLogonTime)
Sets the "LastLogonTime" element


xsetLastLogonTime

void xsetLastLogonTime(org.apache.xmlbeans.XmlDateTime lastLogonTime)
Sets (as xml) the "LastLogonTime" element


unsetLastLogonTime

void unsetLastLogonTime()
Unsets the "LastLogonTime" element


getFullName

java.lang.String getFullName()
Gets the "FullName" element


xgetFullName

org.apache.xmlbeans.XmlString xgetFullName()
Gets (as xml) the "FullName" element


isSetFullName

boolean isSetFullName()
True if has "FullName" element


setFullName

void setFullName(java.lang.String fullName)
Sets the "FullName" element


xsetFullName

void xsetFullName(org.apache.xmlbeans.XmlString fullName)
Sets (as xml) the "FullName" element


unsetFullName

void unsetFullName()
Unsets the "FullName" element


getPasswordChangeAllowed

boolean getPasswordChangeAllowed()
Gets the "PasswordChangeAllowed" element


xgetPasswordChangeAllowed

org.apache.xmlbeans.XmlBoolean xgetPasswordChangeAllowed()
Gets (as xml) the "PasswordChangeAllowed" element


isSetPasswordChangeAllowed

boolean isSetPasswordChangeAllowed()
True if has "PasswordChangeAllowed" element


setPasswordChangeAllowed

void setPasswordChangeAllowed(boolean passwordChangeAllowed)
Sets the "PasswordChangeAllowed" element


xsetPasswordChangeAllowed

void xsetPasswordChangeAllowed(org.apache.xmlbeans.XmlBoolean passwordChangeAllowed)
Sets (as xml) the "PasswordChangeAllowed" element


unsetPasswordChangeAllowed

void unsetPasswordChangeAllowed()
Unsets the "PasswordChangeAllowed" element


getProfileValues

ProfileValues getProfileValues()
Gets the "ProfileValues" element


isSetProfileValues

boolean isSetProfileValues()
True if has "ProfileValues" element


setProfileValues

void setProfileValues(ProfileValues profileValues)
Sets the "ProfileValues" element


addNewProfileValues

ProfileValues addNewProfileValues()
Appends and returns a new empty "ProfileValues" element


unsetProfileValues

void unsetProfileValues()
Unsets the "ProfileValues" element


getPrincipalPublications

PrincipalPublications getPrincipalPublications()
Gets the "PrincipalPublications" element


isSetPrincipalPublications

boolean isSetPrincipalPublications()
True if has "PrincipalPublications" element


setPrincipalPublications

void setPrincipalPublications(PrincipalPublications principalPublications)
Sets the "PrincipalPublications" element


addNewPrincipalPublications

PrincipalPublications addNewPrincipalPublications()
Appends and returns a new empty "PrincipalPublications" element


unsetPrincipalPublications

void unsetPrincipalPublications()
Unsets the "PrincipalPublications" element


getGroups

Groups getGroups()
Gets the "Groups" element


setGroups

void setGroups(Groups groups)
Sets the "Groups" element


addNewGroups

Groups addNewGroups()
Appends and returns a new empty "Groups" element


getEntGroups

EntGroups getEntGroups()
Gets the "EntGroups" element


setEntGroups

void setEntGroups(EntGroups entGroups)
Sets the "EntGroups" element


addNewEntGroups

EntGroups addNewEntGroups()
Appends and returns a new empty "EntGroups" element


getPasswordExpiryAllowed

boolean getPasswordExpiryAllowed()
Gets the "PasswordExpiryAllowed" element


xgetPasswordExpiryAllowed

org.apache.xmlbeans.XmlBoolean xgetPasswordExpiryAllowed()
Gets (as xml) the "PasswordExpiryAllowed" element


isSetPasswordExpiryAllowed

boolean isSetPasswordExpiryAllowed()
True if has "PasswordExpiryAllowed" element


setPasswordExpiryAllowed

void setPasswordExpiryAllowed(boolean passwordExpiryAllowed)
Sets the "PasswordExpiryAllowed" element


xsetPasswordExpiryAllowed

void xsetPasswordExpiryAllowed(org.apache.xmlbeans.XmlBoolean passwordExpiryAllowed)
Sets (as xml) the "PasswordExpiryAllowed" element


unsetPasswordExpiryAllowed

void unsetPasswordExpiryAllowed()
Unsets the "PasswordExpiryAllowed" element


getPasswordToChangeAtNextLogon

boolean getPasswordToChangeAtNextLogon()
Gets the "PasswordToChangeAtNextLogon" element


xgetPasswordToChangeAtNextLogon

org.apache.xmlbeans.XmlBoolean xgetPasswordToChangeAtNextLogon()
Gets (as xml) the "PasswordToChangeAtNextLogon" element


isSetPasswordToChangeAtNextLogon

boolean isSetPasswordToChangeAtNextLogon()
True if has "PasswordToChangeAtNextLogon" element


setPasswordToChangeAtNextLogon

void setPasswordToChangeAtNextLogon(boolean passwordToChangeAtNextLogon)
Sets the "PasswordToChangeAtNextLogon" element


xsetPasswordToChangeAtNextLogon

void xsetPasswordToChangeAtNextLogon(org.apache.xmlbeans.XmlBoolean passwordToChangeAtNextLogon)
Sets (as xml) the "PasswordToChangeAtNextLogon" element


unsetPasswordToChangeAtNextLogon

void unsetPasswordToChangeAtNextLogon()
Unsets the "PasswordToChangeAtNextLogon" element


getPassword

java.lang.String getPassword()
Gets the "Password" element


xgetPassword

org.apache.xmlbeans.XmlString xgetPassword()
Gets (as xml) the "Password" element


isSetPassword

boolean isSetPassword()
True if has "Password" element


setPassword

void setPassword(java.lang.String password)
Sets the "Password" element


xsetPassword

void xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "Password" element


unsetPassword

void unsetPassword()
Unsets the "Password" element


getLastPasswordChangeTime

java.util.Calendar getLastPasswordChangeTime()
Gets the "LastPasswordChangeTime" element


xgetLastPasswordChangeTime

org.apache.xmlbeans.XmlDateTime xgetLastPasswordChangeTime()
Gets (as xml) the "LastPasswordChangeTime" element


isSetLastPasswordChangeTime

boolean isSetLastPasswordChangeTime()
True if has "LastPasswordChangeTime" element


setLastPasswordChangeTime

void setLastPasswordChangeTime(java.util.Calendar lastPasswordChangeTime)
Sets the "LastPasswordChangeTime" element


xsetLastPasswordChangeTime

void xsetLastPasswordChangeTime(org.apache.xmlbeans.XmlDateTime lastPasswordChangeTime)
Sets (as xml) the "LastPasswordChangeTime" element


unsetLastPasswordChangeTime

void unsetLastPasswordChangeTime()
Unsets the "LastPasswordChangeTime" element


getNamedUser

boolean getNamedUser()
Gets the "NamedUser" element


xgetNamedUser

org.apache.xmlbeans.XmlBoolean xgetNamedUser()
Gets (as xml) the "NamedUser" element


setNamedUser

void setNamedUser(boolean namedUser)
Sets the "NamedUser" element


xsetNamedUser

void xsetNamedUser(org.apache.xmlbeans.XmlBoolean namedUser)
Sets (as xml) the "NamedUser" element


getPrincipalProfiles

PrincipalProfiles getPrincipalProfiles()
Gets the "PrincipalProfiles" element


isSetPrincipalProfiles

boolean isSetPrincipalProfiles()
True if has "PrincipalProfiles" element


setPrincipalProfiles

void setPrincipalProfiles(PrincipalProfiles principalProfiles)
Sets the "PrincipalProfiles" element


addNewPrincipalProfiles

PrincipalProfiles addNewPrincipalProfiles()
Appends and returns a new empty "PrincipalProfiles" element


unsetPrincipalProfiles

void unsetPrincipalProfiles()
Unsets the "PrincipalProfiles" element


getUserFlags

int getUserFlags()
Gets the "UserFlags" element


xgetUserFlags

org.apache.xmlbeans.XmlInt xgetUserFlags()
Gets (as xml) the "UserFlags" element


isSetUserFlags

boolean isSetUserFlags()
True if has "UserFlags" element


setUserFlags

void setUserFlags(int userFlags)
Sets the "UserFlags" element


xsetUserFlags

void xsetUserFlags(org.apache.xmlbeans.XmlInt userFlags)
Sets (as xml) the "UserFlags" element


unsetUserFlags

void unsetUserFlags()
Unsets the "UserFlags" element


getE65Cuid

java.lang.String getE65Cuid()
Gets the "E65Cuid" element


xgetE65Cuid

org.apache.xmlbeans.XmlString xgetE65Cuid()
Gets (as xml) the "E65Cuid" element


isSetE65Cuid

boolean isSetE65Cuid()
True if has "E65Cuid" element


setE65Cuid

void setE65Cuid(java.lang.String e65Cuid)
Sets the "E65Cuid" element


xsetE65Cuid

void xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
Sets (as xml) the "E65Cuid" element


unsetE65Cuid

void unsetE65Cuid()
Unsets the "E65Cuid" element


getAttributeImportingEnabled

boolean getAttributeImportingEnabled()
Gets the "AttributeImportingEnabled" element


xgetAttributeImportingEnabled

org.apache.xmlbeans.XmlBoolean xgetAttributeImportingEnabled()
Gets (as xml) the "AttributeImportingEnabled" element


isSetAttributeImportingEnabled

boolean isSetAttributeImportingEnabled()
True if has "AttributeImportingEnabled" element


setAttributeImportingEnabled

void setAttributeImportingEnabled(boolean attributeImportingEnabled)
Sets the "AttributeImportingEnabled" element


xsetAttributeImportingEnabled

void xsetAttributeImportingEnabled(org.apache.xmlbeans.XmlBoolean attributeImportingEnabled)
Sets (as xml) the "AttributeImportingEnabled" element


unsetAttributeImportingEnabled

void unsetAttributeImportingEnabled()
Unsets the "AttributeImportingEnabled" element


getUserProfiles

UserProfiles getUserProfiles()
Gets the "UserProfiles" element


isSetUserProfiles

boolean isSetUserProfiles()
True if has "UserProfiles" element


setUserProfiles

void setUserProfiles(UserProfiles userProfiles)
Sets the "UserProfiles" element


addNewUserProfiles

UserProfiles addNewUserProfiles()
Appends and returns a new empty "UserProfiles" element


unsetUserProfiles

void unsetUserProfiles()
Unsets the "UserProfiles" element


getLicenseRestrictionCUID

java.lang.String getLicenseRestrictionCUID()
Gets the "LicenseRestrictionCUID" element


xgetLicenseRestrictionCUID

org.apache.xmlbeans.XmlString xgetLicenseRestrictionCUID()
Gets (as xml) the "LicenseRestrictionCUID" element


isSetLicenseRestrictionCUID

boolean isSetLicenseRestrictionCUID()
True if has "LicenseRestrictionCUID" element


setLicenseRestrictionCUID

void setLicenseRestrictionCUID(java.lang.String licenseRestrictionCUID)
Sets the "LicenseRestrictionCUID" element


xsetLicenseRestrictionCUID

void xsetLicenseRestrictionCUID(org.apache.xmlbeans.XmlString licenseRestrictionCUID)
Sets (as xml) the "LicenseRestrictionCUID" element


unsetLicenseRestrictionCUID

void unsetLicenseRestrictionCUID()
Unsets the "LicenseRestrictionCUID" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element