|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.platform.async.messaging.jaxb.AsyncConfig
public class AsyncConfig
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 |
|---|
public AsyncConfig()
| Method Detail |
|---|
public java.util.List getTaskConfig()
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
public DefaultConfig getDefaultConfig()
DefaultConfigpublic void setDefaultConfig(DefaultConfig value)
value - allowed object is DefaultConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||