|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.approval.vo.Element
public class Element
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>
| 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 |
|---|
public Element()
| Method Detail |
|---|
public int getId()
public void setId(int value)
public java.lang.String getAttributesource()
Stringpublic void setAttributesource(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAttribute()
Stringpublic void setAttribute(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getCondition()
Stringpublic void setCondition(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getResolvedValue()
Stringpublic void setResolvedValue(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getType()
Stringpublic void setType(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 | ||||||||