public class AssignmentModificationApprovalFormType extends QuestionFormType implements Serializable, Cloneable
Java class for AssignmentModificationApprovalFormType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssignmentModificationApprovalFormType"> <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="modification" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" 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_MODIFICATION |
static QName |
F_REQUESTER_COMMENT |
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 |
---|
AssignmentModificationApprovalFormType() |
AssignmentModificationApprovalFormType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
AssignmentModificationApprovalFormType |
clone() |
String |
getAssignedObjectName() |
String |
getComment() |
String |
getFocusName() |
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
getModification() |
String |
getRequesterComment() |
void |
setAssignedObjectName(String value) |
void |
setComment(String value) |
void |
setFocusName(String value) |
void |
setModification(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value) |
void |
setRequesterComment(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_MODIFICATION
public static final QName F_REQUESTER_COMMENT
public static final QName F_COMMENT
public AssignmentModificationApprovalFormType()
public AssignmentModificationApprovalFormType(com.evolveum.midpoint.prism.PrismContext prismContext)
public String getFocusName()
public void setFocusName(String value)
public String getAssignedObjectName()
public void setAssignedObjectName(String value)
public com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getModification()
public void setModification(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
public String getRequesterComment()
public void setRequesterComment(String value)
public String getComment()
public void setComment(String value)
public AssignmentModificationApprovalFormType clone()
clone
in class QuestionFormType
Copyright © 2015 Evolveum. All rights reserved.