Skip navigation links


oracle.iam.callbacks.vo
Class CallbackType

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


public class CallbackType
extends java.lang.Object

Java class for CallbackType complex type.

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

 <complexType name="CallbackType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="stepName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.oracle.com/schema/oim/callback_config}LocaleSpecificString" minOccurs="0"/>
         <element name="serviceWSDLVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="handlesBulkRequest" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
CallbackType()
           

 

Method Summary
 LocaleSpecificString getDescription()
          Gets the value of the description property.
 java.lang.String getServiceWSDLVersion()
          Gets the value of the serviceWSDLVersion property.
 java.lang.String getStepName()
          Gets the value of the stepName property.
 java.lang.Boolean isHandlesBulkRequest()
          Gets the value of the handlesBulkRequest property.
 void setDescription(LocaleSpecificString value)
          Sets the value of the description property.
 void setHandlesBulkRequest(java.lang.Boolean value)
          Sets the value of the handlesBulkRequest property.
 void setServiceWSDLVersion(java.lang.String value)
          Sets the value of the serviceWSDLVersion property.
 void setStepName(java.lang.String value)
          Sets the value of the stepName property.

 

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

 

Constructor Detail

CallbackType

public CallbackType()

Method Detail

getStepName

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

setStepName

public void setStepName(java.lang.String value)
Sets the value of the stepName 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

getServiceWSDLVersion

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

setServiceWSDLVersion

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

isHandlesBulkRequest

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

setHandlesBulkRequest

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

Skip navigation links


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