|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.ConnectionsImpl
public class ConnectionsImpl
Field Summary | |
---|---|
protected java.lang.Long |
count
|
protected java.util.List<Person> |
personList
|
private static long |
serialVersionUID
|
protected java.lang.Long |
start
|
protected java.lang.Long |
total
|
Constructor Summary | |
---|---|
ConnectionsImpl()
|
Method Summary | |
---|---|
java.lang.Long |
getCount()
Gets the value of the count property. |
java.util.List<Person> |
getPersonList()
Gets the value of the personList property. |
java.lang.Long |
getStart()
Gets the value of the start property. |
java.lang.Long |
getTotal()
Gets the value of the total property. |
void |
setCount(java.lang.Long value)
Sets the value of the count property. |
void |
setStart(java.lang.Long value)
Sets the value of the start property. |
void |
setTotal(java.lang.Long value)
Sets the value of the total 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<Person> personList
protected java.lang.Long count
protected java.lang.Long start
protected java.lang.Long total
Constructor Detail |
---|
public ConnectionsImpl()
Method Detail |
---|
public java.util.List<Person> getPersonList()
Connections
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 personList property.
For example, to add a new item, do as follows:
getPersonList().add(newItem);
Objects of the following type(s) are allowed in the list
Person
getPersonList
in interface Connections
public java.lang.Long getCount()
Connections
getCount
in interface Connections
String
public void setCount(java.lang.Long value)
Connections
setCount
in interface Connections
value
- allowed object is
String
public java.lang.Long getStart()
Connections
getStart
in interface Connections
String
public void setStart(java.lang.Long value)
Connections
setStart
in interface Connections
value
- allowed object is
String
public java.lang.Long getTotal()
Connections
getTotal
in interface Connections
String
public void setTotal(java.lang.Long value)
Connections
setTotal
in interface Connections
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |