Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class FormRecondetailsType

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


public class FormRecondetailsType
extends java.lang.Object

Java class for form-recondetails-type complex type.

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

 <complexType name="form_recondetails_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="formInfo" type="{http://www.oracle.com/schema/oim/recon/profile}form-details-type"/>
         <element name="matchingruleWhereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reconTargetAttrTblName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="oimtblName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="childReconFldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reconFields" type="{http://www.oracle.com/schema/oim/recon/profile}recon-attrlist-type" minOccurs="0"/>
         <element name="reconToOIMMappings" type="{http://www.oracle.com/schema/oim/recon/profile}recon-attrlist-type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
FormRecondetailsType()
           

 

Method Summary
 java.lang.String getChildReconFldName()
          Gets the value of the childReconFldName property.
 FormDetailsType getFormInfo()
          Gets the value of the formInfo property.
 java.lang.String getMatchingruleWhereClause()
          Gets the value of the matchingruleWhereClause property.
 java.lang.String getOimtblName()
          Gets the value of the oimtblName property.
 ReconAttrlistType getReconFields()
          Gets the value of the reconFields property.
 java.lang.String getReconTargetAttrTblName()
          Gets the value of the reconTargetAttrTblName property.
 ReconAttrlistType getReconToOIMMappings()
          Gets the value of the reconToOIMMappings property.
 void setChildReconFldName(java.lang.String value)
          Sets the value of the childReconFldName property.
 void setFormInfo(FormDetailsType value)
          Sets the value of the formInfo property.
 void setMatchingruleWhereClause(java.lang.String value)
          Sets the value of the matchingruleWhereClause property.
 void setOimtblName(java.lang.String value)
          Sets the value of the oimtblName property.
 void setReconFields(ReconAttrlistType value)
          Sets the value of the reconFields property.
 void setReconTargetAttrTblName(java.lang.String value)
          Sets the value of the reconTargetAttrTblName property.
 void setReconToOIMMappings(ReconAttrlistType value)
          Sets the value of the reconToOIMMappings property.

 

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

 

Constructor Detail

FormRecondetailsType

public FormRecondetailsType()

Method Detail

getFormInfo

public FormDetailsType getFormInfo()
Gets the value of the formInfo property.
Returns:
possible object is FormDetailsType

setFormInfo

public void setFormInfo(FormDetailsType value)
Sets the value of the formInfo property.
Parameters:
value - allowed object is FormDetailsType

getMatchingruleWhereClause

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

setMatchingruleWhereClause

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

getReconTargetAttrTblName

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

setReconTargetAttrTblName

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

getOimtblName

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

setOimtblName

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

getChildReconFldName

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

setChildReconFldName

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

getReconFields

public ReconAttrlistType getReconFields()
Gets the value of the reconFields property.
Returns:
possible object is ReconAttrlistType

setReconFields

public void setReconFields(ReconAttrlistType value)
Sets the value of the reconFields property.
Parameters:
value - allowed object is ReconAttrlistType

getReconToOIMMappings

public ReconAttrlistType getReconToOIMMappings()
Gets the value of the reconToOIMMappings property.
Returns:
possible object is ReconAttrlistType

setReconToOIMMappings

public void setReconToOIMMappings(ReconAttrlistType value)
Sets the value of the reconToOIMMappings property.
Parameters:
value - allowed object is ReconAttrlistType

Skip navigation links


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