public class

CompanyImpl

extends BaseSchemaEntity
implements Company
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CompanyImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String industry
protected String name
protected Long size
protected String ticker
protected String type
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CompanyImpl()
Public Methods
String getIndustry()
Gets the value of the industry property.
String getName()
Gets the value of the name property.
Long getSize()
Gets the value of the size property.
String getTicker()
Gets the value of the ticker property.
String getType()
Gets the value of the type property.
void init(XmlPullParser parser)
Inits the.
void setIndustry(String value)
Sets the value of the industry property.
void setName(String value)
Sets the value of the name property.
void setSize(Long value)
Sets the value of the size property.
void setTicker(String value)
Sets the value of the ticker property.
void setType(String value)
Sets the value of the type property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Company

Constants

private static final long serialVersionUID

Constant Value: -6951793253375914262 (0x9f8644de44924eea)

Fields

protected String industry

protected String name

protected Long size

protected String ticker

protected String type

Public Constructors

public CompanyImpl ()

Public Methods

public String getIndustry ()

Gets the value of the industry property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Long getSize ()

Gets the value of the size property.

Returns
  • possible object is String

public String getTicker ()

Gets the value of the ticker property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setIndustry (String value)

Sets the value of the industry property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSize (Long value)

Sets the value of the size property.

Parameters
value Allowed object is String

public void setTicker (String value)

Sets the value of the ticker property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException