|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.scheduler.jaxb.Task
public class Task
Java class for task complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="task">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice maxOccurs="unbounded">
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="retry" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="parameters" type="{http://xmlns.oracle.com/oim/scheduler}parameters" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Task() |
|
| Method Summary | |
|---|---|
java.util.List |
getClazzOrDescriptionOrRetry()Gets the value of the clazzOrDescriptionOrRetry property. |
java.lang.String |
getName()Gets the value of the name property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Task()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.util.List getClazzOrDescriptionOrRetry()
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 clazzOrDescriptionOrRetry property.
For example, to add a new item, do as follows:
getClazzOrDescriptionOrRetry().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement<BigInteger> JAXBElement<String> JAXBElement<String> JAXBElement<Parameters>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||