|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.sod.sil.jaxb.Topology
public class Topology
Java class for Topology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Topology">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlns.oracle.com/oim/sil/config}name"/>
<element ref="{http://xmlns.oracle.com/oim/sil/config}IdmId"/>
<element ref="{http://xmlns.oracle.com/oim/sil/config}SodId"/>
<element ref="{http://xmlns.oracle.com/oim/sil/config}SDSId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Topology() |
|
| Method Summary | |
|---|---|
java.lang.String |
getIdmId()Gets the value of the idmId property. |
java.lang.String |
getName()Gets the value of the name property. |
java.lang.String |
getSDSId()Gets the value of the sdsId property. |
java.lang.String |
getSodId()Gets the value of the sodId property. |
void |
setIdmId(java.lang.String value)Sets the value of the idmId property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setSDSId(java.lang.String value)Sets the value of the sdsId property. |
void |
setSodId(java.lang.String value)Sets the value of the sodId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Topology()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getIdmId()
Stringpublic void setIdmId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSodId()
Stringpublic void setSodId(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getSDSId()
Stringpublic void setSDSId(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 | ||||||||