public class

PartialAttributesMode

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

Class Overview

The Partial Attributes Mode domain.

Java class for PartialAttributesMode complex type.

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

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

Summary

Fields
protected String partialAttributeMode
Public Constructors
PartialAttributesMode()
Public Methods
String getPartialAttributeMode()
Gets the value of the partialAttributeMode property.
void setPartialAttributeMode(String value)
Sets the value of the partialAttributeMode property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String partialAttributeMode

Public Constructors

public PartialAttributesMode ()

Public Methods

public String getPartialAttributeMode ()

Gets the value of the partialAttributeMode property.

Returns
  • possible object is String

public void setPartialAttributeMode (String value)

Sets the value of the partialAttributeMode property.

Parameters
value Allowed object is String