public class

ContextModeDomain

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

Class Overview

The Context Mode domain.

Java class for ContextModeDomain complex type.

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

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

Summary

Fields
protected String contextMode
Public Constructors
ContextModeDomain()
Public Methods
String getContextMode()
Gets the value of the contextMode property.
void setContextMode(String value)
Sets the value of the contextMode property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String contextMode

Public Constructors

public ContextModeDomain ()

Public Methods

public String getContextMode ()

Gets the value of the contextMode property.

Returns
  • possible object is String

public void setContextMode (String value)

Sets the value of the contextMode property.

Parameters
value Allowed object is String