Skip navigation links


oracle.iam.sod.sil.jaxb
Class Keys

java.lang.Object
  extended by oracle.iam.sod.sil.jaxb.Keys


public class Keys
extends java.lang.Object

Java class for Keys complex type.

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

 <complexType name="Keys">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/oim/sil/config}DBSecretKey"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
Keys()
           

 

Method Summary
 DBSecretKey getDBSecretKey()
          Gets the value of the dbSecretKey property.
 void setDBSecretKey(DBSecretKey value)
          Sets the value of the dbSecretKey property.

 

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

 

Constructor Detail

Keys

public Keys()

Method Detail

getDBSecretKey

public DBSecretKey getDBSecretKey()
Gets the value of the dbSecretKey property.
Returns:
possible object is DBSecretKey

setDBSecretKey

public void setDBSecretKey(DBSecretKey value)
Sets the value of the dbSecretKey property.
Parameters:
value - allowed object is DBSecretKey

Skip navigation links


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