Skip navigation links

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

E10663-03


oracle.rules.sdk2.decisionpoint.wsfacts
Class DecisionPointInputs

java.lang.Object
  extended by oracle.rules.sdk2.decisionpoint.wsfacts.DecisionPointInputs


public class DecisionPointInputs
extends java.lang.Object

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>
         <element name="data">
           <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>
         </element>
         <element name="parameter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="setid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="datasrc" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dictionaryName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="decisionFunction" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="currentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="activationID" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="executeRL" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class DecisionPointInputs.Data
          Java class for anonymous complex type.
static class DecisionPointInputs.Parameter
          Java class for anonymous complex type.

 

Constructor Summary
DecisionPointInputs()
           

 

Method Summary
 java.lang.Integer getActivationID()
          Gets the value of the activationID property.
 javax.xml.datatype.XMLGregorianCalendar getCurrentDate()
          Gets the value of the currentDate property.
 DecisionPointInputs.Data getData()
          Gets the value of the data property.
 java.lang.String getDatasrc()
          Gets the value of the datasrc property.
 java.lang.String getDecisionFunction()
          Gets the value of the decisionFunction property.
 java.lang.String getDictionaryName()
          Gets the value of the dictionaryName property.
 javax.xml.datatype.XMLGregorianCalendar getEffectiveDate()
          Gets the value of the effectiveDate property.
 java.util.List<DecisionPointInputs.Parameter> getParameter()
          Gets the value of the parameter property.
 java.lang.String getSetid()
          Gets the value of the setid property.
 boolean isExecuteRL()
          Gets the value of the executeRL property.
 void setActivationID(java.lang.Integer value)
          Sets the value of the activationID property.
 void setCurrentDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the currentDate property.
 void setData(DecisionPointInputs.Data value)
          Sets the value of the data property.
 void setDatasrc(java.lang.String value)
          Sets the value of the datasrc property.
 void setDecisionFunction(java.lang.String value)
          Sets the value of the decisionFunction property.
 void setDictionaryName(java.lang.String value)
          Sets the value of the dictionaryName property.
 void setEffectiveDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the effectiveDate property.
 void setExecuteRL(java.lang.Boolean value)
          Sets the value of the executeRL property.
 void setSetid(java.lang.String value)
          Sets the value of the setid property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DecisionPointInputs

public DecisionPointInputs()

Method Detail

getData

public DecisionPointInputs.Data getData()
Gets the value of the data property.
Returns:
possible object is DecisionPointInputs.Data

setData

public void setData(DecisionPointInputs.Data value)
Sets the value of the data property.
Parameters:
value - allowed object is DecisionPointInputs.Data

getParameter

public java.util.List<DecisionPointInputs.Parameter> getParameter()
Gets the value of the parameter 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 parameter property.

For example, to add a new item, do as follows:

    getParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list DecisionPointInputs.Parameter


getSetid

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

setSetid

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

getDatasrc

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

setDatasrc

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

getDictionaryName

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

setDictionaryName

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

getDecisionFunction

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

setDecisionFunction

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

getEffectiveDate

public javax.xml.datatype.XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Returns:
possible object is XMLGregorianCalendar

setEffectiveDate

public void setEffectiveDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

getCurrentDate

public javax.xml.datatype.XMLGregorianCalendar getCurrentDate()
Gets the value of the currentDate property.
Returns:
possible object is XMLGregorianCalendar

setCurrentDate

public void setCurrentDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the currentDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

getActivationID

public java.lang.Integer getActivationID()
Gets the value of the activationID property.
Returns:
possible object is Integer

setActivationID

public void setActivationID(java.lang.Integer value)
Sets the value of the activationID property.
Parameters:
value - allowed object is Integer

isExecuteRL

public boolean isExecuteRL()
Gets the value of the executeRL property.
Returns:
possible object is Boolean

setExecuteRL

public void setExecuteRL(java.lang.Boolean value)
Sets the value of the executeRL property.
Parameters:
value - allowed object is Boolean

Skip navigation links

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

E10663-03


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