| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.extensions.Name | ||
Name of a person in a structured form.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | XML_NAME | XML element name | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the additional name.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the family name.
| |||||||||||
Returns the full name.
| |||||||||||
Returns the given name.
| |||||||||||
Returns the name prefix.
| |||||||||||
Returns the name suffix.
| |||||||||||
Returns whether it has the additional name.
| |||||||||||
Returns whether it has the family name.
| |||||||||||
Returns whether it has the full name.
| |||||||||||
Returns whether it has the given name.
| |||||||||||
Returns whether it has the name prefix.
| |||||||||||
Returns whether it has the name suffix.
| |||||||||||
Sets the additional name.
| |||||||||||
Sets the family name.
| |||||||||||
Sets the full name.
| |||||||||||
Sets the given name.
| |||||||||||
Sets the name prefix.
| |||||||||||
Sets the name suffix.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML element name
Default mutable constructor.
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |
Returns whether it has the additional name.
Returns whether it has the family name.
Returns whether it has the full name.
Returns whether it has the given name.
Returns whether it has the name prefix.
Returns whether it has the name suffix.
Sets the additional name.
| additionalName | Additional name or null to reset
|
|---|
Sets the family name.
| familyName | Family name or null to reset
|
|---|
Sets the full name.
| fullName | Full name or null to reset
|
|---|
Sets the given name.
| givenName | Given name or null to reset
|
|---|
Sets the name prefix.
| namePrefix | Name prefix or null to reset
|
|---|
Sets the name suffix.
| nameSuffix | Name suffix or null to reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.