Skip navigation links


oracle.iam.config.jaxb
Class OAMConfig

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


public class OAMConfig
extends java.lang.Object

Java class for OAMConfig complex type.

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

 <complexType name="OAMConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="XEEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
OAMConfig()
           

 

Method Summary
 boolean isXEEnabled()
          Gets the value of the xeEnabled property.
 void setXEEnabled(boolean value)
          Sets the value of the xeEnabled property.

 

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

 

Constructor Detail

OAMConfig

public OAMConfig()

Method Detail

isXEEnabled

public boolean isXEEnabled()
Gets the value of the xeEnabled property.

setXEEnabled

public void setXEEnabled(boolean value)
Sets the value of the xeEnabled property.

Skip navigation links


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