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