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>
| Constructor and Description |
|---|
ExecutionUnit() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.util.List getJava()
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
public java.util.List getKernel()
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
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getOrder()
BigIntegerpublic void setOrder(java.math.BigInteger value)
value - allowed object is
BigInteger