|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.ImAccountImpl
public class ImAccountImpl
Field Summary | |
---|---|
protected java.lang.String |
imAccountName
|
protected ImAccountType |
imAccountType
|
private static long |
serialVersionUID
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
ImAccountImpl()
|
Method Summary | |
---|---|
java.lang.String |
getImAccountName()
Gets the value of the imAccountName property. |
ImAccountType |
getImAccountType()
Gets the value of the imAccountType property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setImAccountName(java.lang.String value)
Sets the value of the imAccountName property. |
void |
setImAccountType(ImAccountType value)
Sets the value of the imAccountType 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 |
---|
private static final long serialVersionUID
protected ImAccountType imAccountType
protected java.lang.String imAccountName
Constructor Detail |
---|
public ImAccountImpl()
Method Detail |
---|
public ImAccountType getImAccountType()
ImAccount
getImAccountType
in interface ImAccount
ImAccountType
public void setImAccountType(ImAccountType value)
ImAccount
setImAccountType
in interface ImAccount
value
- allowed object is
ImAccountType
public java.lang.String getImAccountName()
ImAccount
getImAccountName
in interface ImAccount
String
public void setImAccountName(java.lang.String value)
ImAccount
setImAccountName
in interface ImAccount
value
- allowed object is
String
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |