com.google.code.linkedinapi.schema
Interface Bucket

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

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


Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.Long getCount()
          Gets the value of the count property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setCount(java.lang.Long value)
          Sets the value of the count 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

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

getCount

java.lang.Long getCount()
Gets the value of the count property.

Returns:
possible object is String

setCount

void setCount(java.lang.Long value)
Sets the value of the count property.

Parameters:
value - allowed object is String