com.nortel.soa.oi.cct.types
Class ContactPropertyAttachedData

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.ContactPropertyAttachedData

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 Summary
ContactPropertyAttachedData()
           
 
Method Summary
 AttachedData getAttachedData()
          Gets the value of the attachedData property.
 void setAttachedData(AttachedData value)
          Sets the value of the attachedData property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyAttachedData

public ContactPropertyAttachedData()
Method Detail

getAttachedData

public AttachedData getAttachedData()
Gets the value of the attachedData property.

Returns:
possible object is AttachedData

setAttachedData

public void setAttachedData(AttachedData value)
Sets the value of the attachedData property.

Parameters:
value - allowed object is AttachedData


Copyright © 2010 All Rights Reserved.