Skip navigation links


oracle.iam.config.jaxb
Class NotificationConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.NotificationConfig


public class NotificationConfig
extends java.lang.Object

Java class for NotificationConfig complex type.

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

 <complexType name="NotificationConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="emailProvider" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="emailSender" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
NotificationConfig()
           

 

Method Summary
 java.lang.String getEmailProvider()
          Gets the value of the emailProvider property.
 java.lang.String getEmailSender()
          Gets the value of the emailSender property.
 void setEmailProvider(java.lang.String value)
          Sets the value of the emailProvider property.
 void setEmailSender(java.lang.String value)
          Sets the value of the emailSender property.

 

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

 

Constructor Detail

NotificationConfig

public NotificationConfig()

Method Detail

getEmailProvider

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

setEmailProvider

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

getEmailSender

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

setEmailSender

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

Skip navigation links


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