Skip navigation links


oracle.iam.request.model.vo
Class ExecutionUnit

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for execution-unit complex type.

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

 <complexType name="execution_unit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="java" type="{http://www.oracle.com/schema/oim/request}java" maxOccurs="unbounded" minOccurs="0"/>
         <element name="kernel" type="{http://www.oracle.com/schema/oim/request}kernel" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ExecutionUnit()
           

 

Method Summary
 java.util.List getJava()
          Gets the value of the java property.
 java.util.List getKernel()
          Gets the value of the kernel property.
 java.lang.String getName()
          Gets the value of the name property.
 java.math.BigInteger getOrder()
          Gets the value of the order property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOrder(java.math.BigInteger value)
          Sets the value of the order property.

 

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

 

Constructor Detail

ExecutionUnit

public ExecutionUnit()

Method Detail

getJava

public java.util.List getJava()
Gets the value of the java 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 java property.

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

    getJava().add(newItem);
 

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


getKernel

public java.util.List getKernel()
Gets the value of the kernel 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 kernel property.

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

    getKernel().add(newItem);
 

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


getName

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

setName

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

getOrder

public java.math.BigInteger getOrder()
Gets the value of the order property.
Returns:
possible object is BigInteger

setOrder

public void setOrder(java.math.BigInteger value)
Sets the value of the order property.
Parameters:
value - allowed object is BigInteger

Skip navigation links


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