Package oracle.rules.rl.trace
Class BeanProperty
java.lang.Object
oracle.rules.rl.trace.BeanProperty
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.getValue()
Gets the value of the value property.void
Sets the value of the name property.void
setValue
(PropertyValue value) Sets the value of the value property.
-
Constructor Details
-
BeanProperty
public BeanProperty()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
PropertyValue
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isPropertyValue
-