com.google.code.linkedinapi.schema
Interface Facet

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

public interface Facet
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 name="code">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="location"/>
               <enumeration value="industry"/>
               <enumeration value="network"/>
               <enumeration value="language"/>
               <enumeration value="current-company"/>
               <enumeration value="past-company"/>
               <enumeration value="school"/>
             </restriction>
           </simpleType>
         </element>
         <element ref="{}buckets" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Buckets getBuckets()
          Gets the value of the buckets property.
 FacetType getCode()
          Gets the value of the code property.
 java.lang.String getName()
          Gets the value of the name property.
 void setBuckets(Buckets value)
          Sets the value of the buckets property.
 void setCode(FacetType value)
          Sets the value of the code 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

getCode

FacetType getCode()
Gets the value of the code property.

Returns:
possible object is FacetType

setCode

void setCode(FacetType value)
Sets the value of the code property.

Parameters:
value - allowed object is FacetType

getBuckets

Buckets getBuckets()
Gets the value of the buckets property.

Returns:
possible object is Buckets

setBuckets

void setBuckets(Buckets value)
Sets the value of the buckets property.

Parameters:
value - allowed object is Buckets