Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class Reconconnectorconfig

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


public class Reconconnectorconfig
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="singlevaluedreconfields" type="{http://www.oracle.com/schema/oim/recon/reconconfig}singlevaluedfield-type"/>
         <element name="multivalreconfield" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rolematchingrule" type="{http://www.oracle.com/schema/oim/recon/reconconfig}matchingrule-type"/>
         <element name="rolemembermatchingrule" type="{http://www.oracle.com/schema/oim/recon/reconconfig}matchingrule-type" minOccurs="0"/>
         <element name="roleparentmatchingrule" type="{http://www.oracle.com/schema/oim/recon/reconconfig}matchingrule-type" minOccurs="0"/>
         <element name="actionrules" type="{http://www.oracle.com/schema/oim/recon/reconconfig}action-rules-type"/>
       </sequence>
       <attribute name="profilename" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entitytype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
Reconconnectorconfig()
           

 

Method Summary
 ActionRulesType getActionrules()
          Gets the value of the actionrules property.
 java.lang.String getEntitytype()
          Gets the value of the entitytype property.
 java.lang.String getMode()
          Gets the value of the mode property.
 java.util.List getMultivalreconfield()
          Gets the value of the multivalreconfield property.
 java.lang.String getProfilename()
          Gets the value of the profilename property.
 MatchingruleType getRolematchingrule()
          Gets the value of the rolematchingrule property.
 MatchingruleType getRolemembermatchingrule()
          Gets the value of the rolemembermatchingrule property.
 MatchingruleType getRoleparentmatchingrule()
          Gets the value of the roleparentmatchingrule property.
 SinglevaluedfieldType getSinglevaluedreconfields()
          Gets the value of the singlevaluedreconfields property.
 void setActionrules(ActionRulesType value)
          Sets the value of the actionrules property.
 void setEntitytype(java.lang.String value)
          Sets the value of the entitytype property.
 void setMode(java.lang.String value)
          Sets the value of the mode property.
 void setProfilename(java.lang.String value)
          Sets the value of the profilename property.
 void setRolematchingrule(MatchingruleType value)
          Sets the value of the rolematchingrule property.
 void setRolemembermatchingrule(MatchingruleType value)
          Sets the value of the rolemembermatchingrule property.
 void setRoleparentmatchingrule(MatchingruleType value)
          Sets the value of the roleparentmatchingrule property.
 void setSinglevaluedreconfields(SinglevaluedfieldType value)
          Sets the value of the singlevaluedreconfields property.

 

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

 

Constructor Detail

Reconconnectorconfig

public Reconconnectorconfig()

Method Detail

getSinglevaluedreconfields

public SinglevaluedfieldType getSinglevaluedreconfields()
Gets the value of the singlevaluedreconfields property.
Returns:
possible object is SinglevaluedfieldType

setSinglevaluedreconfields

public void setSinglevaluedreconfields(SinglevaluedfieldType value)
Sets the value of the singlevaluedreconfields property.
Parameters:
value - allowed object is SinglevaluedfieldType

getMultivalreconfield

public java.util.List getMultivalreconfield()
Gets the value of the multivalreconfield property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the multivalreconfield property.

For example, to add a new item, do as follows:

    getMultivalreconfield().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getRolematchingrule

public MatchingruleType getRolematchingrule()
Gets the value of the rolematchingrule property.
Returns:
possible object is MatchingruleType

setRolematchingrule

public void setRolematchingrule(MatchingruleType value)
Sets the value of the rolematchingrule property.
Parameters:
value - allowed object is MatchingruleType

getRolemembermatchingrule

public MatchingruleType getRolemembermatchingrule()
Gets the value of the rolemembermatchingrule property.
Returns:
possible object is MatchingruleType

setRolemembermatchingrule

public void setRolemembermatchingrule(MatchingruleType value)
Sets the value of the rolemembermatchingrule property.
Parameters:
value - allowed object is MatchingruleType

getRoleparentmatchingrule

public MatchingruleType getRoleparentmatchingrule()
Gets the value of the roleparentmatchingrule property.
Returns:
possible object is MatchingruleType

setRoleparentmatchingrule

public void setRoleparentmatchingrule(MatchingruleType value)
Sets the value of the roleparentmatchingrule property.
Parameters:
value - allowed object is MatchingruleType

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

getProfilename

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

setProfilename

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

getEntitytype

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

setEntitytype

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

getMode

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

setMode

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

Skip navigation links


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