Skip navigation links


oracle.iam.sod.sil.jaxb
Class DBSecretKey

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


public class DBSecretKey
extends java.lang.Object

Java class for DBSecretKey complex type.

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

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

Constructor Summary
DBSecretKey()
           

 

Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.String getBlockMode()
          Gets the value of the blockMode property.
 Password getPassword()
          Gets the value of the password property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setBlockMode(java.lang.String value)
          Sets the value of the blockMode property.
 void setPassword(Password value)
          Sets the value of the password property.

 

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

 

Constructor Detail

DBSecretKey

public DBSecretKey()

Method Detail

getAlias

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

setAlias

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

getPassword

public Password getPassword()
Gets the value of the password property.
Returns:
possible object is Password

setPassword

public void setPassword(Password value)
Sets the value of the password property.
Parameters:
value - allowed object is Password

getBlockMode

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

setBlockMode

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

Skip navigation links


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