public class GiveMediaTreatmentRequest
extends java.lang.Object
Java class for GiveMediaTreatmentRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GiveMediaTreatmentRequest"> <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="treatment" type="{http://www.nortel.com/soa/oi/cct/types}mediaTreatment"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GiveMediaTreatmentRequest() |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Gets the value of the connection property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
MediaTreatment |
getTreatment()
Gets the value of the treatment property.
|
void |
setConnection(Connection value)
Sets the value of the connection property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTreatment(MediaTreatment value)
Sets the value of the treatment 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 MediaTreatment getTreatment()
MediaTreatment
public void setTreatment(MediaTreatment value)
value
- allowed object is
MediaTreatment
Copyright © 2010 All Rights Reserved.