public class UserType extends FocusType implements Serializable, Cloneable
Java class for UserType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}FocusType"> <sequence> <element name="fullName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="givenName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="familyName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="additionalName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="nickName" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="honorificPrefix" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="honorificSuffix" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="title" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="preferredLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="employeeNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="employeeType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="costCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="organization" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" maxOccurs="unbounded" minOccurs="0"/> <element name="organizationalUnit" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" maxOccurs="unbounded" minOccurs="0"/> <element name="locality" type="{http://prism.evolveum.com/xml/ns/public/types-2}PolyStringType" minOccurs="0"/> <element name="credentials" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}CredentialsType" minOccurs="0"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}OperationResultType" minOccurs="0"/> <element name="account" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowType" maxOccurs="unbounded" minOccurs="0"/> <element name="accountRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACCOUNT |
static QName |
F_ACCOUNT_REF |
static QName |
F_ADDITIONAL_NAME |
static QName |
F_COMPLEX___TYPE |
static QName |
F_COST_CENTER |
static QName |
F_CREDENTIALS |
static QName |
F_EMAIL_ADDRESS |
static QName |
F_EMPLOYEE_NUMBER |
static QName |
F_EMPLOYEE_TYPE |
static QName |
F_FAMILY_NAME |
static QName |
F_FULL_NAME |
static QName |
F_GIVEN_NAME |
static QName |
F_HONORIFIC_PREFIX |
static QName |
F_HONORIFIC_SUFFIX |
static QName |
F_LOCALE |
static QName |
F_LOCALITY |
static QName |
F_NICK_NAME |
static QName |
F_ORGANIZATION |
static QName |
F_ORGANIZATIONAL_UNIT |
static QName |
F_PREFERRED_LANGUAGE |
static QName |
F_RESULT |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TELEPHONE_NUMBER |
static QName |
F_TIMEZONE |
static QName |
F_TITLE |
F_ACTIVATION, F_ASSIGNMENT, F_LINK, F_LINK_REF
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TRIGGER
Constructor and Description |
---|
UserType() |
Modifier and Type | Method and Description |
---|---|
UserType |
clone() |
List<ShadowType> |
getAccount() |
List<ObjectReferenceType> |
getAccountRef() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getAdditionalName() |
String |
getCostCenter() |
CredentialsType |
getCredentials() |
String |
getEmailAddress() |
String |
getEmployeeNumber() |
List<String> |
getEmployeeType() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getFamilyName() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getFullName() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getGivenName() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getHonorificPrefix() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getHonorificSuffix() |
String |
getLocale() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getLocality() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getNickName() |
List<com.evolveum.prism.xml.ns._public.types_2.PolyStringType> |
getOrganization() |
List<com.evolveum.prism.xml.ns._public.types_2.PolyStringType> |
getOrganizationalUnit() |
String |
getPreferredLanguage() |
OperationResultType |
getResult() |
String |
getTelephoneNumber() |
String |
getTimezone() |
com.evolveum.prism.xml.ns._public.types_2.PolyStringType |
getTitle() |
void |
setAdditionalName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setCostCenter(String value) |
void |
setCredentials(CredentialsType value) |
void |
setEmailAddress(String value) |
void |
setEmployeeNumber(String value) |
void |
setFamilyName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setFullName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setGivenName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setHonorificPrefix(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setHonorificSuffix(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setLocale(String value) |
void |
setLocality(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setNickName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
void |
setPreferredLanguage(String value) |
void |
setResult(OperationResultType value) |
void |
setTelephoneNumber(String value) |
void |
setTimezone(String value) |
void |
setTitle(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value) |
getActivation, getAssignment, getLink, getLinkRef, setActivation
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_FULL_NAME
public static final QName F_GIVEN_NAME
public static final QName F_FAMILY_NAME
public static final QName F_ADDITIONAL_NAME
public static final QName F_NICK_NAME
public static final QName F_HONORIFIC_PREFIX
public static final QName F_HONORIFIC_SUFFIX
public static final QName F_TITLE
public static final QName F_PREFERRED_LANGUAGE
public static final QName F_LOCALE
public static final QName F_TIMEZONE
public static final QName F_EMAIL_ADDRESS
public static final QName F_TELEPHONE_NUMBER
public static final QName F_EMPLOYEE_NUMBER
public static final QName F_EMPLOYEE_TYPE
public static final QName F_COST_CENTER
public static final QName F_ORGANIZATION
public static final QName F_ORGANIZATIONAL_UNIT
public static final QName F_LOCALITY
public static final QName F_CREDENTIALS
public static final QName F_RESULT
public static final QName F_ACCOUNT
public static final QName F_ACCOUNT_REF
public static final QName F_COMPLEX___TYPE
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getFullName()
public void setFullName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getGivenName()
public void setGivenName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getFamilyName()
public void setFamilyName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getAdditionalName()
public void setAdditionalName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getNickName()
public void setNickName(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getHonorificPrefix()
public void setHonorificPrefix(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getHonorificSuffix()
public void setHonorificSuffix(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getTitle()
public void setTitle(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public String getPreferredLanguage()
public void setPreferredLanguage(String value)
public String getLocale()
public void setLocale(String value)
public String getTimezone()
public void setTimezone(String value)
public String getEmailAddress()
public void setEmailAddress(String value)
public String getTelephoneNumber()
public void setTelephoneNumber(String value)
public String getEmployeeNumber()
public void setEmployeeNumber(String value)
public String getCostCenter()
public void setCostCenter(String value)
public List<com.evolveum.prism.xml.ns._public.types_2.PolyStringType> getOrganization()
public List<com.evolveum.prism.xml.ns._public.types_2.PolyStringType> getOrganizationalUnit()
public com.evolveum.prism.xml.ns._public.types_2.PolyStringType getLocality()
public void setLocality(com.evolveum.prism.xml.ns._public.types_2.PolyStringType value)
public CredentialsType getCredentials()
public void setCredentials(CredentialsType value)
public OperationResultType getResult()
public void setResult(OperationResultType value)
public List<ShadowType> getAccount()
public List<ObjectReferenceType> getAccountRef()
Copyright © 2014 Evolveum. All rights reserved.