Uses of Interface
javax.xml.registry.infomodel.TelephoneNumber

Packages that use TelephoneNumber
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
 

Uses of TelephoneNumber in javax.xml.registry
 

Methods in javax.xml.registry that return TelephoneNumber
 TelephoneNumber LifeCycleManager.createTelephoneNumber()
           
 

Uses of TelephoneNumber in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return types with arguments of type TelephoneNumber
 Collection<TelephoneNumber> User.getTelephoneNumbers(String phoneType)
           
 Collection<TelephoneNumber> Organization.getTelephoneNumbers(String phoneType)
           
 

Method parameters in javax.xml.registry.infomodel with type arguments of type TelephoneNumber
 void User.setTelephoneNumbers(Collection<TelephoneNumber> phoneNumbers)
           
 void Organization.setTelephoneNumbers(Collection<TelephoneNumber> phoneNumbers)
           
 

Uses of TelephoneNumber in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return TelephoneNumber
 TelephoneNumber LifeCycleManagerImpl.createTelephoneNumber()
           
 

Uses of TelephoneNumber in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement TelephoneNumber
 class TelephoneNumberImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type TelephoneNumber
 Collection<TelephoneNumber> OrganizationImpl.getTelephoneNumbers(String phoneType)
           
 

Method parameters in org.apache.ws.scout.registry.infomodel with type arguments of type TelephoneNumber
 void OrganizationImpl.setTelephoneNumbers(Collection<TelephoneNumber> collection)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.