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

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivityImpl, AnswerImpl, AnswersImpl, ApiStandardProfileRequestImpl, ApplicationImpl, AttributionImpl, AuthorImpl, AuthorizationImpl, BucketImpl, BucketsImpl, CompanyImpl, ConnectionsImpl, ContentImpl, CountryImpl, CurrentShareImpl, DateOfBirthImpl, EducationImpl, EducationsImpl, EndDateImpl, ErrorImpl, FacetImpl, FacetsImpl, HeadersImpl, HttpHeaderImpl, ImAccountImpl, ImAccountsImpl, InvitationRequestImpl, ItemContentImpl, JobImpl, JobPosterImpl, LikeImpl, LikesImpl, LocationImpl, MailboxItemImpl, MemberGroupImpl, MemberGroupsImpl, MemberUrlImpl, MemberUrlResourcesImpl, NetworkImpl, NetworkStatsImpl, PeopleImpl, PeopleSearchImpl, PersonActivitiesImpl, PersonImpl, PhoneNumberImpl, PhoneNumbersImpl, PositionImpl, PositionsImpl, PropertyImpl, QuestionCategoriesImpl, QuestionCategoryImpl, QuestionImpl, RecipientImpl, RecipientsImpl, RecommendationImpl, RecommendationsGivenImpl, RecommendationsReceivedImpl, RecommendeeImpl, RecommenderImpl, RelationToViewerImpl, ServiceProviderImpl, ShareImpl, SiteGroupRequestImpl, SiteJobRequestImpl, SiteStandardProfileRequestImpl, SourceImpl, StartDateImpl, ThreeCurrentPositionsImpl, ThreePastPositionsImpl, TwitterAccountImpl, TwitterAccountsImpl, UpdateCommentImpl, UpdateCommentsImpl, UpdateContentImpl, UpdateImpl, UpdatesImpl, VisibilityImpl

public abstract class BaseSchemaEntity
extends java.lang.Object
implements java.io.Serializable

The Class BaseSchemaEntity.

Author:
Nabeel Mukhtar
See Also:
Serialized Form

Field Summary
protected  java.util.logging.Logger LOG
           
private static long serialVersionUID
           
 
Constructor Summary
BaseSchemaEntity()
           
 
Method Summary
abstract  void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
abstract  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

LOG

protected final java.util.logging.Logger LOG

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BaseSchemaEntity

public BaseSchemaEntity()
Method Detail

toXml

public abstract void toXml(org.xmlpull.v1.XmlSerializer serializer)
                    throws java.io.IOException
To xml.

Parameters:
serializer - the document
Throws:
java.io.IOException - TODO

init

public abstract void init(org.xmlpull.v1.XmlPullParser parser)
                   throws java.io.IOException,
                          org.xmlpull.v1.XmlPullParserException
Inits the.

Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO