Package oracle.iam.request.model.vo
Class ExecutionUnit
java.lang.Object
oracle.iam.request.model.vo.ExecutionUnit
- All Implemented Interfaces:
Serializable
<p>Java class for execution-unit complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
<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>
</pre>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJava()
Gets the value of the java property.Gets the value of the kernel property.getName()
Gets the value of the name property.getOrder()
Gets the value of the order property.void
Sets the value of the name property.void
setOrder
(BigInteger value) Sets the value of the order property.
-
Constructor Details
-
ExecutionUnit
public ExecutionUnit()
-
-
Method Details
-
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 listJava
-
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 listKernel
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
Sets the value of the order property.- Parameters:
value
- allowed object isBigInteger
-