Uses of Class
com.nortel.soa.oi.cct.types.Address

Packages that use Address
com.nortel.soa.oi.cct.types   
 

Uses of Address in com.nortel.soa.oi.cct.types
 

Methods in com.nortel.soa.oi.cct.types that return Address
 Address ObjectFactory.createAddress()
          Create an instance of Address
 Address ContactPropertyRoute.getAddress()
          Gets the value of the address property.
 Address AddressPropertyAddressTerminalAssociation.getAddress()
          Gets the value of the address property.
 Address ContactPropertyCalledAddress.getCalledAddress()
          Gets the value of the calledAddress property.
 Address ContactInfo.getCalledAddress()
          Gets the value of the calledAddress property.
 Address ContactPropertyCallingAddress.getCallingAddress()
          Gets the value of the callingAddress property.
 Address ContactInfo.getCallingAddress()
          Gets the value of the callingAddress property.
 Address ContactPropertyLastRedirectedAddress.getLastRedirectedAddress()
          Gets the value of the lastRedirectedAddress property.
 Address ContactInfo.getLastRedirectedAddress()
          Gets the value of the lastRedirectedAddress property.
 

Methods in com.nortel.soa.oi.cct.types that return types with arguments of type Address
 java.util.HashSet<Address> ContactPropertyListenerSet.getEntitySet()
           
 java.util.HashSet<Address> ConnectionStateListenerSet.getEntitySet()
           
 java.util.HashSet<Address> AddressEntitySet.getEntitySet()
           
 java.util.HashSet<Address> AddressPropertyListenerSet.getEntitySet()
           
 java.util.List<Address> AddressArray.getItem()
          Gets the value of the item property.
 java.util.Iterator<Address> ContactPropertyListenerSet.iterator()
           
 java.util.Iterator<Address> ConnectionStateListenerSet.iterator()
           
 java.util.Iterator<Address> AddressEntitySet.iterator()
           
 java.util.Iterator<Address> AddressPropertyListenerSet.iterator()
           
 

Methods in com.nortel.soa.oi.cct.types with parameters of type Address
 boolean ContactPropertyListenerSet.add(Address entity)
           
 boolean ConnectionStateListenerSet.add(Address entity)
           
 boolean AddressEntitySet.add(Address entity)
           
 boolean AddressPropertyListenerSet.add(Address entity)
           
 boolean ContactPropertyListenerSet.contains(Address entity)
           
 boolean ConnectionStateListenerSet.contains(Address entity)
           
 boolean AddressEntitySet.contains(Address entity)
           
 boolean AddressPropertyListenerSet.contains(Address entity)
           
 void ContactPropertyRoute.setAddress(Address value)
          Sets the value of the address property.
 void AddressPropertyAddressTerminalAssociation.setAddress(Address value)
          Sets the value of the address property.
 void ContactPropertyCalledAddress.setCalledAddress(Address value)
          Sets the value of the calledAddress property.
 void ContactInfo.setCalledAddress(Address value)
          Sets the value of the calledAddress property.
 void ContactPropertyCallingAddress.setCallingAddress(Address value)
          Sets the value of the callingAddress property.
 void ContactInfo.setCallingAddress(Address value)
          Sets the value of the callingAddress property.
 void ContactPropertyLastRedirectedAddress.setLastRedirectedAddress(Address value)
          Sets the value of the lastRedirectedAddress property.
 void ContactInfo.setLastRedirectedAddress(Address value)
          Sets the value of the lastRedirectedAddress property.
 



Copyright © 2010 All Rights Reserved.