public class WorkItemContents extends ObjectType implements Serializable, Cloneable
Java class for WorkItemContents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemContents"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="questionForm" type="{http://midpoint.evolveum.com/xml/ns/model/workflow/common-forms-3}QuestionFormType" minOccurs="0"/> <element name="questionFormRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_QUESTION_FORM |
static QName |
F_QUESTION_FORM_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 |
---|
WorkItemContents() |
Modifier and Type | Method and Description |
---|---|
WorkItemContents |
clone() |
QuestionFormType |
getQuestionForm() |
ObjectReferenceType |
getQuestionFormRef() |
void |
setQuestionForm(QuestionFormType value) |
void |
setQuestionFormRef(ObjectReferenceType 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_QUESTION_FORM
public static final QName F_QUESTION_FORM_REF
public QuestionFormType getQuestionForm()
public void setQuestionForm(QuestionFormType value)
public ObjectReferenceType getQuestionFormRef()
public void setQuestionFormRef(ObjectReferenceType value)
public WorkItemContents clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.