| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,OrgName> |
OrgName.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
OrgName |
Organization.getOrgName()
Returns the name of organization.
|
OrgName |
OrgName.lock() |
OrgName |
OrgName.setValue(String value)
Sets the value.
|
OrgName |
OrgName.setYomi(String yomi)
Sets the yomi name of organization.
|
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.setOrgName(OrgName orgName)
Sets the name of organization.
|
| Constructor and Description |
|---|
OrgName(ElementKey<String,? extends OrgName> key)
Subclass constructor, allows subclasses to supply their own element key.
|
OrgName(ElementKey<String,? extends OrgName> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.