|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.decisionpoint.wsfacts.ViewObjectRef
public class ViewObjectRef
Java class for ViewObjectRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewObjectRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="keyValues">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="viewObjectLoader" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="usingWhereClause" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ViewObjectRef.KeyValuesJava class for anonymous complex type. |
| Constructor Summary | |
|---|---|
ViewObjectRef() |
|
| Method Summary | |
|---|---|
ViewObjectRef.KeyValues |
getKeyValues()Gets the value of the keyValues property. |
java.lang.String |
getName()Gets the value of the name property. |
java.lang.String |
getUsingWhereClause()Gets the value of the usingWhereClause property. |
java.lang.String |
getViewObjectLoader()Gets the value of the viewObjectLoader property. |
void |
setKeyValues(ViewObjectRef.KeyValues value)Sets the value of the keyValues property. |
void |
setName(java.lang.String value)Sets the value of the name property. |
void |
setUsingWhereClause(java.lang.String value)Sets the value of the usingWhereClause property. |
void |
setViewObjectLoader(java.lang.String value)Sets the value of the viewObjectLoader property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewObjectRef()
| Method Detail |
|---|
public ViewObjectRef.KeyValues getKeyValues()
ViewObjectRef.KeyValuespublic void setKeyValues(ViewObjectRef.KeyValues value)
value - allowed object is ViewObjectRef.KeyValuespublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getViewObjectLoader()
Stringpublic void setViewObjectLoader(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getUsingWhereClause()
Stringpublic void setUsingWhereClause(java.lang.String value)
value - allowed object is String
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||