Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.third_party_call.v2_3.local
Class MakeCall

java.lang.Object
  extended by org.csapi.schema.parlayx.third_party_call.v2_3.local.MakeCall

public class MakeCall
extends java.lang.Object

Java class for makeCall complex type.

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

 <complexType name="makeCall">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="callingParty" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="calledParty" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="charging" type="{http://www.csapi.org/schema/parlayx/common/v2_1}ChargingInformation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MakeCall()
           
 
Method Summary
 java.lang.String getCalledParty()
          Gets the value of the calledParty property.
 java.lang.String getCallingParty()
          Gets the value of the callingParty property.
 ChargingInformation getCharging()
          Gets the value of the charging property.
 void setCalledParty(java.lang.String value)
          Sets the value of the calledParty property.
 void setCallingParty(java.lang.String value)
          Sets the value of the callingParty property.
 void setCharging(ChargingInformation value)
          Sets the value of the charging property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeCall

public MakeCall()
Method Detail

getCalledParty

public java.lang.String getCalledParty()
Gets the value of the calledParty property.

Returns:
possible object is String

getCallingParty

public java.lang.String getCallingParty()
Gets the value of the callingParty property.

Returns:
possible object is String

getCharging

public ChargingInformation getCharging()
Gets the value of the charging property.

Returns:
possible object is ChargingInformation

setCalledParty

public void setCalledParty(java.lang.String value)
Sets the value of the calledParty property.

Parameters:
value - allowed object is String

setCallingParty

public void setCallingParty(java.lang.String value)
Sets the value of the callingParty property.

Parameters:
value - allowed object is String

setCharging

public void setCharging(ChargingInformation value)
Sets the value of the charging property.

Parameters:
value - allowed object is ChargingInformation

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.