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

org.csapi.schema.parlayx.third_party_call.v2_3
Class CallInformation

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

public class CallInformation
extends java.lang.Object

Java class for CallInformation complex type.

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

 <complexType name="CallInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="callStatus" type="{http://www.csapi.org/schema/parlayx/third_party_call/v2_3}CallStatus"/>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="terminationCause" type="{http://www.csapi.org/schema/parlayx/third_party_call/v2_3}CallTerminationCause" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CallInformation()
           
 
Method Summary
 CallStatus getCallStatus()
          Gets the value of the callStatus property.
 java.lang.Integer getDuration()
          Gets the value of the duration property.
 javax.xml.datatype.XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 CallTerminationCause getTerminationCause()
          Gets the value of the terminationCause property.
 void setCallStatus(CallStatus value)
          Sets the value of the callStatus property.
 void setDuration(java.lang.Integer value)
          Sets the value of the duration property.
 void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startTime property.
 void setTerminationCause(CallTerminationCause value)
          Sets the value of the terminationCause property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallInformation

public CallInformation()
Method Detail

getCallStatus

public CallStatus getCallStatus()
Gets the value of the callStatus property.

Returns:
possible object is CallStatus

getDuration

public java.lang.Integer getDuration()
Gets the value of the duration property.

Returns:
possible object is Integer

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

getTerminationCause

public CallTerminationCause getTerminationCause()
Gets the value of the terminationCause property.

Returns:
possible object is CallTerminationCause

setCallStatus

public void setCallStatus(CallStatus value)
Sets the value of the callStatus property.

Parameters:
value - allowed object is CallStatus

setDuration

public void setDuration(java.lang.Integer value)
Sets the value of the duration property.

Parameters:
value - allowed object is Integer

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

setTerminationCause

public void setTerminationCause(CallTerminationCause value)
Sets the value of the terminationCause property.

Parameters:
value - allowed object is CallTerminationCause

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.