public class ContactRequest
extends java.lang.Object
Java class for ContactRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContactRequest"> <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="provider" type="{http://www.nortel.com/soa/oi/cct/types}provider" minOccurs="0"/> <element name="contactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ContactRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContactId()
Gets the value of the contactId property.
|
java.lang.String |
getExternalId()
Gets the value of the externalId property.
|
Provider |
getProvider()
Gets the value of the provider property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setContactId(java.lang.String value)
Sets the value of the contactId property.
|
void |
setExternalId(java.lang.String value)
Sets the value of the externalId property.
|
void |
setProvider(Provider value)
Sets the value of the provider 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 Provider getProvider()
Provider
public void setProvider(Provider value)
value
- allowed object is
Provider
public java.lang.String getContactId()
String
public void setContactId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExternalId()
String
public void setExternalId(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.