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

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

public class ContactPropertyCallingAddress
extends java.lang.Object

Java class for contactPropertyCallingAddress complex type.

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

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


Constructor Summary
ContactPropertyCallingAddress()
           
 
Method Summary
 Address getCallingAddress()
          Gets the value of the callingAddress property.
 void setCallingAddress(Address value)
          Sets the value of the callingAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyCallingAddress

public ContactPropertyCallingAddress()
Method Detail

getCallingAddress

public Address getCallingAddress()
Gets the value of the callingAddress property.

Returns:
possible object is Address

setCallingAddress

public void setCallingAddress(Address value)
Sets the value of the callingAddress property.

Parameters:
value - allowed object is Address


Copyright © 2010 All Rights Reserved.