public class RoleApprovalFormType extends ObjectType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Objectable
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/public/common/common-2a}ObjectType"> <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_TRIGGER
Constructor and Description |
---|
RoleApprovalFormType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismObject |
asPrismContainer() |
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
com.evolveum.midpoint.prism.PrismObject |
asPrismObject() |
RoleApprovalFormType |
clone() |
boolean |
equals(Object object) |
String |
getComment() |
String |
getRequesterComment() |
String |
getRole() |
String |
getTimeInterval() |
String |
getUser() |
int |
hashCode() |
void |
setComment(String value) |
void |
setRequesterComment(String value) |
void |
setRole(String value) |
void |
setTimeInterval(String value) |
void |
setupContainer(com.evolveum.midpoint.prism.PrismObject container) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
void |
setUser(String value) |
String |
toDebugName() |
String |
toDebugType() |
String |
toString() |
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setVersion
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 void setupContainer(com.evolveum.midpoint.prism.PrismObject container)
setupContainer
in interface com.evolveum.midpoint.prism.Objectable
setupContainer
in class ObjectType
public com.evolveum.midpoint.prism.PrismObject asPrismObject()
asPrismObject
in interface com.evolveum.midpoint.prism.Objectable
asPrismObject
in class ObjectType
public com.evolveum.midpoint.prism.PrismObject asPrismContainer()
asPrismContainer
in class ObjectType
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class ObjectType
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class ObjectType
public String toString()
toString
in class ObjectType
public boolean equals(Object object)
equals
in class ObjectType
public int hashCode()
hashCode
in class ObjectType
public String toDebugName()
toDebugName
in interface com.evolveum.midpoint.prism.Objectable
toDebugName
in class ObjectType
public String toDebugType()
toDebugType
in interface com.evolveum.midpoint.prism.Objectable
toDebugType
in class ObjectType
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 ObjectType
Copyright © 2014 Evolveum. All rights reserved.