com.google.code.linkedinapi.schema.xpp
Class NetworkImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.NetworkImpl
All Implemented Interfaces:
Network, SchemaEntity, java.io.Serializable

public class NetworkImpl
extends BaseSchemaEntity
implements Network

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

networkStats

protected NetworkStatsImpl networkStats

updates

protected UpdatesImpl updates
Constructor Detail

NetworkImpl

public NetworkImpl()
Method Detail

getNetworkStats

public NetworkStats getNetworkStats()
Description copied from interface: Network
Gets the value of the networkStats property.

Specified by:
getNetworkStats in interface Network
Returns:
possible object is NetworkStats

setNetworkStats

public void setNetworkStats(NetworkStats value)
Description copied from interface: Network
Sets the value of the networkStats property.

Specified by:
setNetworkStats in interface Network
Parameters:
value - allowed object is NetworkStats

getUpdates

public Updates getUpdates()
Description copied from interface: Network
Gets the value of the updates property.

Specified by:
getUpdates in interface Network
Returns:
possible object is Updates

setUpdates

public void setUpdates(Updates value)
Description copied from interface: Network
Sets the value of the updates property.

Specified by:
setUpdates in interface Network
Parameters:
value - allowed object is Updates

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO