public class RecordingRequest
extends java.lang.Object
Java class for RecordingRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordingRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/> <element name="connection" type="{http://www.nortel.com/soa/oi/cct/types}connection"/> <element name="recordingUri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="transportType" type="{http://www.nortel.com/soa/oi/cct/types/ConnectionService}TransportType"/> <element name="recordingId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reasonCode" type="{http://www.nortel.com/soa/oi/cct/types}reason"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
RecordingRequest() |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Gets the value of the connection property.
|
java.lang.String |
getIpAddress()
Gets the value of the ipAddress property.
|
int |
getPort()
Gets the value of the port property.
|
Reason |
getReasonCode()
Gets the value of the reasonCode property.
|
java.lang.String |
getRecordingId()
Gets the value of the recordingId property.
|
java.lang.String |
getRecordingUri()
Gets the value of the recordingUri property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
TransportType |
getTransportType()
Gets the value of the transportType property.
|
void |
setConnection(Connection value)
Sets the value of the connection property.
|
void |
setIpAddress(java.lang.String value)
Sets the value of the ipAddress property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setReasonCode(Reason value)
Sets the value of the reasonCode property.
|
void |
setRecordingId(java.lang.String value)
Sets the value of the recordingId property.
|
void |
setRecordingUri(java.lang.String value)
Sets the value of the recordingUri property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTransportType(TransportType value)
Sets the value of the transportType property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Connection getConnection()
Connection
public void setConnection(Connection value)
value
- allowed object is
Connection
public java.lang.String getRecordingUri()
String
public void setRecordingUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIpAddress()
String
public void setIpAddress(java.lang.String value)
value
- allowed object is
String
public int getPort()
public void setPort(int value)
public TransportType getTransportType()
TransportType
public void setTransportType(TransportType value)
value
- allowed object is
TransportType
public java.lang.String getRecordingId()
String
public void setRecordingId(java.lang.String value)
value
- allowed object is
String
public Reason getReasonCode()
Reason
Copyright © 2010 All Rights Reserved.