public class AssignmentCreationApprovalFormType extends QuestionFormType implements Serializable, Cloneable
Java class for AssignmentCreationApprovalFormType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentCreationApprovalFormType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/model/workflow/common-forms-3}QuestionFormType"> <sequence> <element name="focusName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="assignedObjectName" 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_ASSIGNED_OBJECT_NAME |
static QName |
F_COMMENT |
static QName |
F_FOCUS_NAME |
static QName |
F_REQUESTER_COMMENT |
static QName |
F_TIME_INTERVAL |
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 |
---|
AssignmentCreationApprovalFormType() |
AssignmentCreationApprovalFormType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
AssignmentCreationApprovalFormType |
clone() |
String |
getAssignedObjectName() |
String |
getComment() |
String |
getFocusName() |
String |
getRequesterComment() |
String |
getTimeInterval() |
void |
setAssignedObjectName(String value) |
void |
setComment(String value) |
void |
setFocusName(String value) |
void |
setRequesterComment(String value) |
void |
setTimeInterval(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_FOCUS_NAME
public static final QName F_ASSIGNED_OBJECT_NAME
public static final QName F_TIME_INTERVAL
public static final QName F_REQUESTER_COMMENT
public static final QName F_COMMENT
public AssignmentCreationApprovalFormType()
public AssignmentCreationApprovalFormType(com.evolveum.midpoint.prism.PrismContext prismContext)
public String getFocusName()
public void setFocusName(String value)
public String getAssignedObjectName()
public void setAssignedObjectName(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 AssignmentCreationApprovalFormType clone()
clone
in class QuestionFormType
Copyright © 2015 Evolveum. All rights reserved.