Skip navigation links


oracle.iam.request.approval.vo
Class Rule

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for rule complex type.

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

 <complexType name="rule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="element" type="{http://www.example.org}element" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rule" type="{http://www.example.org}rule" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="operator" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="and"/>
             <enumeration value="or"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Rule()
           

 

Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.util.List getElementAndRule()
          Gets the value of the elementAndRule property.
 int getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOperator()
          Gets the value of the operator property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setId(int value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperator(java.lang.String value)
          Sets the value of the operator property.

 

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

 

Constructor Detail

Rule

public Rule()

Method Detail

getElementAndRule

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

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

    getElementAndRule().add(newItem);
 

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


getId

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

setId

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

getName

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

setName

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

getDescription

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

setDescription

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

getOperator

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

setOperator

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

Skip navigation links


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