Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class ReconAttributeType

java.lang.Object
  extended by oracle.iam.reconciliation.profileconfig.vo.ReconAttributeType


public class ReconAttributeType
extends java.lang.Object

Java class for recon-attribute-type complex type.

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

 <complexType name="recon_attribute_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="oimFormDescriptiveName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reconFieldName" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="reconColName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="emDataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="formFieldType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="targetattr" type="{http://www.oracle.com/schema/oim/recon/profile}field-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ReconAttributeType()
           

 

Method Summary
 java.lang.String getEmDataType()
          Gets the value of the emDataType property.
 java.lang.String getFormFieldType()
          Gets the value of the formFieldType property.
 java.lang.String getOimFormDescriptiveName()
          Gets the value of the oimFormDescriptiveName property.
 java.lang.String getReconColName()
          Gets the value of the reconColName property.
 java.lang.Object getReconFieldName()
          Gets the value of the reconFieldName property.
 FieldType getTargetattr()
          Gets the value of the targetattr property.
 void setEmDataType(java.lang.String value)
          Sets the value of the emDataType property.
 void setFormFieldType(java.lang.String value)
          Sets the value of the formFieldType property.
 void setOimFormDescriptiveName(java.lang.String value)
          Sets the value of the oimFormDescriptiveName property.
 void setReconColName(java.lang.String value)
          Sets the value of the reconColName property.
 void setReconFieldName(java.lang.Object value)
          Sets the value of the reconFieldName property.
 void setTargetattr(FieldType value)
          Sets the value of the targetattr property.

 

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

 

Constructor Detail

ReconAttributeType

public ReconAttributeType()

Method Detail

getOimFormDescriptiveName

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

setOimFormDescriptiveName

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

getReconFieldName

public java.lang.Object getReconFieldName()
Gets the value of the reconFieldName property.
Returns:
possible object is Object

setReconFieldName

public void setReconFieldName(java.lang.Object value)
Sets the value of the reconFieldName property.
Parameters:
value - allowed object is Object

getReconColName

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

setReconColName

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

getEmDataType

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

setEmDataType

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

getFormFieldType

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

setFormFieldType

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

getTargetattr

public FieldType getTargetattr()
Gets the value of the targetattr property.
Returns:
possible object is FieldType

setTargetattr

public void setTargetattr(FieldType value)
Sets the value of the targetattr property.
Parameters:
value - allowed object is FieldType

Skip navigation links


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