Skip navigation links


oracle.iam.callbacks.vo
Class StepsType

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


public class StepsType
extends java.lang.Object

Java class for StepsType complex type.

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

 <complexType name="StepsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="validation" type="{http://www.oracle.com/schema/oim/callback_config}PolicyStepsType" minOccurs="0"/>
         <element name="approval" type="{http://www.oracle.com/schema/oim/callback_config}PolicyStepsType" minOccurs="0"/>
         <element name="preProcessing" type="{http://www.oracle.com/schema/oim/callback_config}PolicyStepsType" minOccurs="0"/>
         <element name="postProcessing" type="{http://www.oracle.com/schema/oim/callback_config}PolicyStepsType" minOccurs="0"/>
         <element name="completion" type="{http://www.oracle.com/schema/oim/callback_config}PolicyStepsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
StepsType()
           

 

Method Summary
 PolicyStepsType getApproval()
          Gets the value of the approval property.
 PolicyStepsType getCompletion()
          Gets the value of the completion property.
 PolicyStepsType getPostProcessing()
          Gets the value of the postProcessing property.
 PolicyStepsType getPreProcessing()
          Gets the value of the preProcessing property.
 PolicyStepsType getValidation()
          Gets the value of the validation property.
 void setApproval(PolicyStepsType value)
          Sets the value of the approval property.
 void setCompletion(PolicyStepsType value)
          Sets the value of the completion property.
 void setPostProcessing(PolicyStepsType value)
          Sets the value of the postProcessing property.
 void setPreProcessing(PolicyStepsType value)
          Sets the value of the preProcessing property.
 void setValidation(PolicyStepsType value)
          Sets the value of the validation property.

 

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

 

Constructor Detail

StepsType

public StepsType()

Method Detail

getValidation

public PolicyStepsType getValidation()
Gets the value of the validation property.
Returns:
possible object is PolicyStepsType

setValidation

public void setValidation(PolicyStepsType value)
Sets the value of the validation property.
Parameters:
value - allowed object is PolicyStepsType

getApproval

public PolicyStepsType getApproval()
Gets the value of the approval property.
Returns:
possible object is PolicyStepsType

setApproval

public void setApproval(PolicyStepsType value)
Sets the value of the approval property.
Parameters:
value - allowed object is PolicyStepsType

getPreProcessing

public PolicyStepsType getPreProcessing()
Gets the value of the preProcessing property.
Returns:
possible object is PolicyStepsType

setPreProcessing

public void setPreProcessing(PolicyStepsType value)
Sets the value of the preProcessing property.
Parameters:
value - allowed object is PolicyStepsType

getPostProcessing

public PolicyStepsType getPostProcessing()
Gets the value of the postProcessing property.
Returns:
possible object is PolicyStepsType

setPostProcessing

public void setPostProcessing(PolicyStepsType value)
Sets the value of the postProcessing property.
Parameters:
value - allowed object is PolicyStepsType

getCompletion

public PolicyStepsType getCompletion()
Gets the value of the completion property.
Returns:
possible object is PolicyStepsType

setCompletion

public void setCompletion(PolicyStepsType value)
Sets the value of the completion property.
Parameters:
value - allowed object is PolicyStepsType

Skip navigation links


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