public class

KeySets

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.svc.KeySets

Class Overview

Defines an ordered Key set names to be used to identify a data object. The specified key sets will be evaluated in the supplied order when locating the data object. To get the key set names refer to: oracle.svc.description.DataObjectDescription DataObjectDescription and oracle.svc.description.KeySetDescription KeySetDescription

Java class for KeySets complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeySets">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="DataObjectQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="KeySetName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String dataObjectQualifiedName
protected List<String> keySetName
Public Constructors
KeySets()
Public Methods
String getDataObjectQualifiedName()
Gets the value of the dataObjectQualifiedName property.
List<String> getKeySetName()
Gets the value of the keySetName property.
void setDataObjectQualifiedName(String value)
Sets the value of the dataObjectQualifiedName property.
void setKeySetName(List<String> keySetName)
Sets the value of the keySetName property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String dataObjectQualifiedName

protected List<String> keySetName

Public Constructors

public KeySets ()

Public Methods

public String getDataObjectQualifiedName ()

Gets the value of the dataObjectQualifiedName property.

Returns
  • possible object is String

public List<String> getKeySetName ()

Gets the value of the keySetName 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 keySetName property.

For example, to add a new item, do as follows:

    getKeySetName().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public void setDataObjectQualifiedName (String value)

Sets the value of the dataObjectQualifiedName property.

Parameters
value Allowed object is String

public void setKeySetName (List<String> keySetName)

Sets the value of the keySetName property.

Parameters
keySetName Allowed object is String