public class WhisperRequest
extends java.lang.Object
Java class for WhisperRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WhisperRequest"> <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="contact" type="{http://www.nortel.com/soa/oi/cct/types}contact"/> <element name="sourceTerminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/> <element name="sourceAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="desitnationTerminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/> <element name="desitnationAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
WhisperRequest() |
Modifier and Type | Method and Description |
---|---|
Contact |
getContact()
Gets the value of the contact property.
|
Address |
getDesitnationAddress()
Gets the value of the desitnationAddress property.
|
Terminal |
getDesitnationTerminal()
Gets the value of the desitnationTerminal property.
|
Address |
getSourceAddress()
Gets the value of the sourceAddress property.
|
Terminal |
getSourceTerminal()
Gets the value of the sourceTerminal property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setDesitnationAddress(Address value)
Sets the value of the desitnationAddress property.
|
void |
setDesitnationTerminal(Terminal value)
Sets the value of the desitnationTerminal property.
|
void |
setSourceAddress(Address value)
Sets the value of the sourceAddress property.
|
void |
setSourceTerminal(Terminal value)
Sets the value of the sourceTerminal property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Contact getContact()
Contact
public void setContact(Contact value)
value
- allowed object is
Contact
public Terminal getSourceTerminal()
Terminal
public void setSourceTerminal(Terminal value)
value
- allowed object is
Terminal
public Address getSourceAddress()
Address
public void setSourceAddress(Address value)
value
- allowed object is
Address
public Terminal getDesitnationTerminal()
Terminal
public void setDesitnationTerminal(Terminal value)
value
- allowed object is
Terminal
public Address getDesitnationAddress()
Address
Copyright © 2010 All Rights Reserved.