public class

MemberGroupImpl

extends BaseSchemaEntity
implements MemberGroup
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.MemberGroupImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String id
protected String name
protected SiteGroupRequestImpl siteGroupRequest
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
MemberGroupImpl()
Public Methods
String getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
SiteGroupRequest getSiteGroupRequest()
Gets the value of the siteGroupRequest property.
void init(XmlPullParser parser)
Inits the.
void setId(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setSiteGroupRequest(SiteGroupRequest value)
Sets the value of the siteGroupRequest 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.MemberGroup

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected String name

protected SiteGroupRequestImpl siteGroupRequest

Public Constructors

public MemberGroupImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public SiteGroupRequest getSiteGroupRequest ()

Gets the value of the siteGroupRequest property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setId (String value)

Sets the value of the id 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 setSiteGroupRequest (SiteGroupRequest value)

Sets the value of the siteGroupRequest property.

Parameters
value Allowed object is SiteGroupRequest

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException