Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class ActionRulesType

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


public class ActionRulesType
extends java.lang.Object

Java class for action-rules-type complex type.

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

 <complexType name="action_rules_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded">
         <element name="actionRule" type="{http://www.oracle.com/schema/oim/recon/profile}action-type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
ActionRulesType()
           

 

Method Summary
 java.util.List getActionRule()
          Gets the value of the actionRule property.

 

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

 

Constructor Detail

ActionRulesType

public ActionRulesType()

Method Detail

getActionRule

public java.util.List getActionRule()
Gets the value of the actionRule 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 actionRule property.

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

    getActionRule().add(newItem);
 

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


Skip navigation links


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