public class

BucketImpl

extends BaseSchemaEntity
implements Bucket
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.BucketImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String code
protected Long count
protected String name
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
BucketImpl()
Public Methods
String getCode()
Gets the value of the code property.
Long getCount()
Gets the value of the count property.
String getName()
Gets the value of the name property.
void init(XmlPullParser parser)
Inits the.
void setCode(String value)
Sets the value of the code property.
void setCount(Long value)
Sets the value of the count property.
void setName(String value)
Sets the value of the name property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Bucket

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String code

protected Long count

protected String name

Public Constructors

public BucketImpl ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public Long getCount ()

Gets the value of the count property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException