Skip navigation links


oracle.iam.config.jaxb
Class SOAConfig

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


public class SOAConfig
extends java.lang.Object

Java class for SOAConfig complex type.

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

 <complexType name="SOAConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="passwordKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="soap"/>
               <enumeration value="rmi"/>
             </restriction>
           </simpleType>
         </element>
         <element name="soapurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rmiurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
SOAConfig()
           

 

Method Summary
 java.lang.String getPasswordKey()
          Gets the value of the passwordKey property.
 java.lang.String getRmiurl()
          Gets the value of the rmiurl property.
 java.lang.String getSoapurl()
          Gets the value of the soapurl property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUsername()
          Gets the value of the username property.
 void setPasswordKey(java.lang.String value)
          Sets the value of the passwordKey property.
 void setRmiurl(java.lang.String value)
          Sets the value of the rmiurl property.
 void setSoapurl(java.lang.String value)
          Sets the value of the soapurl property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUsername(java.lang.String value)
          Sets the value of the username property.

 

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

 

Constructor Detail

SOAConfig

public SOAConfig()

Method Detail

getUsername

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

setUsername

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

getPasswordKey

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

setPasswordKey

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

getType

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

setType

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

getSoapurl

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

setSoapurl

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

getRmiurl

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

setRmiurl

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

Skip navigation links


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