public interface

Location

implements SchemaEntity
com.google.code.linkedinapi.schema.Location
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="{}name"/>
         <element ref="{}country" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Country getCountry()
Gets the value of the country property.
abstract String getName()
Gets the value of the name property.
abstract void setCountry(Country value)
Sets the value of the country property.
abstract void setName(String value)
Sets the value of the name property.

Public Methods

public abstract Country getCountry ()

Gets the value of the country property.

Returns

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String