Class ViewObjectRef

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

public class ViewObjectRef extends 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>
 

  • Constructor Details

    • ViewObjectRef

      public ViewObjectRef()
  • Method Details

    • 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 String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

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

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

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

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

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