Class google.gdata.Country
Object
|
+--google.gdata.Country
- class
google.gdata.Country
The country name.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
{string|undefined} |
code
The 3166-1 alpha-2 country code. |
Constructor Summary |
google.gdata.Country(<Object> opt_params)
Constructs a country using an object parameter whose property names match the
setter method to use for each property.
|
Method Summary |
string|undefined
|
getCode()
Returns the The 3166-1 alpha-2 country code.
|
string|undefined
|
getValue()
Returns the value.
|
void
|
setCode(<string|undefined> code)
Sets the The 3166-1 alpha-2 country code.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
$t
{string|undefined} $t
Value. This attribute is optional.
code
{string|undefined} code
The 3166-1 alpha-2 country code. This attribute is optional.
google.gdata.Country
google.gdata.Country(<Object> opt_params)
Constructs a country using an object parameter whose property names match the
setter method to use for each property.
Parameters:
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: code and value.
getCode
string|undefined getCode()
Returns the The 3166-1 alpha-2 country code. This attribute is optional.
Returns:
The 3166-1 alpha-2 country code or undefined for none.
getValue
string|undefined getValue()
Returns the value. This attribute is optional.
Returns:
Value or undefined for none.
setCode
void setCode(<string|undefined> code)
Sets the The 3166-1 alpha-2 country code. This attribute is optional.
Parameters:
code
- The 3166-1 alpha-2 country code or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is optional.
Parameters:
value
- Value or undefined for none.
Documentation generated by
JSDoc on Mon Dec 14 15:04:11 2009