Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class ReconConfig

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


public class ReconConfig
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="generalconfig" type="{http://www.oracle.com/schema/oim/recon/profile}generalconfig-type"/>
         <element name="singlevaluedreconeventdata" type="{http://www.oracle.com/schema/oim/recon/profile}form-recondetails-type"/>
         <element name="childreconeventdata" type="{http://www.oracle.com/schema/oim/recon/profile}childdata-type" minOccurs="0"/>
         <element name="actionrules" type="{http://www.oracle.com/schema/oim/recon/profile}action-rules-type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ReconConfig()
           

 

Method Summary
 ActionRulesType getActionrules()
          Gets the value of the actionrules property.
 ChilddataType getChildreconeventdata()
          Gets the value of the childreconeventdata property.
 GeneralconfigType getGeneralconfig()
          Gets the value of the generalconfig property.
 FormRecondetailsType getSinglevaluedreconeventdata()
          Gets the value of the singlevaluedreconeventdata property.
 void setActionrules(ActionRulesType value)
          Sets the value of the actionrules property.
 void setChildreconeventdata(ChilddataType value)
          Sets the value of the childreconeventdata property.
 void setGeneralconfig(GeneralconfigType value)
          Sets the value of the generalconfig property.
 void setSinglevaluedreconeventdata(FormRecondetailsType value)
          Sets the value of the singlevaluedreconeventdata property.

 

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

 

Constructor Detail

ReconConfig

public ReconConfig()

Method Detail

getGeneralconfig

public GeneralconfigType getGeneralconfig()
Gets the value of the generalconfig property.
Returns:
possible object is GeneralconfigType

setGeneralconfig

public void setGeneralconfig(GeneralconfigType value)
Sets the value of the generalconfig property.
Parameters:
value - allowed object is GeneralconfigType

getSinglevaluedreconeventdata

public FormRecondetailsType getSinglevaluedreconeventdata()
Gets the value of the singlevaluedreconeventdata property.
Returns:
possible object is FormRecondetailsType

setSinglevaluedreconeventdata

public void setSinglevaluedreconeventdata(FormRecondetailsType value)
Sets the value of the singlevaluedreconeventdata property.
Parameters:
value - allowed object is FormRecondetailsType

getChildreconeventdata

public ChilddataType getChildreconeventdata()
Gets the value of the childreconeventdata property.
Returns:
possible object is ChilddataType

setChildreconeventdata

public void setChildreconeventdata(ChilddataType value)
Sets the value of the childreconeventdata property.
Parameters:
value - allowed object is ChilddataType

getActionrules

public ActionRulesType getActionrules()
Gets the value of the actionrules property.
Returns:
possible object is ActionRulesType

setActionrules

public void setActionrules(ActionRulesType value)
Sets the value of the actionrules property.
Parameters:
value - allowed object is ActionRulesType

Skip navigation links


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