Skip navigation links

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

E10663-04


oracle.rules.rl.trace
Class BeanProperty

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

All Implemented Interfaces:
java.io.Serializable

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

Java class for bean-property complex type.

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

 <complexType name="bean_property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://xmlns.oracle.com/rules/decisiontrace}property-value"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
BeanProperty()
           

 

Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 PropertyValue getValue()
          Gets the value of the value property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(PropertyValue 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

BeanProperty

public BeanProperty()

Method Detail

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

getValue

public PropertyValue getValue()
Gets the value of the value property.
Returns:
possible object is PropertyValue

setValue

public void setValue(PropertyValue value)
Sets the value of the value property.
Parameters:
value - allowed object is PropertyValue

Skip navigation links

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

E10663-04


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