public class

RelationshipServiceUpdateRelationship

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.ar.hz.service.party.RelationshipServiceUpdateRelationship

Class Overview

Updates a Relationship business object. You pass any modified object data to the operation, packaged within an object type defined specifically for the business operation. In addition to the object's business object attributes, the object type also includes embedded child business entities or objects that can be simultaneously created or updated.

Java class for RelationshipService_UpdateRelationship complex type.

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

 <complexType name="RelationshipService_UpdateRelationship">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relationship" type="{http://xmlns.oracle.com/apps/ar/hz/service/party}Relationship" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Relationship relationship
Public Constructors
RelationshipServiceUpdateRelationship()
Public Methods
Relationship getRelationship()
Gets the value of the relationship property.
void setRelationship(Relationship value)
Sets the value of the relationship property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected Relationship relationship

Public Constructors

public RelationshipServiceUpdateRelationship ()

Public Methods

public Relationship getRelationship ()

Gets the value of the relationship property.

Returns

public void setRelationship (Relationship value)

Sets the value of the relationship property.

Parameters
value Allowed object is Relationship