Skip navigation links


oracle.iam.connectormgmt.jaxb
Class TConfiguration

java.lang.Object
  extended by oracle.iam.connectormgmt.jaxb.TConfiguration


public class TConfiguration
extends java.lang.Object

Java class for T_configuration complex type.

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

 <complexType name="T_configuration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}source"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TConfiguration()
           

 

Method Summary
 TSource getSource()
          Gets the value of the source property.
 void setSource(TSource value)
          Sets the value of the source property.

 

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

 

Constructor Detail

TConfiguration

public TConfiguration()

Method Detail

getSource

public TSource getSource()
Gets the value of the source property.
Returns:
possible object is TSource

setSource

public void setSource(TSource value)
Sets the value of the source property.
Parameters:
value - allowed object is TSource

Skip navigation links


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