Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


oracle.rules.rl.trace
Class BeanObject

java.lang.Object
  extended by oracle.rules.rl.trace.BeanObject

All Implemented Interfaces:
java.io.Serializable

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

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>
 
See Also:
Serialized Form

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

BeanObject

public BeanObject()

Method Detail

getObjectType

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

setObjectType

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

getProperties

public java.util.List<BeanProperty> getProperties()
Gets the value of the properties 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 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


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


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