public static final class

StructuredPostalAddress.Usage

extends Object
java.lang.Object
   ↳ com.google.gdata.data.extensions.StructuredPostalAddress.Usage

Class Overview

The context for the address use.

Summary

Constants
String GENERAL General structured postal address.
String LOCAL Local structured postal address.
Public Constructors
StructuredPostalAddress.Usage()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String GENERAL

General structured postal address.

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

public static final String LOCAL

Local structured postal address.

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

Public Constructors

public StructuredPostalAddress.Usage ()