public class RoleApprovalFormType extends QuestionFormType implements Serializable, Cloneable
Java class for RoleApprovalFormType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleApprovalFormType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/model/workflow/common-forms-3}QuestionFormType"> <sequence> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timeInterval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="requesterComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="comment" 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_COMMENT |
static QName |
F_REQUESTER_COMMENT |
static QName |
F_ROLE |
static QName |
F_TIME_INTERVAL |
static QName |
F_USER |
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 |
---|
RoleApprovalFormType() |
Modifier and Type | Method and Description |
---|---|
RoleApprovalFormType |
clone() |
String |
getComment() |
String |
getRequesterComment() |
String |
getRole() |
String |
getTimeInterval() |
String |
getUser() |
void |
setComment(String value) |
void |
setRequesterComment(String value) |
void |
setRole(String value) |
void |
setTimeInterval(String value) |
void |
setUser(String value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_USER
public static final QName F_ROLE
public static final QName F_TIME_INTERVAL
public static final QName F_REQUESTER_COMMENT
public static final QName F_COMMENT
public String getUser()
public void setUser(String value)
public String getRole()
public void setRole(String value)
public String getTimeInterval()
public void setTimeInterval(String value)
public String getRequesterComment()
public void setRequesterComment(String value)
public String getComment()
public void setComment(String value)
public RoleApprovalFormType clone()
clone
in class QuestionFormType
Copyright © 2014 Evolveum. All rights reserved.