com.google.code.linkedinapi.schema
Interface Company

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

public interface Company
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="{}type" minOccurs="0"/>
         <element ref="{}name"/>
         <element ref="{}industry" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getIndustry()
          Gets the value of the industry property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 void setIndustry(java.lang.String value)
          Sets the value of the industry property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

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

getIndustry

java.lang.String getIndustry()
Gets the value of the industry property.

Returns:
possible object is String

setIndustry

void setIndustry(java.lang.String value)
Sets the value of the industry property.

Parameters:
value - allowed object is String