| 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. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
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
()