public class

MemberUrlImpl

extends BaseSchemaEntity
implements MemberUrl
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.MemberUrlImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String name
protected String url
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
MemberUrlImpl()
Public Methods
String getName()
Gets the value of the name property.
String getUrl()
Gets the value of the url property.
void init(XmlPullParser parser)
Inits the.
void setName(String value)
Sets the value of the name property.
void setUrl(String value)
Sets the value of the url 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.MemberUrl

Constants

private static final long serialVersionUID

Constant Value: 2382692750939419298 (0x2111066ed4a472a2)

Fields

protected String name

protected String url

Public Constructors

public MemberUrlImpl ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException