public interface

Facet

implements SchemaEntity
com.google.code.linkedinapi.schema.Facet
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 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>
 

Summary

Public Methods
abstract Buckets getBuckets()
Gets the value of the buckets property.
abstract FacetType getCode()
Gets the value of the code property.
abstract String getName()
Gets the value of the name property.
abstract void setBuckets(Buckets value)
Sets the value of the buckets property.
abstract void setCode(FacetType value)
Sets the value of the code property.
abstract void setName(String value)
Sets the value of the name property.

Public Methods

public abstract Buckets getBuckets ()

Gets the value of the buckets property.

Returns

public abstract FacetType getCode ()

Gets the value of the code property.

Returns

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract void setBuckets (Buckets value)

Sets the value of the buckets property.

Parameters
value Allowed object is Buckets

public abstract void setCode (FacetType value)

Sets the value of the code property.

Parameters
value Allowed object is FacetType

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String