public class

VisibilityImpl

extends BaseSchemaEntity
implements Visibility
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.VisibilityImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected VisibilityType code
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
VisibilityImpl()
Public Methods
VisibilityType getCode()
Gets the value of the code property.
void init(XmlPullParser parser)
Inits the.
void setCode(VisibilityType value)
Sets the value of the code property.
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.Visibility

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected VisibilityType code

Public Constructors

public VisibilityImpl ()

Public Methods

public VisibilityType getCode ()

Gets the value of the code property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCode (VisibilityType value)

Sets the value of the code property.

Parameters
value Allowed object is VisibilityType

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException