|
||||||||||
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.MemberUrlImpl
public class MemberUrlImpl
Field Summary | |
---|---|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
protected java.lang.String |
url
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
MemberUrlImpl()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setUrl(java.lang.String value)
Sets the value of the url 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 java.lang.String url
protected java.lang.String name
Constructor Detail |
---|
public MemberUrlImpl()
Method Detail |
---|
public java.lang.String getUrl()
MemberUrl
getUrl
in interface MemberUrl
String
public void setUrl(java.lang.String value)
MemberUrl
setUrl
in interface MemberUrl
value
- allowed object is
String
public java.lang.String getName()
MemberUrl
getName
in interface MemberUrl
String
public void setName(java.lang.String value)
MemberUrl
setName
in interface MemberUrl
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 |