Class DecisionPointInputs.Data
java.lang.Object
oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs.Data
- Enclosing class:
- DecisionPointInputs
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded" minOccurs="0"> <element name="viewObjectRef" type="{http://xmlns.oracle.com/rules/rules/decisionpoint}ViewObjectRef"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the viewObjectRef property.
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getViewObjectRef
Gets the value of the viewObjectRef 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 viewObjectRef property.For example, to add a new item, do as follows:
getViewObjectRef().add(newItem);
Objects of the following type(s) are allowed in the list
ViewObjectRef
-