|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.rl.trace.BeanObject
public class BeanObject
Java class for bean-object complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bean_object">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{http://xmlns.oracle.com/rules/decisiontrace}bean-property" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BeanObject() |
|
| Method Summary | |
|---|---|
java.lang.String |
getObjectType()Gets the value of the objectType property. |
java.util.List<BeanProperty> |
getProperties()Gets the value of the properties property. |
void |
setObjectType(java.lang.String value)Sets the value of the objectType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanObject()
| Method Detail |
|---|
public java.lang.String getObjectType()
Stringpublic void setObjectType(java.lang.String value)
value - allowed object is Stringpublic java.util.List<BeanProperty> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list BeanProperty
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||