java.lang.Object |
↳ |
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
Known Direct Subclasses
ActionImpl,
ActivityImpl,
AnswerImpl,
AnswersImpl,
ApiStandardProfileRequestImpl,
ApplicationImpl,
AttributionImpl,
AuthorImpl,
AuthorityImpl,
AuthorizationImpl,
AuthorsImpl,
BucketImpl,
BucketsImpl,
CertificationImpl,
CertificationsImpl,
and
96 others.
|
Class Overview
The Class BaseSchemaEntity.
Summary
Fields |
protected
final
Logger |
LOG |
|
Public Methods |
abstract
void
|
init(XmlPullParser parser)
Inits the.
|
abstract
void
|
toXml(XmlSerializer serializer)
To xml.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
4249791194912997698
(0x3afa4a934e5f4142)
Fields
protected
final
Logger
LOG
Public Constructors
public
BaseSchemaEntity
()
Public Methods
public
abstract
void
init
(XmlPullParser parser)
Throws
IOException
| TODO |
XmlPullParserException
| TODO
|
public
abstract
void
toXml
(XmlSerializer serializer)