public class AccessCertificationDefinitionForReportType extends AccessCertificationDefinitionType implements Serializable, Cloneable
Java class for AccessCertificationDefinitionForReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessCertificationDefinitionForReportType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AccessCertificationDefinitionType">
<sequence>
<element name="campaigns" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="openCampaigns" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CAMPAIGNS |
static QName |
F_OPEN_CAMPAIGNS |
F_HANDLER_URI, F_LAST_CAMPAIGN_CLOSED_TIMESTAMP, F_LAST_CAMPAIGN_ID_USED, F_LAST_CAMPAIGN_STARTED_TIMESTAMP, F_OWNER_REF, F_REMEDIATION_DEFINITION, F_REVIEW_STRATEGY, F_SCOPE_DEFINITION, F_STAGE_DEFINITIONF_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 |
|---|
AccessCertificationDefinitionForReportType() |
AccessCertificationDefinitionForReportType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
AccessCertificationDefinitionForReportType |
clone() |
Integer |
getCampaigns() |
Integer |
getOpenCampaigns() |
void |
setCampaigns(Integer value) |
void |
setOpenCampaigns(Integer value) |
getHandlerUri, getLastCampaignClosedTimestamp, getLastCampaignIdUsed, getLastCampaignStartedTimestamp, getOwnerRef, getRemediationDefinition, getReviewStrategy, getScopeDefinition, getStageDefinition, setHandlerUri, setLastCampaignClosedTimestamp, setLastCampaignIdUsed, setLastCampaignStartedTimestamp, setOwnerRef, setRemediationDefinition, setReviewStrategy, setScopeDefinitionasPrismContainer, 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, toStringpublic static final QName COMPLEX_TYPE
public static final QName F_CAMPAIGNS
public static final QName F_OPEN_CAMPAIGNS
public AccessCertificationDefinitionForReportType()
public AccessCertificationDefinitionForReportType(com.evolveum.midpoint.prism.PrismContext prismContext)
public Integer getCampaigns()
public void setCampaigns(Integer value)
public Integer getOpenCampaigns()
public void setOpenCampaigns(Integer value)
public AccessCertificationDefinitionForReportType clone()
clone in class AccessCertificationDefinitionTypeCopyright © 2016 Evolveum. All rights reserved.