| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.contacts.Website | ||
Contact related website.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Website.Rel | Known website type. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | HREF | XML "href" attribute name | |||||||||
| String | LABEL | XML "label" attribute name | |||||||||
| String | PRIMARY | XML "primary" attribute name | |||||||||
| String | REL | XML "rel" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| REL_ENUM_TO_ATTRIBUTE_VALUE | |||||||||||
| href | URI of the website | ||||||||||
| label | User defined website label | ||||||||||
| primary | Denotes primary website | ||||||||||
| rel | Known website type | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Immutable constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the URI of the website.
| |||||||||||
Returns the user defined website label.
| |||||||||||
Returns the denotes primary website.
| |||||||||||
Returns the known website type.
| |||||||||||
Returns whether it has the URI of the website.
| |||||||||||
Returns whether it has the user defined website label.
| |||||||||||
Returns whether it has the denotes primary website.
| |||||||||||
Returns whether it has the known website type.
| |||||||||||
Sets the URI of the website.
| |||||||||||
Sets the user defined website label.
| |||||||||||
Sets the denotes primary website.
| |||||||||||
Sets the known website type.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Consumes attributes from the attribute helper.
| |||||||||||
Puts attributes into the attribute generator.
| |||||||||||
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 "href" attribute name
XML "label" attribute name
XML "primary" attribute name
XML "rel" attribute name
XML element name
URI of the website
User defined website label
Denotes primary website
Default mutable constructor.
Immutable constructor.
| href | URI of the website. |
|---|---|
| label | User defined website label. |
| primary | Denotes primary website. |
| rel | Known website type. |
| obj |
|---|
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 the URI of the website.
Returns the user defined website label.
Returns the denotes primary website.
Returns whether it has the URI of the website.
Returns whether it has the user defined website label.
Returns whether it has the denotes primary website.
Returns whether it has the known website type.
Sets the URI of the website.
| href | URI of the website or null to reset
|
|---|
Sets the user defined website label.
| label | User defined website label or null to reset
|
|---|
Sets the denotes primary website.
| primary | Denotes primary website or null to reset
|
|---|
Sets the known website type.
| rel | Known website type or null to reset
|
|---|
Consumes attributes from the attribute helper. May also use
consumeContent(boolean) to consume the element's text
content. Called from getHandler(ExtensionProfile, String, String, Attributes). Default implementation does
nothing, though generally this is discouraged unless there really are no
attributes.
| helper | Attribute helper |
|---|
| ParseException |
|---|
Puts attributes into the attribute generator. Called from
generate(XmlWriter, ExtensionProfile). Default implementation
does nothing, though generally this is discouraged unless there really are
no attributes.
| generator | Attribute generator |
|---|
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.