Class BeanProperty

java.lang.Object
oracle.rules.rl.trace.BeanProperty
All Implemented Interfaces:
Serializable

public class BeanProperty extends Object implements 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:
  • Constructor Details

    • BeanProperty

      public BeanProperty()
  • Method Details

    • getName

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

      public void setName(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