public class ContactPropertyAttachedData
extends java.lang.Object
Java class for contactPropertyAttachedData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contactPropertyAttachedData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attachedData" type="{http://www.nortel.com/soa/oi/cct/types}attachedData"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ContactPropertyAttachedData() |
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.