Skip navigation links


oracle.iam.config.jaxb
Class KeysConfigParams

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


public class KeysConfigParams
extends java.lang.Object

Java class for KeysConfigParams complex type.

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

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

Constructor Summary
KeysConfigParams()
           

 

Method Summary
 KeyConfigParams getKeyConfigParams()
          Gets the value of the keyConfigParams property.
 void setKeyConfigParams(KeyConfigParams value)
          Sets the value of the keyConfigParams property.

 

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

 

Constructor Detail

KeysConfigParams

public KeysConfigParams()

Method Detail

getKeyConfigParams

public KeyConfigParams getKeyConfigParams()
Gets the value of the keyConfigParams property.
Returns:
possible object is KeyConfigParams

setKeyConfigParams

public void setKeyConfigParams(KeyConfigParams value)
Sets the value of the keyConfigParams property.
Parameters:
value - allowed object is KeyConfigParams

Skip navigation links


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