|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.NetworkImpl
public class NetworkImpl
Field Summary | |
---|---|
protected NetworkStatsImpl |
networkStats
|
private static long |
serialVersionUID
|
protected UpdatesImpl |
updates
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
NetworkImpl()
|
Method Summary | |
---|---|
NetworkStats |
getNetworkStats()
Gets the value of the networkStats property. |
Updates |
getUpdates()
Gets the value of the updates property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setNetworkStats(NetworkStats value)
Sets the value of the networkStats property. |
void |
setUpdates(Updates value)
Sets the value of the updates property. |
void |
toXml(org.xmlpull.v1.XmlSerializer serializer)
To xml. |
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 NetworkStatsImpl networkStats
protected UpdatesImpl updates
Constructor Detail |
---|
public NetworkImpl()
Method Detail |
---|
public NetworkStats getNetworkStats()
Network
getNetworkStats
in interface Network
NetworkStats
public void setNetworkStats(NetworkStats value)
Network
setNetworkStats
in interface Network
value
- allowed object is
NetworkStats
public Updates getUpdates()
Network
getUpdates
in interface Network
Updates
public void setUpdates(Updates value)
Network
setUpdates
in interface Network
value
- allowed object is
Updates
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |