App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.datastore_types.PhoneNumber Class Reference
Inheritance diagram for google.appengine.api.datastore_types.PhoneNumber:

Public Member Functions

def __init__
 
def ToXml
 

Detailed Description

A human-readable phone number or address.

No validation is performed. Phone numbers have many different formats -
local, long distance, domestic, international, internal extension, TTY,
VOIP, SMS, and alternative networks like Skype, XFire and Roger Wilco. They
all have their own numbering and addressing formats.

This is the gd:phoneNumber element. In XML output, the phone number is
provided as the text of the element. See:
http://code.google.com/apis/gdata/common-elements.html#gdPhoneNumber

Raises BadValueError if phone is not a string or subtype.

The documentation for this class was generated from the following file: