Skip navigation links

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

E10663-02


oracle.rules.sdk2.decisionpoint.wsfacts
Class ViewObjectRef

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


public class ViewObjectRef
extends java.lang.Object

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.KeyValues
          Java 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

ViewObjectRef

public ViewObjectRef()

Method Detail

getKeyValues

public ViewObjectRef.KeyValues getKeyValues()
Gets the value of the keyValues property.
Returns:
possible object is ViewObjectRef.KeyValues

setKeyValues

public void setKeyValues(ViewObjectRef.KeyValues value)
Sets the value of the keyValues property.
Parameters:
value - allowed object is ViewObjectRef.KeyValues

getName

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

setName

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

getViewObjectLoader

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

setViewObjectLoader

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

getUsingWhereClause

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

setUsingWhereClause

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

Skip navigation links

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

E10663-02


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