public interface

Company

implements SchemaEntity
com.google.code.linkedinapi.schema.Company
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}type" minOccurs="0"/>
         <element ref="{}name"/>
         <element ref="{}industry" minOccurs="0"/>
         <element ref="{}size" minOccurs="0"/>
         <element ref="{}ticker" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getIndustry()
Gets the value of the industry property.
abstract String getName()
Gets the value of the name property.
abstract Long getSize()
Gets the value of the size property.
abstract String getTicker()
Gets the value of the ticker property.
abstract String getType()
Gets the value of the type property.
abstract void setIndustry(String value)
Sets the value of the industry property.
abstract void setName(String value)
Sets the value of the name property.
abstract void setSize(Long value)
Sets the value of the size property.
abstract void setTicker(String value)
Sets the value of the ticker property.
abstract void setType(String value)
Sets the value of the type property.

Public Methods

public abstract String getIndustry ()

Gets the value of the industry property.

Returns
  • possible object is String

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract Long getSize ()

Gets the value of the size property.

Returns
  • possible object is String

public abstract String getTicker ()

Gets the value of the ticker property.

Returns
  • possible object is String

public abstract String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public abstract void setIndustry (String value)

Sets the value of the industry property.

Parameters
value Allowed object is String

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public abstract void setSize (Long value)

Sets the value of the size property.

Parameters
value Allowed object is String

public abstract void setTicker (String value)

Sets the value of the ticker property.

Parameters
value Allowed object is String

public abstract void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String