Class DecisionPointInputs
java.lang.Object
oracle.rules.sdk2.decisionpoint.wsfacts.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> <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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activationID property.Gets the value of the currentDate property.getData()
Gets the value of the data property.Gets the value of the datasrc property.Gets the value of the decisionFunction property.Gets the value of the dictionaryName property.Gets the value of the effectiveDate property.Gets the value of the parameter property.getSetid()
Gets the value of the setid property.boolean
Gets the value of the executeRL property.void
setActivationID
(Integer value) Sets the value of the activationID property.void
Sets the value of the currentDate property.void
setData
(DecisionPointInputs.Data value) Sets the value of the data property.void
setDatasrc
(String value) Sets the value of the datasrc property.void
setDecisionFunction
(String value) Sets the value of the decisionFunction property.void
setDictionaryName
(String value) Sets the value of the dictionaryName property.void
Sets the value of the effectiveDate property.void
setExecuteRL
(Boolean value) Sets the value of the executeRL property.void
Sets the value of the setid property.
-
Constructor Details
-
DecisionPointInputs
public DecisionPointInputs()
-
-
Method Details
-
getData
Gets the value of the data property.- Returns:
- possible object is
DecisionPointInputs.Data
-
setData
Sets the value of the data property.- Parameters:
value
- allowed object isDecisionPointInputs.Data
-
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
Gets the value of the setid property.- Returns:
- possible object is
String
-
setSetid
Sets the value of the setid property.- Parameters:
value
- allowed object isString
-
getDatasrc
Gets the value of the datasrc property.- Returns:
- possible object is
String
-
setDatasrc
Sets the value of the datasrc property.- Parameters:
value
- allowed object isString
-
getDictionaryName
Gets the value of the dictionaryName property.- Returns:
- possible object is
String
-
setDictionaryName
Sets the value of the dictionaryName property.- Parameters:
value
- allowed object isString
-
getDecisionFunction
Gets the value of the decisionFunction property.- Returns:
- possible object is
String
-
setDecisionFunction
Sets the value of the decisionFunction property.- Parameters:
value
- allowed object isString
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCurrentDate
Gets the value of the currentDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCurrentDate
Sets the value of the currentDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getActivationID
Gets the value of the activationID property.- Returns:
- possible object is
Integer
-
setActivationID
Sets the value of the activationID property.- Parameters:
value
- allowed object isInteger
-
isExecuteRL
public boolean isExecuteRL()Gets the value of the executeRL property.- Returns:
- possible object is
Boolean
-
setExecuteRL
Sets the value of the executeRL property.- Parameters:
value
- allowed object isBoolean
-