Skip navigation links


oracle.iam.request.model.vo
Class Orchestration

java.lang.Object
  extended by oracle.iam.request.model.vo.Orchestration

All Implemented Interfaces:
java.io.Serializable

public class Orchestration
extends java.lang.Object
implements java.io.Serializable

Java class for orchestration complex type.

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

 <complexType name="orchestration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="plugin_class_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Orchestration()
           

 

Method Summary
 java.lang.String getPluginClassName()
          Gets the value of the pluginClassName property.
 void setPluginClassName(java.lang.String value)
          Sets the value of the pluginClassName property.

 

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

 

Constructor Detail

Orchestration

public Orchestration()

Method Detail

getPluginClassName

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

setPluginClassName

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

Skip navigation links


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