| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.extensions.Organization | ||
Describes an organization (like Company).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Organization.Rel | Organization type. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| label | Label | ||||||||||
| primary | Whether this is the primary organization | ||||||||||
| rel | Organization 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
Returns the label.
| |||||||||||
Returns the department name in organization.
| |||||||||||
Returns the job description.
| |||||||||||
Returns the name of organization.
| |||||||||||
Returns the organization symbol/ticker.
| |||||||||||
Returns the position in organization.
| |||||||||||
Returns the whether this is the primary organization.
| |||||||||||
Returns the organization type.
| |||||||||||
Returns the office location.
| |||||||||||
Returns whether it has the label.
| |||||||||||
Returns whether it has the department name in organization.
| |||||||||||
Returns whether it has the job description.
| |||||||||||
Returns whether it has the name of organization.
| |||||||||||
Returns whether it has the organization symbol/ticker.
| |||||||||||
Returns whether it has the position in organization.
| |||||||||||
Returns whether it has the whether this is the primary organization.
| |||||||||||
Returns whether it has the organization type.
| |||||||||||
Returns whether it has the office location.
| |||||||||||
Sets the label.
| |||||||||||
Sets the department name in organization.
| |||||||||||
Sets the job description.
| |||||||||||
Sets the name of organization.
| |||||||||||
Sets the organization symbol/ticker.
| |||||||||||
Sets the position in organization.
| |||||||||||
Sets the whether this is the primary organization.
| |||||||||||
Sets the organization type.
| |||||||||||
Sets the office location.
| |||||||||||
| 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 "label" attribute name
XML "primary" attribute name
XML "rel" attribute name
XML element name
Label
Whether this is the primary organization
Organization type
Default mutable constructor.
Immutable constructor.
| label | Label. |
|---|---|
| primary | Whether this is the primary organization. |
| rel | Organization type. |
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 the label.
Returns the department name in organization.
Returns the job description.
Returns the organization symbol/ticker.
Returns the position in organization.
Returns the whether this is the primary organization.
Returns the organization type.
Returns whether it has the label.
Returns whether it has the department name in organization.
Returns whether it has the job description.
Returns whether it has the name of organization.
Returns whether it has the organization symbol/ticker.
Returns whether it has the position in organization.
Returns whether it has the whether this is the primary organization.
Returns whether it has the organization type.
Returns whether it has the office location.
Sets the label.
| label | Label or null to reset
|
|---|
Sets the department name in organization.
| orgDepartment | Department name in organization or null
to reset
|
|---|
Sets the job description.
| orgJobDescription | Job description or null to reset
|
|---|
Sets the name of organization.
| orgName | Name of organization or null to reset
|
|---|
Sets the organization symbol/ticker.
| orgSymbol | Organization symbol/ticker or null to reset
|
|---|
Sets the position in organization.
| orgTitle | Position in organization or null to reset
|
|---|
Sets the whether this is the primary organization.
| primary | Whether this is the primary organization or
null to reset
|
|---|
Sets the organization type.
| rel | Organization type or null to reset
|
|---|
Sets the office location.
| where | Office location 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.