Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class TransformationSourceType

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

Direct Known Subclasses:
TransformationType.Parameter

public class TransformationSourceType
extends java.lang.Object

Java class for transformation-source-type complex type.

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

 <complexType name="transformation_source_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="literal" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fieldname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="source_dataset" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="child_dataset_name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
TransformationSourceType()
           

 

Method Summary
 java.lang.String getChildDatasetName()
          Gets the value of the childDatasetName property.
 java.lang.String getFieldname()
          Gets the value of the fieldname property.
 java.lang.String getLiteral()
          Gets the value of the literal property.
 java.lang.String getSourceDataset()
          Gets the value of the sourceDataset property.
 void setChildDatasetName(java.lang.String value)
          Sets the value of the childDatasetName property.
 void setFieldname(java.lang.String value)
          Sets the value of the fieldname property.
 void setLiteral(java.lang.String value)
          Sets the value of the literal property.
 void setSourceDataset(java.lang.String value)
          Sets the value of the sourceDataset property.

 

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

 

Constructor Detail

TransformationSourceType

public TransformationSourceType()

Method Detail

getLiteral

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

setLiteral

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

getFieldname

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

setFieldname

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

getSourceDataset

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

setSourceDataset

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

getChildDatasetName

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

setChildDatasetName

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

Skip navigation links


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