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() |
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 PolyStringType getFullName()
public void setFullName(PolyStringType value)
public PolyStringType getGivenName()
public void setGivenName(PolyStringType value)
public PolyStringType getFamilyName()
public void setFamilyName(PolyStringType value)
public PolyStringType getAdditionalName()
public void setAdditionalName(PolyStringType value)
public PolyStringType getNickName()
public void setNickName(PolyStringType value)
public PolyStringType getHonorificPrefix()
public void setHonorificPrefix(PolyStringType value)
public PolyStringType getHonorificSuffix()
public void setHonorificSuffix(PolyStringType value)
public PolyStringType getTitle()
public void setTitle(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<PolyStringType> getOrganization()
public List<PolyStringType> getOrganizationalUnit()
public PolyStringType getLocality()
public void setLocality(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 © 2013 evolveum. All rights reserved.