Skip navigation links


oracle.iam.config.jaxb
Class MiscellaneousConfig

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


public class MiscellaneousConfig
extends java.lang.Object

Java class for MiscellaneousConfig complex type.

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

 <complexType name="MiscellaneousConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://www.oracle.com/schema/oracle/iam/platform/config}Properties"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
MiscellaneousConfig()
           

 

Method Summary
 Properties getProperties()
          Gets the value of the properties property.
 void setProperties(Properties value)
          Sets the value of the properties property.

 

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

 

Constructor Detail

MiscellaneousConfig

public MiscellaneousConfig()

Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.
Parameters:
value - allowed object is Properties

Skip navigation links


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