Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class TransformationType.Parameter

java.lang.Object
  extended by oracle.iam.reconciliation.reconconfig.vo.TransformationSourceType
      extended by oracle.iam.reconciliation.reconconfig.vo.TransformationType.Parameter

Enclosing class:
TransformationType

public static class TransformationType.Parameter
extends TransformationSourceType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.oracle.com/schema/oim/recon/reconconfig}transformation-source-type">
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </extension>
   </complexContent>
 </complexType>
 

Constructor Summary
TransformationType.Parameter()
           

 

Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 void setName(java.lang.String value)
          Sets the value of the name property.

 

Methods inherited from class oracle.iam.reconciliation.reconconfig.vo.TransformationSourceType
getChildDatasetName, getFieldname, getLiteral, getSourceDataset, setChildDatasetName, setFieldname, setLiteral, setSourceDataset

 

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

 

Constructor Detail

TransformationType.Parameter

public TransformationType.Parameter()

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

Skip navigation links


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