|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.BucketImpl
public class BucketImpl
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 |
---|
private static final long serialVersionUID
protected java.lang.String name
protected java.lang.String code
protected java.lang.Long count
Constructor Detail |
---|
public BucketImpl()
Method Detail |
---|
public java.lang.String getName()
Bucket
getName
in interface Bucket
String
public void setName(java.lang.String value)
Bucket
setName
in interface Bucket
value
- allowed object is
String
public java.lang.String getCode()
Bucket
getCode
in interface Bucket
String
public void setCode(java.lang.String value)
Bucket
setCode
in interface Bucket
value
- allowed object is
String
public java.lang.Long getCount()
Bucket
getCount
in interface Bucket
String
public void setCount(java.lang.Long value)
Bucket
setCount
in interface Bucket
value
- allowed object is
String
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |