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 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionPointInputs.Data
Java class for anonymous complex type.
|
static class |
DecisionPointInputs.Parameter
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DecisionPointInputs() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public DecisionPointInputs.Data getData()
DecisionPointInputs.Datapublic void setData(DecisionPointInputs.Data value)
value - allowed object is DecisionPointInputs.Datapublic java.util.List<DecisionPointInputs.Parameter> getParameter()
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
public java.lang.String getSetid()
Stringpublic void setSetid(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDatasrc()
Stringpublic void setDatasrc(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDictionaryName()
Stringpublic void setDictionaryName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDecisionFunction()
Stringpublic void setDecisionFunction(java.lang.String value)
value - allowed object is Stringpublic javax.xml.datatype.XMLGregorianCalendar getEffectiveDate()
XMLGregorianCalendarpublic void setEffectiveDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getCurrentDate()
XMLGregorianCalendarpublic void setCurrentDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic java.lang.Integer getActivationID()
Integerpublic void setActivationID(java.lang.Integer value)
value - allowed object is Integerpublic boolean isExecuteRL()
Booleanpublic void setExecuteRL(java.lang.Boolean value)
value - allowed object is Boolean