|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.SOAConfig
public class SOAConfig
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 |
|---|
public SOAConfig()
| Method Detail |
|---|
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPasswordKey()
Stringpublic void setPasswordKey(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSoapurl()
Stringpublic void setSoapurl(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getRmiurl()
Stringpublic void setRmiurl(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||