public class RoleApprovalFormType extends ObjectType implements Serializable, Cloneable, 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 |
---|---|
PrismObject |
asPrismContainer() |
PrismContainerValue |
asPrismContainerValue() |
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(PrismObject container) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
void |
setUser(String value) |
String |
toDebugName()
Returns short string representing identity of this object.
|
String |
toDebugType()
Returns short string identification of object type.
|
String |
toString() |
getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTrigger, getVersion, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setVersion
finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription, getName, getOid, getVersion, setDescription, 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(PrismObject container)
setupContainer
in interface Objectable
setupContainer
in class ObjectType
public PrismObject asPrismObject()
asPrismObject
in interface Objectable
asPrismObject
in class ObjectType
public PrismObject asPrismContainer()
asPrismContainer
in class ObjectType
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class ObjectType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface 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()
Objectable
toDebugName
in interface Objectable
toDebugName
in class ObjectType
public String toDebugType()
Objectable
toDebugType
in interface 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 © 2013 evolveum. All rights reserved.