com.google.code.linkedinapi.schema
Interface Location

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
LocationImpl, LocationImpl

public interface Location
extends SchemaEntity

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>
 


Method Summary
 Country getCountry()
          Gets the value of the country property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCountry(Country value)
          Sets the value of the country property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCountry

Country getCountry()
Gets the value of the country property.

Returns:
possible object is Country

setCountry

void setCountry(Country value)
Sets the value of the country property.

Parameters:
value - allowed object is Country