Class ExecutionUnit

java.lang.Object
oracle.iam.request.model.vo.ExecutionUnit
All Implemented Interfaces:
Serializable

public class ExecutionUnit extends Object implements Serializable
<p>Java class for execution-unit complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="execution-unit"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="java" type="{http://www.oracle.com/schema/oim/request}java" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="kernel" type="{http://www.oracle.com/schema/oim/request}kernel" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
See Also:
  • Constructor Details

    • ExecutionUnit

      public ExecutionUnit()
  • Method Details

    • getJava

      public List<Java> getJava()
      Gets the value of the java property. <p> 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 <CODE>set</CODE> method for the java property. <p> For example, to add a new item, do as follows: <pre> getJava().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Java
    • getKernel

      public List<Kernel> getKernel()
      Gets the value of the kernel property. <p> 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 <CODE>set</CODE> method for the kernel property. <p> For example, to add a new item, do as follows: <pre> getKernel().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the list Kernel
    • getName

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

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

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

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