public interface

Bucket

implements SchemaEntity
com.google.code.linkedinapi.schema.Bucket
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 ref="{}code"/>
         <element ref="{}count"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getCode()
Gets the value of the code property.
abstract Long getCount()
Gets the value of the count property.
abstract String getName()
Gets the value of the name property.
abstract void setCode(String value)
Sets the value of the code property.
abstract void setCount(Long value)
Sets the value of the count property.
abstract void setName(String value)
Sets the value of the name property.

Public Methods

public abstract String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public abstract Long getCount ()

Gets the value of the count property.

Returns
  • possible object is String

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public abstract void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is String

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String