com.google.code.linkedinapi.schema
Interface Country

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

public interface Country
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="{}code"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 

Method Detail

getCode

java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String