public class GetContactDataResponse
extends java.lang.Object
Java class for GetContactDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetContactDataResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactData" type="{http://www.nortel.com/soa/oi/cct/types}attachedData"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetContactDataResponse() |
Modifier and Type | Method and Description |
---|---|
AttachedData |
getContactData()
Gets the value of the contactData property.
|
void |
setContactData(AttachedData value)
Sets the value of the contactData property.
|
public AttachedData getContactData()
AttachedData
public void setContactData(AttachedData value)
value
- allowed object is
AttachedData
Copyright © 2010 All Rights Reserved.