Class google.gdata.FullName
Object
|
+--google.gdata.FullName
- class
google.gdata.FullName
Person's full, formatted name.
Defined in gdata.js
Field Summary |
{string|undefined} |
$t
Value. |
{string|undefined} |
yomi
Pronunciation help. |
Constructor Summary |
google.gdata.FullName(<Object> opt_params)
Constructs a full name using an object parameter whose property names match
the setter method to use for each property.
|
Method Summary |
string|undefined
|
getValue()
Returns the value.
|
string|undefined
|
getYomi()
Returns the pronunciation help.
|
void
|
setValue(<string|undefined> value)
Sets the value.
|
void
|
setYomi(<string|undefined> yomi)
Sets the pronunciation help.
|
$t
{string|undefined} $t
Value. This attribute is required.
yomi
{string|undefined} yomi
Pronunciation help. This attribute is optional.
google.gdata.FullName
google.gdata.FullName(<Object> opt_params)
Constructs a full name 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: value and yomi.
getValue
string|undefined getValue()
Returns the value. This attribute is required.
Returns:
Value or undefined for none.
getYomi
string|undefined getYomi()
Returns the pronunciation help. This attribute is optional.
Returns:
Pronunciation help or undefined for none.
setValue
void setValue(<string|undefined> value)
Sets the value. This attribute is required.
Parameters:
value
- Value or undefined for none.
setYomi
void setYomi(<string|undefined> yomi)
Sets the pronunciation help. This attribute is optional.
Parameters:
yomi
- Pronunciation help or undefined for none.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009