Package oracle.iam.request.model.vo
Class Orchestration
java.lang.Object
oracle.iam.request.model.vo.Orchestration
- All Implemented Interfaces:
Serializable
<p>Java class for orchestration complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pluginClassName property.void
setPluginClassName
(String value) Sets the value of the pluginClassName property.