Class DecisionPointInputs

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

public class DecisionPointInputs extends 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 processContents='skip'/>
                 </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>
 

  • Constructor Details

    • DecisionPointInputs

      public DecisionPointInputs()
  • Method Details

    • 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 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 String getSetid()
      Gets the value of the setid property.
      Returns:
      possible object is String
    • setSetid

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

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

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

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

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

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

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

      public XMLGregorianCalendar getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEffectiveDate

      public void setEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCurrentDate

      public XMLGregorianCalendar getCurrentDate()
      Gets the value of the currentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCurrentDate

      public void setCurrentDate(XMLGregorianCalendar value)
      Sets the value of the currentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getActivationID

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

      public void setActivationID(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(Boolean value)
      Sets the value of the executeRL property.
      Parameters:
      value - allowed object is Boolean