Skip navigation links


oracle.iam.sod.sil.jaxb
Class Topology

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


public class Topology
extends java.lang.Object

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

Topology

public Topology()

Method Detail

getName

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

setName

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

getIdmId

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

setIdmId

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

getSodId

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

setSodId

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

getSDSId

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

setSDSId

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

Skip navigation links


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