Skip navigation links


oracle.iam.request.approval.vo
Class Element

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

All Implemented Interfaces:
java.io.Serializable

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

Rule Elements are the building blocks for Approval Policy Rules . Its of form [attribute Source] [Attribute] [Condition] [Value] Where , [attribute Source] is the entity , whose attributes are used to frame the Rule. [attribute] is the target attribute name. [condition] is the evaluation condition like ,EQUAL, NOT EQUAL, GREATER THAN , LESS THAN etc. [value] is the value of the attribute on which condition operator applies.

Java class for element complex type.

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

 <complexType name="element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="attributesource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="resolvedValue" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Element()
           

 

Method Summary
 java.lang.String getAttribute()
          Gets the value of the attribute property.
 java.lang.String getAttributesource()
          Gets the value of the attributesource property.
 java.lang.String getCondition()
          Gets the value of the condition property.
 int getId()
          Gets the value of the id property.
 java.lang.String getResolvedValue()
          Gets the value of the resolvedValue property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setAttribute(java.lang.String value)
          Sets the value of the attribute property.
 void setAttributesource(java.lang.String value)
          Sets the value of the attributesource property.
 void setCondition(java.lang.String value)
          Sets the value of the condition property.
 void setId(int value)
          Sets the value of the id property.
 void setResolvedValue(java.lang.String value)
          Sets the value of the resolvedValue property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.

 

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

 

Constructor Detail

Element

public Element()

Method Detail

getId

public int getId()
Gets the value of the id property.

setId

public void setId(int value)
Sets the value of the id property.

getAttributesource

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

setAttributesource

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

getAttribute

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

setAttribute

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

getCondition

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

setCondition

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

getValue

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

setValue

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

getResolvedValue

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

setResolvedValue

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

getType

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

setType

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

Skip navigation links


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