public static final class

PhoneNumber.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.PhoneNumber.Rel

Class Overview

The phone number type.

Summary

Constants
String ASSISTANT
String CALLBACK
String CAR
String COMPANY_MAIN
String FAX
String HOME
String HOME_FAX
String INTERNAL_EXTENSION
String ISDN
String MAIN
String MOBILE
String OTHER
String OTHER_FAX
String PAGER
String RADIO
String SATELLITE
String TELEX
String TTY_TDD
String WORK
String WORK_FAX
String WORK_MOBILE
String WORK_PAGER
Fields
public static final String GENERAL
Public Constructors
PhoneNumber.Rel()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ASSISTANT

Constant Value: "http://schemas.google.com/g/2005#assistant"

public static final String CALLBACK

Constant Value: "http://schemas.google.com/g/2005#callback"

public static final String CAR

Constant Value: "http://schemas.google.com/g/2005#car"

public static final String COMPANY_MAIN

Constant Value: "http://schemas.google.com/g/2005#company_main"

public static final String FAX

Constant Value: "http://schemas.google.com/g/2005#fax"

public static final String HOME

Constant Value: "http://schemas.google.com/g/2005#home"

public static final String HOME_FAX

Constant Value: "http://schemas.google.com/g/2005#home_fax"

public static final String INTERNAL_EXTENSION

Constant Value: "http://schemas.google.com/g/2005#internal-extension"

public static final String ISDN

Constant Value: "http://schemas.google.com/g/2005#isdn"

public static final String MAIN

Constant Value: "http://schemas.google.com/g/2005#main"

public static final String MOBILE

Constant Value: "http://schemas.google.com/g/2005#mobile"

public static final String OTHER

Constant Value: "http://schemas.google.com/g/2005#other"

public static final String OTHER_FAX

Constant Value: "http://schemas.google.com/g/2005#other_fax"

public static final String PAGER

Constant Value: "http://schemas.google.com/g/2005#pager"

public static final String RADIO

Constant Value: "http://schemas.google.com/g/2005#radio"

public static final String SATELLITE

Constant Value: "http://schemas.google.com/g/2005#satellite"

public static final String TELEX

Constant Value: "http://schemas.google.com/g/2005#telex"

public static final String TTY_TDD

Constant Value: "http://schemas.google.com/g/2005#tty_tdd"

public static final String WORK

Constant Value: "http://schemas.google.com/g/2005#work"

public static final String WORK_FAX

Constant Value: "http://schemas.google.com/g/2005#work_fax"

public static final String WORK_MOBILE

Constant Value: "http://schemas.google.com/g/2005#work_mobile"

public static final String WORK_PAGER

Constant Value: "http://schemas.google.com/g/2005#work_pager"

Fields

public static final String GENERAL

Public Constructors

public PhoneNumber.Rel ()