Uses of Class
org.exoplatform.services.wsrp.type.TelephoneNum

Packages that use TelephoneNum
org.exoplatform.services.wsrp.type   
 

Uses of TelephoneNum in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return TelephoneNum
 TelephoneNum Telecom.getFax()
          Gets the fax value for this Telecom.
 TelephoneNum Telecom.getMobile()
          Gets the mobile value for this Telecom.
 TelephoneNum Telecom.getPager()
          Gets the pager value for this Telecom.
 TelephoneNum Telecom.getTelephone()
          Gets the telephone value for this Telecom.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type TelephoneNum
 void Telecom.setFax(TelephoneNum fax)
          Sets the fax value for this Telecom.
 void Telecom.setMobile(TelephoneNum mobile)
          Sets the mobile value for this Telecom.
 void Telecom.setPager(TelephoneNum pager)
          Sets the pager value for this Telecom.
 void Telecom.setTelephone(TelephoneNum telephone)
          Sets the telephone value for this Telecom.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type TelephoneNum
Telecom(TelephoneNum telephone, TelephoneNum fax, TelephoneNum mobile, TelephoneNum pager, Extension[] extensions)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.