public class SetContactDataRequest
extends java.lang.Object
Java class for SetContactDataRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetContactDataRequest"> <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="contactData" type="{http://www.nortel.com/soa/oi/cct/types}attachedData"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SetContactDataRequest() |
Modifier and Type | Method and Description |
---|---|
Contact |
getContact()
Gets the value of the contact property.
|
AttachedData |
getContactData()
Gets the value of the contactData property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setContactData(AttachedData value)
Sets the value of the contactData 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 AttachedData getContactData()
AttachedData
public void setContactData(AttachedData value)
value
- allowed object is
AttachedData
Copyright © 2010 All Rights Reserved.