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