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 QNameCOMPLEX_TYPEstatic ItemNameF_AVAILABLE_RESPONSEstatic ItemNameF_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 PrismContainerValueasPrismContainerValue()AccessCertificationConfigurationTypeavailableResponse(AccessCertificationResponseType value)PerformerCommentsFormattingTypebeginReviewerCommentsFormatting()AccessCertificationConfigurationTypeclone()List<AccessCertificationResponseType>createAvailableResponseList()<X> Xend()booleanequals(Object object)List<AccessCertificationResponseType>getAvailableResponse()LonggetId()PerformerCommentsFormattingTypegetReviewerCommentsFormatting()inthashCode()AccessCertificationConfigurationTypeid(Long value)AccessCertificationConfigurationTypereviewerCommentsFormatting(PerformerCommentsFormattingType value)voidsetId(Long value)voidsetReviewerCommentsFormatting(PerformerCommentsFormattingType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein 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()
-
-