public class KeyCheckPolicy
extends java.lang.Object
Java class for keyCheckPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="keyCheckPolicy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="designTimePolicyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="runTimePolicyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="apiName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="apiId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="operation" type="{http://namespaces.CentraSite.com/services/governance/privilege}operation"/> <element name="expirationInterval" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ApprovalPolicy" type="{http://namespaces.CentraSite.com/services/governance/privilege}ApprovalPolicy"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
KeyCheckPolicy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiId()
Gets the value of the apiId property.
|
java.lang.String |
getApiName()
Gets the value of the apiName property.
|
ApprovalPolicy |
getApprovalPolicy()
Gets the value of the approvalPolicy property.
|
java.lang.String |
getDesignTimePolicyId()
Gets the value of the designTimePolicyId property.
|
java.lang.String |
getExpirationInterval()
Gets the value of the expirationInterval property.
|
Operation |
getOperation()
Gets the value of the operation property.
|
java.lang.String |
getRunTimePolicyId()
Gets the value of the runTimePolicyId property.
|
void |
setApiId(java.lang.String value)
Sets the value of the apiId property.
|
void |
setApiName(java.lang.String value)
Sets the value of the apiName property.
|
void |
setApprovalPolicy(ApprovalPolicy value)
Sets the value of the approvalPolicy property.
|
void |
setDesignTimePolicyId(java.lang.String value)
Sets the value of the designTimePolicyId property.
|
void |
setExpirationInterval(java.lang.String value)
Sets the value of the expirationInterval property.
|
void |
setOperation(Operation value)
Sets the value of the operation property.
|
void |
setRunTimePolicyId(java.lang.String value)
Sets the value of the runTimePolicyId property.
|
public java.lang.String getDesignTimePolicyId()
String
public void setDesignTimePolicyId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRunTimePolicyId()
String
public void setRunTimePolicyId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getApiName()
String
public void setApiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getApiId()
String
public void setApiId(java.lang.String value)
value
- allowed object is
String
public Operation getOperation()
Operation
public void setOperation(Operation value)
value
- allowed object is
Operation
public java.lang.String getExpirationInterval()
String
public void setExpirationInterval(java.lang.String value)
value
- allowed object is
String
public ApprovalPolicy getApprovalPolicy()
ApprovalPolicy
public void setApprovalPolicy(ApprovalPolicy value)
value
- allowed object is
ApprovalPolicy