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

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

public class ContactPropertyLastRedirectedAddress
extends java.lang.Object

Java class for contactPropertyLastRedirectedAddress complex type.

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

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


Constructor Summary
ContactPropertyLastRedirectedAddress()
           
 
Method Summary
 Address getLastRedirectedAddress()
          Gets the value of the lastRedirectedAddress property.
 void setLastRedirectedAddress(Address value)
          Sets the value of the lastRedirectedAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactPropertyLastRedirectedAddress

public ContactPropertyLastRedirectedAddress()
Method Detail

getLastRedirectedAddress

public Address getLastRedirectedAddress()
Gets the value of the lastRedirectedAddress property.

Returns:
possible object is Address

setLastRedirectedAddress

public void setLastRedirectedAddress(Address value)
Sets the value of the lastRedirectedAddress property.

Parameters:
value - allowed object is Address


Copyright © 2010 All Rights Reserved.