public class

RelationshipServiceGetRelationship

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

Class Overview

Extracts a particular Relationship business object from TCA. You pass the object's identification information to the operation, and it returns the identified business object as it exists in TCA.

Java class for RelationshipService_GetRelationship complex type.

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

 <complexType name="RelationshipService_GetRelationship">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relationshipID" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal relationshipID
Public Constructors
RelationshipServiceGetRelationship()
Public Methods
BigDecimal getRelationshipID()
Gets the value of the relationshipID property.
void setRelationshipID(BigDecimal value)
Sets the value of the relationshipID property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BigDecimal relationshipID

Public Constructors

public RelationshipServiceGetRelationship ()

Public Methods

public BigDecimal getRelationshipID ()

Gets the value of the relationshipID property.

Returns
  • possible object is BigDecimal

public void setRelationshipID (BigDecimal value)

Sets the value of the relationshipID property.

Parameters
value Allowed object is BigDecimal