Skip navigation links


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

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


public class DefaultConfig
extends java.lang.Object

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

DefaultConfig

public DefaultConfig()

Method Detail

getDestination

public java.lang.String getDestination()
Gets the value of the destination property.
Returns:
possible object is String

setDestination

public void setDestination(java.lang.String value)
Sets the value of the destination property.
Parameters:
value - allowed object is String

getPriority

public java.lang.String getPriority()
Gets the value of the priority property.
Returns:
possible object is String

setPriority

public void setPriority(java.lang.String value)
Sets the value of the priority property.
Parameters:
value - allowed object is String

getMaxRetries

public java.lang.Integer getMaxRetries()
Gets the value of the maxRetries property.
Returns:
possible object is Integer

setMaxRetries

public void setMaxRetries(java.lang.Integer value)
Sets the value of the maxRetries property.
Parameters:
value - allowed object is Integer

Skip navigation links


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