|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.request.approval.vo.Rule
public class Rule
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>
| 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 |
|---|
public Rule()
| Method Detail |
|---|
public java.util.List getElementAndRule()
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
public int getId()
public void setId(int value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getOperator()
Stringpublic void setOperator(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 | ||||||||