Skip navigation links


oracle.iam.platform.async.messaging.jaxb
Class AsyncConfig

java.lang.Object
  extended by oracle.iam.platform.async.messaging.jaxb.AsyncConfig


public class AsyncConfig
extends java.lang.Object

Java class for async-config complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="async_config">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="task_config" type="{http://www.oracle.com/schema/oim/async-messaging}task-config" maxOccurs="unbounded"/>
         <element name="default_config" type="{http://www.oracle.com/schema/oim/async-messaging}default-config"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AsyncConfig()
           

 

Method Summary
 DefaultConfig getDefaultConfig()
          Gets the value of the defaultConfig property.
 java.util.List getTaskConfig()
          Gets the value of the taskConfig property.
 void setDefaultConfig(DefaultConfig value)
          Sets the value of the defaultConfig property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AsyncConfig

public AsyncConfig()

Method Detail

getTaskConfig

public java.util.List getTaskConfig()
Gets the value of the taskConfig 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 taskConfig property.

For example, to add a new item, do as follows:

    getTaskConfig().add(newItem);
 

Objects of the following type(s) are allowed in the list TaskConfig


getDefaultConfig

public DefaultConfig getDefaultConfig()
Gets the value of the defaultConfig property.
Returns:
possible object is DefaultConfig

setDefaultConfig

public void setDefaultConfig(DefaultConfig value)
Sets the value of the defaultConfig property.
Parameters:
value - allowed object is DefaultConfig

Skip navigation links


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