Ejemplo n.º 1
0
 public void setMobilePhone(final String mobilePhone) throws XingPhone.InvalidPhoneException {
   mMobilePhone = XingPhone.createXingPhone(mobilePhone);
 }
Ejemplo n.º 2
0
 public void setPhone(final String phone) throws XingPhone.InvalidPhoneException {
   mPhone = XingPhone.createXingPhone(phone);
 }
Ejemplo n.º 3
0
 public void setFax(final String fax) throws XingPhone.InvalidPhoneException {
   mFax = XingPhone.createXingPhone(fax);
 }