public class

MemberUrlResourcesImpl

extends BaseSchemaEntity
implements MemberUrlResources
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.MemberUrlResourcesImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected List<MemberUrl> memberUrlList
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
MemberUrlResourcesImpl()
Public Methods
List<MemberUrl> getMemberUrlList()
Gets the value of the memberUrlList property.
void init(XmlPullParser parser)
Inits the.
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.MemberUrlResources

Constants

private static final long serialVersionUID

Constant Value: -4293798758625787079 (0xc4695cc74f18c339)

Fields

protected List<MemberUrl> memberUrlList

Public Constructors

public MemberUrlResourcesImpl ()

Public Methods

public List<MemberUrl> getMemberUrlList ()

Gets the value of the memberUrlList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the memberUrlList property.

For example, to add a new item, do as follows:

    getMemberUrlList().add(newItem);
 

Objects of the following type(s) are allowed in the list MemberUrl

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException