|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.MemberUrlResourcesImpl
public class MemberUrlResourcesImpl
Field Summary | |
---|---|
protected java.util.List<MemberUrl> |
memberUrlList
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MemberUrlResourcesImpl()
|
Method Summary | |
---|---|
java.util.List<MemberUrl> |
getMemberUrlList()
Gets the value of the memberUrlList property. |
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.util.List<MemberUrl> memberUrlList
Constructor Detail |
---|
public MemberUrlResourcesImpl()
Method Detail |
---|
public java.util.List<MemberUrl> getMemberUrlList()
MemberUrlResources
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
getMemberUrlList
in interface MemberUrlResources
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |