| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.Organization | |
Describes an organization (like Company).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Organization.Rel | Organization type. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| KEY | The key for this element. | ||||||||||
| LABEL | Label. | ||||||||||
| PRIMARY | Whether this is the primary organization. | ||||||||||
| REL | Organization type. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclass constructor, allows subclasses to supply their own element key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an instance using the default key.
Subclass constructor, allows subclasses to supply their own element key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. Will use the given ElementKey as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
createElement(ElementKey, Element).
| key | The key to use for this element. |
|---|---|
| source | Source element |
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.
Locks this element. A locked element cannot have any changes made to its content or its attributes or child elements. This will also lock all attributes and child elements as well. Once this method has been called, this element can be safely published to other threads.
Registers the metadata for this element.
| registry |
|---|
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 |
|---|