public class

LocationImpl

extends BaseSchemaEntity
implements Location
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.LocationImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected CountryImpl country
protected String name
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
LocationImpl()
Public Methods
Country getCountry()
Gets the value of the country property.
String getName()
Gets the value of the name property.
void init(XmlPullParser parser)
Inits the.
void setCountry(Country value)
Sets the value of the country property.
void setName(String value)
Sets the value of the name 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.Location

Constants

private static final long serialVersionUID

Constant Value: 8469907482652062050 (0x758b27fadfe63162)

Fields

protected CountryImpl country

protected String name

Public Constructors

public LocationImpl ()

Public Methods

public Country getCountry ()

Gets the value of the country property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException