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()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Connection getConnection()
Connectionpublic void setConnection(Connection value)
value - allowed object is
Connectionpublic java.lang.String getRecordingUri()
Stringpublic void setRecordingUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIpAddress()
Stringpublic void setIpAddress(java.lang.String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public TransportType getTransportType()
TransportTypepublic void setTransportType(TransportType value)
value - allowed object is
TransportTypepublic java.lang.String getRecordingId()
Stringpublic void setRecordingId(java.lang.String value)
value - allowed object is
Stringpublic Reason getReasonCode()
ReasonCopyright © 2010 All Rights Reserved.