|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.reconciliation.reconconfig.vo.Reconconnectorconfig
public class Reconconnectorconfig
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 |
|---|
public Reconconnectorconfig()
| Method Detail |
|---|
public SinglevaluedfieldType getSinglevaluedreconfields()
SinglevaluedfieldTypepublic void setSinglevaluedreconfields(SinglevaluedfieldType value)
value - allowed object is SinglevaluedfieldTypepublic java.util.List getMultivalreconfield()
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
public MatchingruleType getRolematchingrule()
MatchingruleTypepublic void setRolematchingrule(MatchingruleType value)
value - allowed object is MatchingruleTypepublic MatchingruleType getRolemembermatchingrule()
MatchingruleTypepublic void setRolemembermatchingrule(MatchingruleType value)
value - allowed object is MatchingruleTypepublic MatchingruleType getRoleparentmatchingrule()
MatchingruleTypepublic void setRoleparentmatchingrule(MatchingruleType value)
value - allowed object is MatchingruleTypepublic ActionRulesType getActionrules()
ActionRulesTypepublic void setActionrules(ActionRulesType value)
value - allowed object is ActionRulesTypepublic java.lang.String getProfilename()
Stringpublic void setProfilename(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getEntitytype()
Stringpublic void setEntitytype(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMode()
Stringpublic void setMode(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||