public class RoleType extends AbstractRoleType implements Serializable, Cloneable
Java class for RoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractRoleType"> <sequence> <element name="roleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ROLE_TYPE |
F_APPROVAL_PROCESS, F_APPROVAL_SCHEMA, F_APPROVER_EXPRESSION, F_APPROVER_REF, F_AUTHORIZATION, F_AUTOMATICALLY_APPROVED, F_EXCLUSION, F_INDUCEMENT, F_REQUESTABLE
F_ACTIVATION, F_ASSIGNMENT, F_ITERATION, F_ITERATION_TOKEN, F_LINK, F_LINK_REF
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
RoleType() |
Modifier and Type | Method and Description |
---|---|
RoleType |
clone() |
String |
getRoleType() |
void |
setRoleType(String value) |
getApprovalProcess, getApprovalSchema, getApproverExpression, getApproverRef, getAuthorization, getAutomaticallyApproved, getExclusion, getInducement, isRequestable, setApprovalProcess, setApprovalSchema, setAutomaticallyApproved, setRequestable
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getActivation, getAssignment, getIteration, getIterationToken, getLink, getLinkRef, hashCode, setActivation, setIteration, setIterationToken, setupContainer, setupContainerValue, toDebugName, toDebugType, toString
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setVersion
Copyright © 2014 Evolveum. All rights reserved.