|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.reconciliation.profileconfig.vo.ReconConfig
public class ReconConfig
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 |
|---|
public ReconConfig()
| Method Detail |
|---|
public GeneralconfigType getGeneralconfig()
GeneralconfigTypepublic void setGeneralconfig(GeneralconfigType value)
value - allowed object is GeneralconfigTypepublic FormRecondetailsType getSinglevaluedreconeventdata()
FormRecondetailsTypepublic void setSinglevaluedreconeventdata(FormRecondetailsType value)
value - allowed object is FormRecondetailsTypepublic ChilddataType getChildreconeventdata()
ChilddataTypepublic void setChildreconeventdata(ChilddataType value)
value - allowed object is ChilddataTypepublic ActionRulesType getActionrules()
ActionRulesTypepublic void setActionrules(ActionRulesType value)
value - allowed object is ActionRulesType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||