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

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

public class ContactPropertyCalledAddress
extends java.lang.Object

Java class for contactPropertyCalledAddress complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="contactPropertyCalledAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calledAddress" type="{http://www.nortel.com/soa/oi/cct/types}address"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ContactPropertyCalledAddress()
           
 
Method Summary
 Address getCalledAddress()
          Gets the value of the calledAddress property.
 void setCalledAddress(Address value)
          Sets the value of the calledAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyCalledAddress

public ContactPropertyCalledAddress()
Method Detail

getCalledAddress

public Address getCalledAddress()
Gets the value of the calledAddress property.

Returns:
possible object is Address

setCalledAddress

public void setCalledAddress(Address value)
Sets the value of the calledAddress property.

Parameters:
value - allowed object is Address


Copyright © 2010 All Rights Reserved.