Skip navigation links


oracle.iam.callbacks.vo
Class PolicyType

java.lang.Object
  extended by oracle.iam.callbacks.vo.PolicyType


public class PolicyType
extends java.lang.Object

Java class for PolicyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="policyName" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.oracle.com/schema/oim/callback_config}LocaleSpecificString" minOccurs="0"/>
         <element name="constraintAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="constraintAttributeValue" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="invokeOnChange" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="callbackOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="callbackTenantGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="targetIDAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="roleIDAttribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="allowCreateCallbacks" type="{http://www.oracle.com/schema/oim/callback_config}allowCreateCallbacksType" minOccurs="0"/>
         <element name="tenantGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="provisioningSteps" type="{http://www.oracle.com/schema/oim/callback_config}StepsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
PolicyType()
           

 

Method Summary
 java.lang.String getAllowCreateCallbacks()
          Gets the value of the allowCreateCallbacks property.
 java.lang.String getCallbackTenantGUID()
          Gets the value of the callbackTenantGUID property.
 java.lang.String getConstraintAttribute()
          Gets the value of the constraintAttribute property.
 java.lang.String getConstraintAttributeValue()
          Gets the value of the constraintAttributeValue property.
 LocaleSpecificString getDescription()
          Gets the value of the description property.
 java.lang.String getEntityType()
          Gets the value of the entityType property.
 java.util.List getInvokeOnChange()
          Gets the value of the invokeOnChange property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 java.lang.String getPolicyName()
          Gets the value of the policyName property.
 StepsType getProvisioningSteps()
          Gets the value of the provisioningSteps property.
 java.lang.String getRoleIDAttribute()
          Gets the value of the roleIDAttribute property.
 java.lang.String getTargetIDAttribute()
          Gets the value of the targetIDAttribute property.
 java.lang.String getTenantGUID()
          Gets the value of the tenantGUID property.
 java.lang.Boolean isCallbackOnly()
          Gets the value of the callbackOnly property.
 void setAllowCreateCallbacks(java.lang.String value)
          Sets the value of the allowCreateCallbacks property.
 void setCallbackOnly(java.lang.Boolean value)
          Sets the value of the callbackOnly property.
 void setCallbackTenantGUID(java.lang.String value)
          Sets the value of the callbackTenantGUID property.
 void setConstraintAttribute(java.lang.String value)
          Sets the value of the constraintAttribute property.
 void setConstraintAttributeValue(java.lang.String value)
          Sets the value of the constraintAttributeValue property.
 void setDescription(LocaleSpecificString value)
          Sets the value of the description property.
 void setEntityType(java.lang.String value)
          Sets the value of the entityType property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setPolicyName(java.lang.String value)
          Sets the value of the policyName property.
 void setProvisioningSteps(StepsType value)
          Sets the value of the provisioningSteps property.
 void setRoleIDAttribute(java.lang.String value)
          Sets the value of the roleIDAttribute property.
 void setTargetIDAttribute(java.lang.String value)
          Sets the value of the targetIDAttribute property.
 void setTenantGUID(java.lang.String value)
          Sets the value of the tenantGUID property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PolicyType

public PolicyType()

Method Detail

getPolicyName

public java.lang.String getPolicyName()
Gets the value of the policyName property.
Returns:
possible object is String

setPolicyName

public void setPolicyName(java.lang.String value)
Sets the value of the policyName property.
Parameters:
value - allowed object is String

getEntityType

public java.lang.String getEntityType()
Gets the value of the entityType property.
Returns:
possible object is String

setEntityType

public void setEntityType(java.lang.String value)
Sets the value of the entityType property.
Parameters:
value - allowed object is String

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.
Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.
Parameters:
value - allowed object is String

getDescription

public LocaleSpecificString getDescription()
Gets the value of the description property.
Returns:
possible object is LocaleSpecificString

setDescription

public void setDescription(LocaleSpecificString value)
Sets the value of the description property.
Parameters:
value - allowed object is LocaleSpecificString

getConstraintAttribute

public java.lang.String getConstraintAttribute()
Gets the value of the constraintAttribute property.
Returns:
possible object is String

setConstraintAttribute

public void setConstraintAttribute(java.lang.String value)
Sets the value of the constraintAttribute property.
Parameters:
value - allowed object is String

getConstraintAttributeValue

public java.lang.String getConstraintAttributeValue()
Gets the value of the constraintAttributeValue property.
Returns:
possible object is String

setConstraintAttributeValue

public void setConstraintAttributeValue(java.lang.String value)
Sets the value of the constraintAttributeValue property.
Parameters:
value - allowed object is String

getInvokeOnChange

public java.util.List getInvokeOnChange()
Gets the value of the invokeOnChange property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the invokeOnChange property.

For example, to add a new item, do as follows:

    getInvokeOnChange().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isCallbackOnly

public java.lang.Boolean isCallbackOnly()
Gets the value of the callbackOnly property.
Returns:
possible object is Boolean

setCallbackOnly

public void setCallbackOnly(java.lang.Boolean value)
Sets the value of the callbackOnly property.
Parameters:
value - allowed object is Boolean

getCallbackTenantGUID

public java.lang.String getCallbackTenantGUID()
Gets the value of the callbackTenantGUID property.
Returns:
possible object is String

setCallbackTenantGUID

public void setCallbackTenantGUID(java.lang.String value)
Sets the value of the callbackTenantGUID property.
Parameters:
value - allowed object is String

getTargetIDAttribute

public java.lang.String getTargetIDAttribute()
Gets the value of the targetIDAttribute property.
Returns:
possible object is String

setTargetIDAttribute

public void setTargetIDAttribute(java.lang.String value)
Sets the value of the targetIDAttribute property.
Parameters:
value - allowed object is String

getRoleIDAttribute

public java.lang.String getRoleIDAttribute()
Gets the value of the roleIDAttribute property.
Returns:
possible object is String

setRoleIDAttribute

public void setRoleIDAttribute(java.lang.String value)
Sets the value of the roleIDAttribute property.
Parameters:
value - allowed object is String

getAllowCreateCallbacks

public java.lang.String getAllowCreateCallbacks()
Gets the value of the allowCreateCallbacks property.
Returns:
possible object is String

setAllowCreateCallbacks

public void setAllowCreateCallbacks(java.lang.String value)
Sets the value of the allowCreateCallbacks property.
Parameters:
value - allowed object is String

getTenantGUID

public java.lang.String getTenantGUID()
Gets the value of the tenantGUID property.
Returns:
possible object is String

setTenantGUID

public void setTenantGUID(java.lang.String value)
Sets the value of the tenantGUID property.
Parameters:
value - allowed object is String

getProvisioningSteps

public StepsType getProvisioningSteps()
Gets the value of the provisioningSteps property.
Returns:
possible object is StepsType

setProvisioningSteps

public void setProvisioningSteps(StepsType value)
Sets the value of the provisioningSteps property.
Parameters:
value - allowed object is StepsType

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.