|
|||||||||
| 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.DefaultConfig
public class DefaultConfig
Java class for default-config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="default_config">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="priority" type="{http://www.oracle.com/schema/oim/async-messaging}priority" minOccurs="0"/>
<element name="maxRetries" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DefaultConfig() |
|
| Method Summary | |
|---|---|
java.lang.String |
getDestination()Gets the value of the destination property. |
java.lang.Integer |
getMaxRetries()Gets the value of the maxRetries property. |
java.lang.String |
getPriority()Gets the value of the priority property. |
void |
setDestination(java.lang.String value)Sets the value of the destination property. |
void |
setMaxRetries(java.lang.Integer value)Sets the value of the maxRetries property. |
void |
setPriority(java.lang.String value)Sets the value of the priority property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConfig()
| Method Detail |
|---|
public java.lang.String getDestination()
Stringpublic void setDestination(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPriority()
Stringpublic void setPriority(java.lang.String value)
value - allowed object is Stringpublic java.lang.Integer getMaxRetries()
Integerpublic void setMaxRetries(java.lang.Integer value)
value - allowed object is Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||