Skip navigation links


oracle.iam.scheduler.jaxb
Class Task

java.lang.Object
  extended by oracle.iam.scheduler.jaxb.Task


public class Task
extends java.lang.Object

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

Task

public Task()

Method Detail

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

getClazzOrDescriptionOrRetry

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


Skip navigation links


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