Skip navigation links


oracle.iam.request.approval.vo
Class ApprovalRule

java.lang.Object
  extended by oracle.iam.request.approval.vo.ApprovalRule

All Implemented Interfaces:
java.io.Serializable

public class ApprovalRule
extends java.lang.Object
implements java.io.Serializable

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="rule" type="{http://www.example.org}rule"/>
       </sequence>
       <attribute name="idcount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
ApprovalRule()
           

 

Method Summary
 int getIdcount()
          Gets the value of the idcount property.
 Rule getRule()
          Gets the value of the rule property.
 void setIdcount(int value)
          Sets the value of the idcount property.
 void setRule(Rule value)
          Sets the value of the rule property.

 

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

 

Constructor Detail

ApprovalRule

public ApprovalRule()

Method Detail

getRule

public Rule getRule()
Gets the value of the rule property.
Returns:
possible object is Rule

setRule

public void setRule(Rule value)
Sets the value of the rule property.
Parameters:
value - allowed object is Rule

getIdcount

public int getIdcount()
Gets the value of the idcount property.

setIdcount

public void setIdcount(int value)
Sets the value of the idcount property.

Skip navigation links


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