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