public class

HealthNamespace

extends Object
java.lang.Object
   ↳ com.google.gdata.data.health.HealthNamespace

Class Overview

GData namespace definitions related to Health.

Summary

Nested Classes
enum HealthNamespace.CategoryScheme Google Health recognizes the enumerated Category Schemes for GData Category queries. 
Constants
String CCR Continuity of Care Record namespace (CCR) namespace
String CCR_ALIAS Continuity of Care Record namespace (CCR) namespace alias
String CCR_PREFIX Continuity of Care Record namespace (CCR) namespace prefix
String H9 The h9 namespace (H9) namespace
String H9KINDS The h9kinds namespace (H9KINDS) namespace
String H9KINDS_ALIAS The h9kinds namespace (H9KINDS) namespace alias
String H9KINDS_PREFIX The h9kinds namespace (H9KINDS) namespace prefix
String H9M The h9 metadata namespace (H9M) namespace
String H9M_ALIAS The h9 metadata namespace (H9M) namespace alias
String H9M_PREFIX The h9 metadata namespace (H9M) namespace prefix
String H9_ALIAS The h9 namespace (H9) namespace alias
String H9_PREFIX The h9 namespace (H9) namespace prefix
String REL_COMPLETE_URL Link Rel for a complete url of an entry, indicating the smallest feed containing the entry.
Fields
public static final XmlNamespace CCR_NS XML writer namespace for Continuity of Care Record namespace (CCR)
public static final XmlNamespace H9KINDS_NS XML writer namespace for The h9kinds namespace (H9KINDS)
public static final XmlNamespace H9M_NS XML writer namespace for The h9 metadata namespace (H9M)
public static final XmlNamespace H9_NS XML writer namespace for The h9 namespace (H9)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CCR

Continuity of Care Record namespace (CCR) namespace

Constant Value: "urn:astm-org:CCR"

public static final String CCR_ALIAS

Continuity of Care Record namespace (CCR) namespace alias

Constant Value: "ccr"

public static final String CCR_PREFIX

Continuity of Care Record namespace (CCR) namespace prefix

Constant Value: "urn:astm-org:CCR#"

public static final String H9

The h9 namespace (H9) namespace

Constant Value: "http://schemas.google.com/health/data"

public static final String H9KINDS

The h9kinds namespace (H9KINDS) namespace

Constant Value: "http://schemas.google.com/health/kinds"

public static final String H9KINDS_ALIAS

The h9kinds namespace (H9KINDS) namespace alias

Constant Value: "h9kinds"

public static final String H9KINDS_PREFIX

The h9kinds namespace (H9KINDS) namespace prefix

Constant Value: "http://schemas.google.com/health/kinds#"

public static final String H9M

The h9 metadata namespace (H9M) namespace

Constant Value: "http://schemas.google.com/health/metadata"

public static final String H9M_ALIAS

The h9 metadata namespace (H9M) namespace alias

Constant Value: "h9m"

public static final String H9M_PREFIX

The h9 metadata namespace (H9M) namespace prefix

Constant Value: "http://schemas.google.com/health/metadata#"

public static final String H9_ALIAS

The h9 namespace (H9) namespace alias

Constant Value: "h9"

public static final String H9_PREFIX

The h9 namespace (H9) namespace prefix

Constant Value: "http://schemas.google.com/health/data#"

public static final String REL_COMPLETE_URL

Link Rel for a complete url of an entry, indicating the smallest feed containing the entry.

Constant Value: "http://schemas.google.com/health/data#complete"

Fields

public static final XmlNamespace CCR_NS

XML writer namespace for Continuity of Care Record namespace (CCR)

public static final XmlNamespace H9KINDS_NS

XML writer namespace for The h9kinds namespace (H9KINDS)

public static final XmlNamespace H9M_NS

XML writer namespace for The h9 metadata namespace (H9M)

public static final XmlNamespace H9_NS

XML writer namespace for The h9 namespace (H9)