| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.finance.Symbol | ||
Stock symbol for the company.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | EXCHANGE | XML "exchange" attribute name | |||||||||
| String | FULLNAME | XML "fullName" attribute name | |||||||||
| String | SYMBOL | XML "symbol" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| exchange | Exchange symbol for the company or mutual fund | ||||||||||
| fullName | Full name for the company or mutual fund | ||||||||||
| symbol | Stock symbol for the company or mutual fund | ||||||||||
|
[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 exchange symbol for the company or mutual fund.
| |||||||||||
Returns the full name for the company or mutual fund.
| |||||||||||
Returns the stock symbol for the company or mutual fund.
| |||||||||||
Returns whether it has the exchange symbol for the company or mutual fund.
| |||||||||||
Returns whether it has the full name for the company or mutual fund.
| |||||||||||
Returns whether it has the stock symbol for the company or mutual fund.
| |||||||||||
Sets the exchange symbol for the company or mutual fund.
| |||||||||||
Sets the full name for the company or mutual fund.
| |||||||||||
Sets the stock symbol for the company or mutual fund.
| |||||||||||
| 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 "exchange" attribute name
XML "fullName" attribute name
XML "symbol" attribute name
XML element name
Exchange symbol for the company or mutual fund
Full name for the company or mutual fund
Stock symbol for the company or mutual fund
Default mutable constructor.
Immutable constructor.
| exchange | Exchange symbol for the company or mutual fund. |
|---|---|
| fullName | Full name for the company or mutual fund. |
| symbol | Stock symbol for the company or mutual fund. |
| 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 exchange symbol for the company or mutual fund.
Returns the full name for the company or mutual fund.
Returns the stock symbol for the company or mutual fund.
Returns whether it has the exchange symbol for the company or mutual fund.
Returns whether it has the full name for the company or mutual fund.
Returns whether it has the stock symbol for the company or mutual fund.
Sets the exchange symbol for the company or mutual fund.
| exchange | Exchange symbol for the company or mutual fund or
null to reset
|
|---|
Sets the full name for the company or mutual fund.
| fullName | Full name for the company or mutual fund or
null to reset
|
|---|
Sets the stock symbol for the company or mutual fund.
| symbol | Stock symbol for the company or mutual fund 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.