Class AccessCertificationConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AccessCertificationConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class AccessCertificationConfigurationType extends Object implements Serializable, Cloneable, Containerable
Configuration for access certification.Java class for AccessCertificationConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="availableResponse" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationResponseType" maxOccurs="unbounded" minOccurs="0"/> <element name="reviewerCommentsFormatting" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PerformerCommentsFormattingType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_AVAILABLE_RESPONSE
static ItemName
F_REVIEWER_COMMENTS_FORMATTING
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AccessCertificationConfigurationType()
AccessCertificationConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
AccessCertificationConfigurationType
availableResponse(AccessCertificationResponseType value)
PerformerCommentsFormattingType
beginReviewerCommentsFormatting()
AccessCertificationConfigurationType
clone()
List<AccessCertificationResponseType>
createAvailableResponseList()
<X> X
end()
boolean
equals(Object object)
List<AccessCertificationResponseType>
getAvailableResponse()
Long
getId()
PerformerCommentsFormattingType
getReviewerCommentsFormatting()
int
hashCode()
AccessCertificationConfigurationType
id(Long value)
AccessCertificationConfigurationType
reviewerCommentsFormatting(PerformerCommentsFormattingType value)
void
setId(Long value)
void
setReviewerCommentsFormatting(PerformerCommentsFormattingType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
AccessCertificationConfigurationType
public AccessCertificationConfigurationType()
-
AccessCertificationConfigurationType
public AccessCertificationConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getAvailableResponse
public List<AccessCertificationResponseType> getAvailableResponse()
-
createAvailableResponseList
public List<AccessCertificationResponseType> createAvailableResponseList()
-
getReviewerCommentsFormatting
public PerformerCommentsFormattingType getReviewerCommentsFormatting()
-
setReviewerCommentsFormatting
public void setReviewerCommentsFormatting(PerformerCommentsFormattingType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
availableResponse
public AccessCertificationConfigurationType availableResponse(AccessCertificationResponseType value)
-
reviewerCommentsFormatting
public AccessCertificationConfigurationType reviewerCommentsFormatting(PerformerCommentsFormattingType value)
-
beginReviewerCommentsFormatting
public PerformerCommentsFormattingType beginReviewerCommentsFormatting()
-
id
public AccessCertificationConfigurationType id(Long value)
-
clone
public AccessCertificationConfigurationType clone()
-
-