com.google.code.linkedinapi.schema.xpp
Class VisibilityImpl
java.lang.Object
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.VisibilityImpl
- All Implemented Interfaces:
- SchemaEntity, Visibility, java.io.Serializable
public class VisibilityImpl
- extends BaseSchemaEntity
- implements Visibility
- See Also:
- Serialized Form
Method Summary |
VisibilityType |
getCode()
Gets the value of the code property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setCode(VisibilityType value)
Sets the value of the code 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
code
protected VisibilityType code
VisibilityImpl
public VisibilityImpl()
getCode
public VisibilityType getCode()
- Description copied from interface:
Visibility
- Gets the value of the code property.
- Specified by:
getCode
in interface Visibility
- Returns:
- possible object is
VisibilityType
setCode
public void setCode(VisibilityType value)
- Description copied from interface:
Visibility
- Sets the value of the code property.
- Specified by:
setCode
in interface Visibility
- Parameters:
value
- allowed object is
VisibilityType
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