com.google.code.linkedinapi.schema.xpp
Class BucketImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.BucketImpl
All Implemented Interfaces:
Bucket, SchemaEntity, java.io.Serializable

public class BucketImpl
extends BaseSchemaEntity
implements Bucket

See Also:
Serialized Form

Field Summary
protected  java.lang.String code
           
protected  java.lang.Long count
           
protected  java.lang.String name
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
BucketImpl()
           
 
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 init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 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.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

protected java.lang.String name

code

protected java.lang.String code

count

protected java.lang.Long count
Constructor Detail

BucketImpl

public BucketImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Bucket
Gets the value of the name property.

Specified by:
getName in interface Bucket
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: Bucket
Sets the value of the name property.

Specified by:
setName in interface Bucket
Parameters:
value - allowed object is String

getCode

public java.lang.String getCode()
Description copied from interface: Bucket
Gets the value of the code property.

Specified by:
getCode in interface Bucket
Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Description copied from interface: Bucket
Sets the value of the code property.

Specified by:
setCode in interface Bucket
Parameters:
value - allowed object is String

getCount

public java.lang.Long getCount()
Description copied from interface: Bucket
Gets the value of the count property.

Specified by:
getCount in interface Bucket
Returns:
possible object is String

setCount

public void setCount(java.lang.Long value)
Description copied from interface: Bucket
Sets the value of the count property.

Specified by:
setCount in interface Bucket
Parameters:
value - allowed object is String

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO